From e5345d29ca69d318f8c9b39cab21d79944ed69bb Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Mon, 30 Jan 2017 15:34:00 +0000 Subject: 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 --- src/cython/doc/alpha_complex_user.rst | 2 ++ src/cython/doc/bottleneck_distance_ref.rst | 2 +- src/cython/doc/cubical_complex_user.rst | 2 ++ src/cython/doc/how_to_cite_cgal.rst | 7 +++++++ src/cython/doc/index.rst | 3 +++ src/cython/doc/persistent_cohomology_user.rst | 2 ++ src/cython/doc/tangential_complex_user.rst | 2 ++ 7 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 src/cython/doc/how_to_cite_cgal.rst (limited to 'src/cython/doc') 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 -- cgit v1.2.3