summaryrefslogtreecommitdiff
path: root/src/python/doc/alpha_complex_user.rst
AgeCommit message (Collapse)Author
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-03-30get/set float_relative_precision and its documentationVincent Rouvreau
2022-01-19Doc review: reword confusing sentenceVincent Rouvreau
2021-11-08Merge master and resolve conflicts (mainly src/python/CMakeLists.txt)Vincent Rouvreau
2021-11-08doc review: regular triangulation is not 'of Delaunay'Vincent Rouvreau
2021-11-03Merge pull request #529 from ↵Vincent Rouvreau
VincentRouvreau/moderate_alpha_complex_make_filtration_non_decreasing make_filtration_non_decreasing no more always called
2021-11-02No more gforge referencesVincent Rouvreau
2021-09-13make_filtration_non_decreasing no more called in alpha complex dD exact ↵VincentRouvreau
version and exact and safe 3d versions
2021-07-01Revert AlphaComplex3D. To be done with periodicROUVREAU Vincent
2021-06-21Remove advice to use CGAL > 5.0 for performances reason as CGAL 5.1 is ↵ROUVREAU Vincent
required for weighted version
2021-06-09doc review: use 120 characters per line and warning about the numbering of ↵ROUVREAU Vincent
vertices for 3d version
2021-06-09doc review: remove 'specific'ROUVREAU Vincent
2021-04-22On azure, got 'expected nothing, got ...' error. Let's try another approachROUVREAU Vincent
2021-04-22Workaround doc issue on OSxROUVREAU Vincent
2021-04-08Some documentation for alpha complex 3d specific versionROUVREAU Vincent
2021-03-24Remove read_weights and depreciate off_fileROUVREAU Vincent
2021-03-23Remove weighted_points, as it is overdesignedROUVREAU Vincent
2021-03-22Fix sphinx issuesROUVREAU Vincent
2021-03-18Add weight supportROUVREAU Vincent
2021-03-12Link to OFF file format in example sectionROUVREAU Vincent
2020-07-01doc typoVincent Rouvreau
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2020-07-01Doc review: add some details about get_pointROUVREAU Vincent
2020-06-28Duplicated commentMarc Glisse
2020-06-15Factory to build python alpha complex. 3d version of alpha complex. Needs ↵ROUVREAU Vincent
change in doc as alphacomplexdoc.off is a fake 3d off data file
2020-06-06Merge pull request #326 from VincentRouvreau/alpha_complex_python_fast_and_exactVincent Rouvreau
Alpha complex python enhancement
2020-06-05code review: rename complexity with precisionROUVREAU Vincent
2020-06-05Code review: no link to CGAL::Lazy_exact_nt and no guarantee on fast precisionROUVREAU Vincent
2020-06-05Code review: type is floatROUVREAU Vincent
2020-05-29Rewrite some summariesMarc Glisse
2020-05-25C++ version and documentationROUVREAU Vincent
2020-05-11doc reviewROUVREAU Vincent
2020-05-11Fix duplicate linkROUVREAU Vincent
2020-04-27lint pseudo codeROUVREAU Vincent
2020-04-26vim code block has a better highlighting codeROUVREAU Vincent
2020-04-26Fix barycenter sphinx warningsROUVREAU Vincent
2020-04-26Fix alpha complex user sphinx warnings as sphinx was confusing bullet lists ↵ROUVREAU Vincent
and bold font syntax
2020-04-24Code review: plain instead of unsrt for biblio - concatenate biblio files - ↵ROUVREAU Vincent
undo cgal citation removal
2020-04-24Fix bibliography for sphinxROUVREAU Vincent
2020-04-04Missing biblio in one file, change title levelMarc Glisse
2020-04-04Revert "sphinx label warnings"Marc Glisse
This reverts commit d9e6b4f51bc8517453653be2904ab6db9aaab85e. It was able to remove the warnings about duplicate labels, but then it shows [WA1] instead of [1] in the generated doc. And for things cited on multiple pages, it uses the same everywhere, so on a single page, you can have a mix of [I1], [WI2], etc. Not very pretty.
2020-04-04sphinx label warningsMarc Glisse
2020-04-04Local bibliographies in sphinxMarc Glisse
2020-01-10Fix #105: Add alpha value on the picture, clarify simplices removal from the ↵ROUVREAU Vincent
Delaunay complex, use max_alpha_square=32 in the Python example
2019-12-03Merge pull request #156 from VincentRouvreau/gudhi_citation_updateVincent Rouvreau
Fix #101 Fix #102
2019-12-02Some bad cgal referenced bibliography as it was updatedROUVREAU Vincent
2019-11-29Fix various links for sphinxMarc Glisse
and some minor doc changes along the way. (why were we documenting a hasse diagram that doesn't exist?)
2019-09-09Merge branch 'master' into split_gudhi_python_in_modulesROUVREAU Vincent
2019-09-09Code review: rename cython as python (make target and directoryROUVREAU Vincent