Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Omnia Documentation

Omnia is an open source project hosted on GitHub. Go to GitHub to view the source, open issues, ask questions, and participate in the project.

The Omnia docs are hosted here: https://omnia-doc.readthedocs.io/en/latest/index.html and are written in reStructuredText (.rst).

Building Docs

or:

pip install sphinx --upgrade
  • Install ReadTheDocs theme:

    pip install sphinx_rtd_theme
    
  • Build the Docs:

    cd omnia/docs
    make html
    
  • View the documentation by pointing a browser to: omnia/docs/build/html/index.html