summaryrefslogtreecommitdiff
path: root/src/python/doc
AgeCommit message (Collapse)Author
2023-01-04Merge pull request #740 from mglisse/insert2Vincent Rouvreau
Advertise the new SimplexTree functions in the Rips user manual
2022-12-17Advertise edge collapses more.Marc Glisse
2022-11-18Merge pull request #700 from VincentRouvreau/cite_gudhi_biblioVincent Rouvreau
Proposal for how_to_cite_gudhi update
2022-11-17Advertise new SimplexTree functions in Rips user manualMarc Glisse
2022-11-14Update python representations module contributorsVincent Rouvreau
2022-11-09New write_points_to_off_fileMarc Glisse
2022-11-04Use fetch_spiral_2d in the docMarc Glisse
2022-11-04Mention SciPy version in the docMarc Glisse
2022-10-18Merge pull request #697 from VincentRouvreau/feature/cpp17Vincent Rouvreau
c++17 as a new standard to compile the library
2022-09-14c++17 is the new standard and MSVC 17 alsoVincent Rouvreau
2022-08-17Fixing bad new shapeVincent Rouvreau
2022-08-16Forgotten file for 3.6.0Vincent Rouvreau
2022-08-12Fix version inconsistencies and #579Vincent Rouvreau
2022-08-05Merge master and fix conflictsVincent Rouvreau
2022-07-27Enable keops dtm warningsHind-M
2022-06-27doc review: Full path for representations gudhi module for sphinx to find ↵Vincent Rouvreau
the modules
2022-06-24changed dimensions into homology_dimensionsMathieuCarriere
2022-06-20code review: rename homology_dimensions argument. Use and document numpy ↵Vincent Rouvreau
reshape instead of cubical dimension argument
2022-06-17Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-06-17Merge masterVincent Rouvreau
2022-06-07Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-05-25Add info in the doc concerning default data_home and 'GUDHI_DATA' env variableHind-M
2022-05-24Make get_data_home function privateHind-M
2022-05-24Use autofunction instead of automodule in doc and add 2d spiral imageHind-M
2022-05-23Merge masterVincent Rouvreau
2022-05-23Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-05-23updated output for cubical complexesMathieuCarriere
2022-05-23Merge pull request #619 from albert-github/feature/bug_persistent_linksVincent Rouvreau
Documentation: Non persistent links
2022-05-23[skip ci] example from a small moleculeVincent Rouvreau
2022-05-21Documentation: Non persistent linksalbert-github
During the link check we found some references to `#title..` in respect to links to CGAL, these links work at the moment but are, by CGAL, generated links during runtime based on the HTML `<H...>` tags. When a new paragraph or chapter is added these numbers will change and thus will the link point to the wrong place. All these items have also a more persistent reference anchor that is generated based on the `<name>` of the section (e.g. `\section <name> <description>`). Therefore it is better to used the references based on the `<name>`.
2022-05-20Documentation: Updating redirected linksalbert-github
Updating simple links in documentation sources for which we got during link checking: ``` This is a permanent redirect. The link should be updated. ```
2022-05-17Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-05-12Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-05-09Merge pull request #504 from ↵Vincent Rouvreau
VincentRouvreau/persistence_graphical_tools_improvements Persistence graphical tools improvements
2022-05-02Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-04-12fix doc + reshape in cubicalMathieuCarriere
2022-04-12Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-04-06Merge remote-tracking branch 'upstream/master' into ↵Vincent Rouvreau
persistence_graphical_tools_improvements
2022-03-30get/set float_relative_precision and its documentationVincent Rouvreau
2022-03-09Add bunny image to the datasets docHind-M
2022-03-02Missing empty lines in sphinx docMarc Glisse
2022-03-02fix sphinx test for ripsMathieuCarriere
2022-02-28fix rips test codeMathieuCarriere
2022-02-28changed doc + added tensorflow indexingMathieuCarriere
2022-02-14Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-02-14Merge master and resolve conflict on .github/next_release.mdVincent Rouvreau
2022-02-10Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-02-10Boost 1.66.0 is now the minimal version as required from cgal 5.1 - Also ↵Vincent Rouvreau
remove useless include boost/version.h
2022-02-04code review: rename dimensions as 'newshape'Vincent Rouvreau
2022-02-02fixed bugs from the new APIMathieuCarriere