summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2020-04-04 12:52:52 +0200
committerMarc Glisse <marc.glisse@inria.fr>2020-04-04 12:52:52 +0200
commitda3b4a79ca40d08ae5597341f4db2418f20fe3d2 (patch)
tree18af9bb99b814dcea1b3ce1145236a5e5a365e53 /src
parentdc80ab48359521dac415292f4d2b1f496f326263 (diff)
Missing biblio in one file, change title level
Diffstat (limited to 'src')
-rw-r--r--src/python/doc/alpha_complex_user.rst2
-rw-r--r--src/python/doc/bottleneck_distance_user.rst2
-rw-r--r--src/python/doc/cubical_complex_user.rst2
-rw-r--r--src/python/doc/nerve_gic_complex_ref.rst7
-rw-r--r--src/python/doc/nerve_gic_complex_user.rst2
-rw-r--r--src/python/doc/persistent_cohomology_user.rst2
-rw-r--r--src/python/doc/rips_complex_user.rst2
-rw-r--r--src/python/doc/simplex_tree_user.rst2
-rw-r--r--src/python/doc/tangential_complex_user.rst2
-rw-r--r--src/python/doc/wasserstein_distance_user.rst2
-rw-r--r--src/python/doc/witness_complex_user.rst2
11 files changed, 17 insertions, 10 deletions
diff --git a/src/python/doc/alpha_complex_user.rst b/src/python/doc/alpha_complex_user.rst
index 6e926fc8..265a82d2 100644
--- a/src/python/doc/alpha_complex_user.rst
+++ b/src/python/doc/alpha_complex_user.rst
@@ -204,7 +204,7 @@ the program output is:
[3, 6] -> 30.25
CGAL citations
-==============
+--------------
.. bibliography:: ../../biblio/how_to_cite_cgal.bib
:filter: docname in docnames
diff --git a/src/python/doc/bottleneck_distance_user.rst b/src/python/doc/bottleneck_distance_user.rst
index 95c4e575..206fcb63 100644
--- a/src/python/doc/bottleneck_distance_user.rst
+++ b/src/python/doc/bottleneck_distance_user.rst
@@ -67,7 +67,7 @@ The output is:
Bottleneck distance value = 0.75
Bibliography
-============
+------------
.. bibliography:: ../../biblio/bibliography.bib
:filter: docname in docnames
diff --git a/src/python/doc/cubical_complex_user.rst b/src/python/doc/cubical_complex_user.rst
index 94f59954..e8c94bf6 100644
--- a/src/python/doc/cubical_complex_user.rst
+++ b/src/python/doc/cubical_complex_user.rst
@@ -160,7 +160,7 @@ Examples.
End user programs are available in python/example/ folder.
Bibliography
-============
+------------
.. bibliography:: ../../biblio/bibliography.bib
:filter: docname in docnames
diff --git a/src/python/doc/nerve_gic_complex_ref.rst b/src/python/doc/nerve_gic_complex_ref.rst
index abde2e8c..6a81b7af 100644
--- a/src/python/doc/nerve_gic_complex_ref.rst
+++ b/src/python/doc/nerve_gic_complex_ref.rst
@@ -12,3 +12,10 @@ Cover complexes reference manual
:show-inheritance:
.. automethod:: gudhi.CoverComplex.__init__
+
+Bibliography
+------------
+
+.. bibliography:: ../../biblio/bibliography.bib
+ :filter: docname in docnames
+ :style: unsrt
diff --git a/src/python/doc/nerve_gic_complex_user.rst b/src/python/doc/nerve_gic_complex_user.rst
index 208031fb..f709ce91 100644
--- a/src/python/doc/nerve_gic_complex_user.rst
+++ b/src/python/doc/nerve_gic_complex_user.rst
@@ -315,7 +315,7 @@ the program outputs again SC.dot which gives the following visualization after u
Visualization with neato
Bibliography
-============
+------------
.. bibliography:: ../../biblio/bibliography.bib
:filter: docname in docnames
diff --git a/src/python/doc/persistent_cohomology_user.rst b/src/python/doc/persistent_cohomology_user.rst
index 0a5be3a9..506fa3a7 100644
--- a/src/python/doc/persistent_cohomology_user.rst
+++ b/src/python/doc/persistent_cohomology_user.rst
@@ -113,7 +113,7 @@ We provide several example files: run these examples with -h for details on thei
* :download:`tangential_complex_plain_homology_from_off_file_example.py <../example/tangential_complex_plain_homology_from_off_file_example.py>`
Bibliography
-============
+------------
.. bibliography:: ../../biblio/bibliography.bib
:filter: docname in docnames
diff --git a/src/python/doc/rips_complex_user.rst b/src/python/doc/rips_complex_user.rst
index 325added..c4bbcfb6 100644
--- a/src/python/doc/rips_complex_user.rst
+++ b/src/python/doc/rips_complex_user.rst
@@ -349,7 +349,7 @@ until dimension 1 - one skeleton graph in other words), the output is:
this is a known issue.
Bibliography
-============
+------------
.. bibliography:: ../../biblio/bibliography.bib
:filter: docname in docnames
diff --git a/src/python/doc/simplex_tree_user.rst b/src/python/doc/simplex_tree_user.rst
index b0b7153e..1b272c35 100644
--- a/src/python/doc/simplex_tree_user.rst
+++ b/src/python/doc/simplex_tree_user.rst
@@ -68,7 +68,7 @@ The output is:
([2], 4.0)
Bibliography
-============
+------------
.. bibliography:: ../../biblio/bibliography.bib
:filter: docname in docnames
diff --git a/src/python/doc/tangential_complex_user.rst b/src/python/doc/tangential_complex_user.rst
index 0bcbc848..cf8199cc 100644
--- a/src/python/doc/tangential_complex_user.rst
+++ b/src/python/doc/tangential_complex_user.rst
@@ -197,7 +197,7 @@ The output is:
Bibliography
-============
+------------
.. bibliography:: ../../biblio/bibliography.bib
:filter: docname in docnames
diff --git a/src/python/doc/wasserstein_distance_user.rst b/src/python/doc/wasserstein_distance_user.rst
index 9b94573e..2ae72351 100644
--- a/src/python/doc/wasserstein_distance_user.rst
+++ b/src/python/doc/wasserstein_distance_user.rst
@@ -86,7 +86,7 @@ The output is:
point 1 in dgm2 is matched to the diagonal
Bibliography
-============
+------------
.. bibliography:: ../../biblio/bibliography.bib
:filter: docname in docnames
diff --git a/src/python/doc/witness_complex_user.rst b/src/python/doc/witness_complex_user.rst
index b932ed0d..799f5444 100644
--- a/src/python/doc/witness_complex_user.rst
+++ b/src/python/doc/witness_complex_user.rst
@@ -128,7 +128,7 @@ Here is an example of constructing a strong witness complex filtration and compu
* :download:`euclidean_strong_witness_complex_diagram_persistence_from_off_file_example.py <../example/euclidean_strong_witness_complex_diagram_persistence_from_off_file_example.py>`
Bibliography
-============
+------------
.. bibliography:: ../../biblio/bibliography.bib
:filter: docname in docnames