summaryrefslogtreecommitdiff
path: root/src/cython/doc
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-30 15:34:00 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-30 15:34:00 +0000
commite5345d29ca69d318f8c9b39cab21d79944ed69bb (patch)
tree0585e02d0cd2fcccc589fa3c1353ac1a2134f0aa /src/cython/doc
parentfee58180eb9e2617f92e2f92bb6d1120348f310f (diff)
Biblio fix
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2030 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 1b2cbbd0486b14d27230287cd97582285258eb74
Diffstat (limited to 'src/cython/doc')
-rw-r--r--src/cython/doc/alpha_complex_user.rst2
-rw-r--r--src/cython/doc/bottleneck_distance_ref.rst2
-rw-r--r--src/cython/doc/cubical_complex_user.rst2
-rw-r--r--src/cython/doc/how_to_cite_cgal.rst7
-rw-r--r--src/cython/doc/index.rst3
-rw-r--r--src/cython/doc/persistent_cohomology_user.rst2
-rw-r--r--src/cython/doc/tangential_complex_user.rst2
7 files changed, 19 insertions, 1 deletions
diff --git a/src/cython/doc/alpha_complex_user.rst b/src/cython/doc/alpha_complex_user.rst
index ed2a470c..1ca96b6e 100644
--- a/src/cython/doc/alpha_complex_user.rst
+++ b/src/cython/doc/alpha_complex_user.rst
@@ -191,3 +191,5 @@ the program output is:
([2, 6], 36.5)
([2, 3, 6], 36.5)
([2, 4, 6], 37.24489795918368)
+
+.. :include: how_to_cite_cgal.rst
diff --git a/src/cython/doc/bottleneck_distance_ref.rst b/src/cython/doc/bottleneck_distance_ref.rst
index 7f816cd6..91a2ab05 100644
--- a/src/cython/doc/bottleneck_distance_ref.rst
+++ b/src/cython/doc/bottleneck_distance_ref.rst
@@ -2,4 +2,4 @@
Bottleneck reference manual
===========================
-.. automethod:: gudhi.bottleneck_distance
+.. autofunction:: gudhi.bottleneck_distance
diff --git a/src/cython/doc/cubical_complex_user.rst b/src/cython/doc/cubical_complex_user.rst
index 2cd85c0a..16712de5 100644
--- a/src/cython/doc/cubical_complex_user.rst
+++ b/src/cython/doc/cubical_complex_user.rst
@@ -148,3 +148,5 @@ Examples.
---------
End user programs are available in cython/example/ folder.
+
+.. include:: biblio.rst
diff --git a/src/cython/doc/how_to_cite_cgal.rst b/src/cython/doc/how_to_cite_cgal.rst
new file mode 100644
index 00000000..192e0562
--- /dev/null
+++ b/src/cython/doc/how_to_cite_cgal.rst
@@ -0,0 +1,7 @@
+==============
+CGAL citations
+==============
+
+.. bibliography:: how_to_cite_cgal.bib
+ :filter: docnames
+ :style: unsrt
diff --git a/src/cython/doc/index.rst b/src/cython/doc/index.rst
index de90cf7c..bd138fd5 100644
--- a/src/cython/doc/index.rst
+++ b/src/cython/doc/index.rst
@@ -11,6 +11,7 @@ GUDHI's documentation
Introduction
************
+:doc:`biblio`
The Gudhi library (Geometry Understanding in Higher Dimensions) is a generic
open source C++ library for Computational Topology and Topological Data
@@ -76,3 +77,5 @@ Persistence graphical tools
===========================
.. include:: persistence_graphical_tools_sum.rst
+
+.. include:: biblio.rst
diff --git a/src/cython/doc/persistent_cohomology_user.rst b/src/cython/doc/persistent_cohomology_user.rst
index ca936754..1479fb1e 100644
--- a/src/cython/doc/persistent_cohomology_user.rst
+++ b/src/cython/doc/persistent_cohomology_user.rst
@@ -99,3 +99,5 @@ We provide several example files: run these examples with -h for details on thei
.. todo::
examples for persistence
+
+.. include:: biblio.rst
diff --git a/src/cython/doc/tangential_complex_user.rst b/src/cython/doc/tangential_complex_user.rst
index 1ad08bd6..7b6c9e79 100644
--- a/src/cython/doc/tangential_complex_user.rst
+++ b/src/cython/doc/tangential_complex_user.rst
@@ -179,3 +179,5 @@ The output is:
Tangential contains 4 vertices.
Inconsistencies has been fixed.
+
+.. include:: biblio.rst