summaryrefslogtreecommitdiff
path: root/src/cython/doc
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-11-28 16:55:08 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-11-28 16:55:08 +0000
commit844f8b075d9143466040c4d46a181e4a0fcbbda4 (patch)
treee2ba83ae85a176e79fca013c15c0bc9a81e087a3 /src/cython/doc
parentaf146a2e48c16855355ac599cbc617250727d244 (diff)
Fix issues
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@1795 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c4763818a5845eb884b245eca8c78ed60c1a28ca
Diffstat (limited to 'src/cython/doc')
-rw-r--r--src/cython/doc/index.rst5
-rw-r--r--src/cython/doc/tangential_complex_sum.rst2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/cython/doc/index.rst b/src/cython/doc/index.rst
index 89e09d70..91e31ff6 100644
--- a/src/cython/doc/index.rst
+++ b/src/cython/doc/index.rst
@@ -48,6 +48,11 @@ Simplex tree
.. include:: simplex_tree_sum.rst
+Tangential complex
+==================
+
+.. include:: tangential_complex_sum.rst
+
Witness complex
===============
diff --git a/src/cython/doc/tangential_complex_sum.rst b/src/cython/doc/tangential_complex_sum.rst
index a2c0be0e..4e358a7b 100644
--- a/src/cython/doc/tangential_complex_sum.rst
+++ b/src/cython/doc/tangential_complex_sum.rst
@@ -12,5 +12,5 @@
| | extrinsic dimension :math:`d` and exponentially on the intrinsic |
| | dimension :math:`k`. |
+-------------------------------------------+----------------------------------------------------------------------+
-| :doc:`tangential_complex_user` | :doc:`tangential_complex_ref` |
+| :doc:`tangential_complex_user` | :doc:`tangential_complex_ref` |
+-------------------------------------------+----------------------------------------------------------------------+