From e6f04a11b32a0e9b156baa02a3f7a0a0cf611b27 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Fri, 12 Aug 2022 14:42:43 +0200 Subject: Fix version inconsistencies and #579 --- src/python/doc/cubical_complex_sklearn_itf_ref.rst | 2 +- src/python/doc/cubical_complex_sum.inc | 6 +++-- src/python/doc/differentiation_sum.inc | 4 +-- src/python/doc/persistent_cohomology_user.rst | 29 +++++++++++++--------- src/python/doc/rips_complex_sum.inc | 6 +++-- src/python/doc/rips_complex_user.rst | 8 +----- src/python/doc/simplex_tree_sum.inc | 6 +++-- 7 files changed, 33 insertions(+), 28 deletions(-) diff --git a/src/python/doc/cubical_complex_sklearn_itf_ref.rst b/src/python/doc/cubical_complex_sklearn_itf_ref.rst index 05ffdd0c..2fb8ec6a 100644 --- a/src/python/doc/cubical_complex_sklearn_itf_ref.rst +++ b/src/python/doc/cubical_complex_sklearn_itf_ref.rst @@ -9,7 +9,7 @@ Cubical complex persistence scikit-learn like interface :width: 100% :header-rows: 0 - * - :Since: GUDHI 3.5.0 + * - :Since: GUDHI 3.6.0 - :License: MIT - :Requires: `Scikit-learn `_ diff --git a/src/python/doc/cubical_complex_sum.inc b/src/python/doc/cubical_complex_sum.inc index f1cf25d4..b27843e5 100644 --- a/src/python/doc/cubical_complex_sum.inc +++ b/src/python/doc/cubical_complex_sum.inc @@ -10,8 +10,10 @@ | * :doc:`cubical_complex_user` | * :doc:`cubical_complex_ref` | | | * :doc:`periodic_cubical_complex_ref` | +--------------------------------------------------------------------------+--------------------------------------------------------------+-------------------------------------------------------------+ - | | * :doc:`cubical_complex_tflow_itf_ref` | :requires: `TensorFlow `_ | - | | | | + | .. image:: | * :doc:`cubical_complex_tflow_itf_ref` | :requires: `TensorFlow `_ | + | img/tensorflow.png | | | + | :target: https://www.tensorflow.org | | | + | :height: 30 | | | +--------------------------------------------------------------------------+--------------------------------------------------------------+-------------------------------------------------------------+ | .. image:: | * :doc:`cubical_complex_sklearn_itf_ref` | :Requires: `Scikit-learn `_ | | img/sklearn.png | | | diff --git a/src/python/doc/differentiation_sum.inc b/src/python/doc/differentiation_sum.inc index 3aec33df..140cf180 100644 --- a/src/python/doc/differentiation_sum.inc +++ b/src/python/doc/differentiation_sum.inc @@ -1,8 +1,8 @@ .. list-table:: - :widths: 40 30 30 + :width: 100% :header-rows: 0 - * - :Since: GUDHI 3.5.0 + * - :Since: GUDHI 3.6.0 - :License: MIT - :Requires: `TensorFlow `_ diff --git a/src/python/doc/persistent_cohomology_user.rst b/src/python/doc/persistent_cohomology_user.rst index a3f294b2..39744b95 100644 --- a/src/python/doc/persistent_cohomology_user.rst +++ b/src/python/doc/persistent_cohomology_user.rst @@ -6,19 +6,24 @@ Persistent cohomology user manual ================================= Definition ---------- -===================================== ===================================== ===================================== -:Author: Clément Maria :Since: GUDHI PYTHON 2.0.0 :License: GPL v3 -===================================== ===================================== ===================================== - -+-----------------------------------------------------------------+-----------------------------------------------------------------------+ -| :doc:`persistent_cohomology_user` | Please refer to each data structure that contains persistence | -| | feature for reference: | -| | | -| | * :doc:`simplex_tree_ref` | -| | * :doc:`cubical_complex_ref` | -| | * :doc:`periodic_cubical_complex_ref` | -+-----------------------------------------------------------------+-----------------------------------------------------------------------+ +.. list-table:: + :width: 100% + :header-rows: 0 + + * - :Author: Clément Maria + - :Since: GUDHI 2.0.0 + - :License: MIT + +.. list-table:: + :width: 100% + :header-rows: 0 + + * - :doc:`persistent_cohomology_user` + - Please refer to each data structure that contains persistence feature for reference: + * :doc:`simplex_tree_ref` + * :doc:`cubical_complex_ref` + * :doc:`periodic_cubical_complex_ref` Computation of persistent cohomology using the algorithm of :cite:`DBLP:journals/dcg/SilvaMV11` and :cite:`DBLP:conf/compgeom/DeyFW14` and the Compressed Annotation Matrix implementation of diff --git a/src/python/doc/rips_complex_sum.inc b/src/python/doc/rips_complex_sum.inc index 6931ebee..2b125e54 100644 --- a/src/python/doc/rips_complex_sum.inc +++ b/src/python/doc/rips_complex_sum.inc @@ -12,6 +12,8 @@ +----------------------------------------------------------------+------------------------------------------------------------------------+----------------------------------------------------------------------------------+ | * :doc:`rips_complex_user` | * :doc:`rips_complex_ref` | +----------------------------------------------------------------+------------------------------------------------------------------------+----------------------------------------------------------------------------------+ - | | * :doc:`rips_complex_tflow_itf_ref` | :requires: `TensorFlow `_ | - | | | | + | .. image:: | * :doc:`rips_complex_tflow_itf_ref` | :requires: `TensorFlow `_ | + | img/tensorflow.png | | | + | :target: https://www.tensorflow.org | | | + | :height: 30 | | | +----------------------------------------------------------------+------------------------------------------------------------------------+----------------------------------------------------------------------------------+ diff --git a/src/python/doc/rips_complex_user.rst b/src/python/doc/rips_complex_user.rst index 27d218d4..c41a7803 100644 --- a/src/python/doc/rips_complex_user.rst +++ b/src/python/doc/rips_complex_user.rst @@ -7,13 +7,7 @@ Rips complex user manual Definition ---------- -================================================================================ ================================ ====================== -:Authors: Clément Maria, Pawel Dlotko, Vincent Rouvreau, Marc Glisse, Yuichi Ike :Since: GUDHI 2.0.0 :License: GPL v3 -================================================================================ ================================ ====================== - -+-------------------------------------------+----------------------------------------------------------------------+ -| :doc:`rips_complex_user` | :doc:`rips_complex_ref` | -+-------------------------------------------+----------------------------------------------------------------------+ +.. include:: rips_complex_sum.inc The `Rips complex `_ is a simplicial complex that generalizes proximity (:math:`\varepsilon`-ball) graphs to higher dimensions. The vertices correspond to the input diff --git a/src/python/doc/simplex_tree_sum.inc b/src/python/doc/simplex_tree_sum.inc index 3ad1292c..6b534c9e 100644 --- a/src/python/doc/simplex_tree_sum.inc +++ b/src/python/doc/simplex_tree_sum.inc @@ -11,6 +11,8 @@ +----------------------------------------------------------------+------------------------------------------------------------------------+---------------------------------------------------------+ | * :doc:`simplex_tree_user` | * :doc:`simplex_tree_ref` | +----------------------------------------------------------------+------------------------------------------------------------------------+---------------------------------------------------------+ - | | * :doc:`ls_simplex_tree_tflow_itf_ref` | :requires: `TensorFlow `_ | - | | | | + | .. image:: | * :doc:`ls_simplex_tree_tflow_itf_ref` | :requires: `TensorFlow `_ | + | img/tensorflow.png | | | + | :target: https://www.tensorflow.org | | | + | :height: 30 | | | +----------------------------------------------------------------+------------------------------------------------------------------------+---------------------------------------------------------+ -- cgit v1.2.3