summaryrefslogtreecommitdiff
path: root/src/cython/doc/Makefile
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-03 11:57:56 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-03 11:57:56 +0000
commit6f6a2f71b6ae33cd37719ad13006699ad78fcc84 (patch)
treeaf5aa8b915e5b318cb9c2a2e3a91877a1be14f44 /src/cython/doc/Makefile
parente8971ecf2fb1f5f7d0e97a4c6226290476917d02 (diff)
Automatic examples documentation page generation
alpha_rips_persistence_bottleneck_distance example for python Add intervals_in_dim function for simplex tree git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2055 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 460fbe5db9f0c08776952106e729a21460bec36f
Diffstat (limited to 'src/cython/doc/Makefile')
-rw-r--r--src/cython/doc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cython/doc/Makefile b/src/cython/doc/Makefile
index fc353a37..be3ff7c4 100644
--- a/src/cython/doc/Makefile
+++ b/src/cython/doc/Makefile
@@ -47,9 +47,13 @@ help:
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
clean:
+ rm -f examples.inc
rm -rf $(BUILDDIR)/*
+# GUDHI specific : Examples.inc is generated with generate_examples.py (and deleted on clean)
+
html:
+ ./generate_examples.py
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."