summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-24 14:56:25 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-24 14:56:25 +0200
commit6b42088a1e089d488b1e2f4f2b42084255f331cf (patch)
tree7bd1743651cefb91284a520f5493f9422fb951d6 /Makefile
parenteb3a70af671736c940c8aceaff8547b057d1335a (diff)
better documentation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 202b209..70cdbdd 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,9 @@ rdoc :
pandoc --from=markdown --to=rst --output=docs/source/releases.rst RELEASES.md
sed -i 's,https://pot.readthedocs.io/en/latest/,,g' docs/source/releases.rst
sed -i 's,https://github.com/rflamary/POT/blob/master/notebooks/,auto_examples/,g' docs/source/releases.rst
- sed -i 's,.ipynb,.html/,g' docs/source/releases.rst
+ sed -i 's,.ipynb,.html,g' docs/source/releases.rst
+ sed -i 's,https://pythonot.github.io/auto_examples/,auto_examples/,g' docs/source/releases.rst
+
notebook :
ipython notebook --matplotlib=inline --notebook-dir=notebooks/