Skip to content

Commit

Permalink
Added notebooks as examples to the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gialmisi committed Jun 16, 2020
1 parent 4718fe5 commit 0c3a6d3
Show file tree
Hide file tree
Showing 8 changed files with 1,062 additions and 1,695 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contains interactive optimization methods for solving multiobjective optimizaton

## Installation

Requires [poetry](https://python-poetry.org/). See `pyproject.toml` for Python package requirements. To install and use the this package:
Requires [poetry](https://python-poetry.org/). See `pyproject.toml` for Python package requirements. To install and use the this package with poetry, issue the following command:

1. `git clone https://github.com/industrial-optimization-group/desdeo-mcdm`
2. `cd desdeo-mcdm`
Expand All @@ -25,12 +25,3 @@ Documentation for this package can be found [here](https://desdeo-mcdm.readthedo

- Pareto Navigator
- NAUTILUSv2

## Demonstrations

### NAUTILUS Navigator

The implementation of NAUTILUS Navigator has been used to build a web based graphical user interface found [online](https://dash.misitano.xyz). Feel free to try it! The source code for this demo is available [here](https://github.com/gialmisi/desdeo-dash).

Here is a video of the webapp in action:
![NAUTILUS Navigator in action.](https://github.com/industrial-optimization-group/desdeo-mcdm/blob/master/assets/nautilus_nav_demo.gif "A gif of the demo in action.")
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
"sphinx.ext.graphviz",
"sphinx.ext.viewcode",
"recommonmark",
"nbsphinx",
"sphinx.ext.mathjax",
]
numpydoc_show_class_members = False

Expand Down Expand Up @@ -75,6 +77,7 @@
# a list of builtin themes.
#
html_theme = "sphinx_rtd_theme"
html_sourcelink_suffix = ""

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
9 changes: 9 additions & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Examples
========

.. toctree::
:maxdepth: 2
:caption: Available examples:

notebooks/nautilus_navigator
notebooks/synchronous_nimbus
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ desdeo-mcdm's documentation
README <README>
background/index
api
examples



Expand Down

0 comments on commit 0c3a6d3

Please sign in to comment.