summaryrefslogtreecommitdiff
path: root/src/python/doc
AgeCommit message (Collapse)Author
2023-01-06Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
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-20Keep perslay-related stuff under gudhi.tensorflow.perslayMarc Glisse
2022-11-18Reset print precision after this exampleMarc Glisse
otherwise it also affects other random examples
2022-11-18Fix doc testMarc Glisse
There was a mismatch between the size requested and the output. Hopefully, with this precision, the results should match on different computers...
2022-11-18Organize doc + link syntaxMarc Glisse
2022-11-18fix conflictMathieuCarriere
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-15Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-11-14Update python representations module contributorsVincent Rouvreau
2022-11-10Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-11-09New write_points_to_off_fileMarc Glisse
2022-11-05added a few comments in the docMathieuCarriere
2022-11-04Use fetch_spiral_2d in the docMarc Glisse
2022-11-04Mention SciPy version in the docMarc Glisse
2022-10-18Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-10-18Merge pull request #697 from VincentRouvreau/feature/cpp17Vincent Rouvreau
c++17 as a new standard to compile the library
2022-09-16Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-09-14c++17 is the new standard and MSVC 17 alsoVincent Rouvreau
2022-08-17Fixing bad new shapeVincent Rouvreau
2022-08-16Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-08-16Forgotten file for 3.6.0Vincent Rouvreau
2022-08-14Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-08-12Fix version inconsistencies and #579Vincent Rouvreau
2022-08-10Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-08-07Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
2022-08-05Merge master and fix conflictsVincent Rouvreau
2022-07-27Enable keops dtm warningsHind-M
2022-06-27fix conflictMathieuCarriere
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 branch 'master' of https://github.com/GUDHI/gudhi-devel into perslayMathieuCarriere
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 perslayMathieuCarriere
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