diff --git a/doc/source/algorithms.rst b/doc/source/algos.rst similarity index 100% rename from doc/source/algorithms.rst rename to doc/source/algos.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 6a6d1d25..c50c55af 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -11,7 +11,7 @@ Welcome to dolo's documentation! examples - algorithms + algos api diff --git a/doc/source/structure.rst b/doc/source/structure.rst index 8571cd15..10da4ecd 100644 --- a/doc/source/structure.rst +++ b/doc/source/structure.rst @@ -2,7 +2,7 @@ Structure of dolo ================= Here is how the code in dolo is organized : -the + 1. import serialized model: YAML file / modfile - currently in ``dolo.misc.yamlfile`` and ``dolo.misc.modfile`` @@ -23,5 +23,5 @@ the 5. commands (to be done) - define user-friendly commands -.. image:: structure.png - :width: 100 % \ No newline at end of file +.. image:: _static/structure.png + :width: 100 %