Skip to content

Latest commit

 

History

History
 
 

OnlineDocs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Preview Changes Locally

  1. Install Sphinx

    $ pip install sphinx sphinx_rtd_theme sphinx_copybutton

    NOTE: You may get a warning about the dot command if you do not have graphviz installed.

  2. Build the documentation

    $ make html      # Option 1
    $ make latexpdf  # Option 2
  3. View _build/html/index.html in your browser

Test Changes Locally

$ make -C doc/OnlineDocs doctest -d      # from the pyomo root folder