summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-03 16:55:58 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-03 16:55:58 +0000
commitdf173dbefd275c54d8f5e33794d51709b887d2d3 (patch)
treee088441c24f328cfb449f44a91af9bc0f9af9640
parent041e86d2abb18e093cb9d73acc198873288d3d82 (diff)
Modification for GUDHI version 2.0.0
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2060 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 4b91c810b51851f5ef98b09dd58ce0359003390d
-rw-r--r--biblio/how_to_cite_gudhi.bib11
-rw-r--r--src/cython/doc/index.rst2
-rw-r--r--src/cython/doc/rips_complex_sum.rst2
3 files changed, 12 insertions, 3 deletions
diff --git a/biblio/how_to_cite_gudhi.bib b/biblio/how_to_cite_gudhi.bib
index fde1d9b1..79b1ddd6 100644
--- a/biblio/how_to_cite_gudhi.bib
+++ b/biblio/how_to_cite_gudhi.bib
@@ -112,4 +112,13 @@
, booktitle = "{GUDHI} User and Reference Manual"
, url = "http://gudhi.gforge.inria.fr/doc/latest/group__bottleneck__distance.html"
, year = 2016
-} \ No newline at end of file
+}
+
+@incollection{gudhi:cython
+, author = "Vincent Rouvreau"
+, title = "Cython interface"
+, publisher = "{GUDHI Editorial Board}"
+, booktitle = "{GUDHI} User and Reference Manual"
+, url = "http://gudhi.gforge.inria.fr/cython/latest/"
+, year = 2016
+}
diff --git a/src/cython/doc/index.rst b/src/cython/doc/index.rst
index 26580880..d0165588 100644
--- a/src/cython/doc/index.rst
+++ b/src/cython/doc/index.rst
@@ -9,7 +9,7 @@ Introduction
The Gudhi library (Geometry Understanding in Higher Dimensions) is a generic
open source `C++ library <http://gudhi.gforge.inria.fr/doc/latest/>`_, with a
-`cython interface <http://gudhi.gforge.inria.fr/cython/latest/>`_, for
+`Cython interface <http://gudhi.gforge.inria.fr/cython/latest/>`_, for
Computational Topology and Topological Data Analysis
(`TDA <https://en.wikipedia.org/wiki/Topological_data_analysis>`_).
The GUDHI library intends to help the development of new algorithmic solutions
diff --git a/src/cython/doc/rips_complex_sum.rst b/src/cython/doc/rips_complex_sum.rst
index ad57e54e..eae6b499 100644
--- a/src/cython/doc/rips_complex_sum.rst
+++ b/src/cython/doc/rips_complex_sum.rst
@@ -3,7 +3,7 @@
================================================================= =================================== ===================================
+----------------------------------------------------------------+------------------------------------------------------------------------+
-| .. figure:: | Rips_complex is a simplicial complex constructed from a one skeleton |
+| .. figure:: | Rips complex is a simplicial complex constructed from a one skeleton |
| img/rips_complex_representation.png | graph. |
| :figclass: align-center | |
| | The filtration value of each edge is computed from a user-given |