From 32bcf38f21cfed8bf8482e2f3be2a83b00c95a3f Mon Sep 17 00:00:00 2001 From: Wolfgang Kerzendorf Date: Sat, 13 Apr 2019 08:18:59 -0700 Subject: [PATCH] make python3 compatible (#916) --- docs/examples/index.rst | 10 ++++++++-- docs/{notebooks => examples}/integrator.ipynb | 0 2 files changed, 8 insertions(+), 2 deletions(-) rename docs/{notebooks => examples}/integrator.ipynb (100%) diff --git a/docs/examples/index.rst b/docs/examples/index.rst index f05770226a8..bcf9b7673c6 100644 --- a/docs/examples/index.rst +++ b/docs/examples/index.rst @@ -20,7 +20,10 @@ Simple Parametrized Models These setups specify the ejecta solely via the YAML configuration file: -* :doc:`tardis_example ` +.. toctree:: + :maxdepth: 2 + + tardis_example API demonstrations @@ -28,7 +31,10 @@ API demonstrations An example on how to use the formal integrator with tardis: -:ref:`notebooks/integrator.ipynb` +.. toctree:: + :maxdepth: 2 + + integrator.ipynb Detailed Explosion Models diff --git a/docs/notebooks/integrator.ipynb b/docs/examples/integrator.ipynb similarity index 100% rename from docs/notebooks/integrator.ipynb rename to docs/examples/integrator.ipynb