Skip to content

Commit

Permalink
Merge branch 'doc-reorg' of https://github.com/Pyomo/pyomo into doc-r…
Browse files Browse the repository at this point in the history
…eorg
  • Loading branch information
blnicho committed Aug 23, 2024
2 parents 7f18f37 + ac48ed5 commit 4fc015e
Show file tree
Hide file tree
Showing 119 changed files with 22 additions and 67 deletions.
4 changes: 4 additions & 0 deletions doc/OnlineDocs/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ dl.py.method dt em span.n {
}
}

.rst-content table.docutils td {
vertical-align: top;
}

/* Remove space after tables in definition lists (e.g., for function
"Parameters" lists*/
.rst-content dl div.wy-table-responsive {
Expand Down
20 changes: 18 additions & 2 deletions doc/OnlineDocs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ with a diverse set of optimization capabilities.


.. list-table::
:width: 100%
:class: index-table

* - Getting Started
Expand Down Expand Up @@ -61,8 +62,7 @@ with a diverse set of optimization capabilities.
- Reference Guide
| :doc:`Library Reference <reference_guide/index>`
| :doc:`Common Warnings and Errors`
| :doc:`Related Packages`
| :doc:`Preview capabilities through ``pyomo.__future__```
| :doc:`Preview capabilities through ``pyomo.__future__`` <developer_guide/future>`
.. toctree::
:hidden:
Expand Down Expand Up @@ -90,6 +90,22 @@ Ask a question on StackOverflow using the `#pyomo` tag:

* https://stackoverflow.com/questions/ask?tags=pyomo

Additional Pyomo tutorials and examples can be found at the following links:

* `Pyomo — Optimization Modeling in Python
<https://link.springer.com/book/10.1007/978-3-030-68928-5>`_ ([PyomoBookIII]_)

* `Pyomo Workshop Slides and Exercises
<https://github.com/Pyomo/pyomo-tutorials>`_

* `Prof. Jeffrey Kantor's Pyomo Cookbook
<https://jckantor.github.io/ND-Pyomo-Cookbook/>`_

* The `companion notebooks <https://mobook.github.io/MO-book/intro.html>`_
for *Hands-On Mathematical Optimization with Python*

* `Pyomo Gallery <https://github.com/Pyomo/PyomoGallery>`_


Contributing to Pyomo
---------------------
Expand Down
File renamed without changes.
File renamed without changes.
20 changes: 0 additions & 20 deletions doc/OnlineDocs/user_guide/external_tutorials.rst

This file was deleted.

10 changes: 0 additions & 10 deletions doc/OnlineDocs/user_guide/modeling_extensions/__init__.py

This file was deleted.

6 changes: 0 additions & 6 deletions doc/OnlineDocs/user_guide/modeling_extensions/bilevel.rst

This file was deleted.

12 changes: 0 additions & 12 deletions doc/OnlineDocs/user_guide/modeling_extensions/index.rst

This file was deleted.

This file was deleted.

0 comments on commit 4fc015e

Please sign in to comment.