summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-06-24Merge remote-tracking branch 'upstream/master' into cech_extra_pointHind-M
2022-06-24Merge pull request #519 from Hind-M/cech_optimizationVincent Rouvreau
Cech optimization
2022-06-24Use CGAL::NT_converter instead of CGAL::to_double in Sphere_circumradiusHind-M
2022-06-21-Add/modify some commentsHind-M
-Some other minor changes -Change license to LGPL
2022-06-20Merge pull request #643 from VincentRouvreau/alpha_extra_pointVincent Rouvreau
[Alpha] Get extra point using boundary_opposite_vertex_simplex_range
2022-06-16Add exact option for exact cech variantHind-M
2022-06-16Merge pull request #498 from Hind-M/fetch_datasetsVincent Rouvreau
Fetch datasets
2022-06-15Fix warning and debug tracesVincent Rouvreau
2022-06-15Use boundary_opposite_vertex_simplex_range instead of boundary_simplex_range ↵Vincent Rouvreau
in alpha
2022-06-14Use boundary_opposite_vertex_simplex_range instead of boundary_simplex_range ↵Hind-M
in cech
2022-06-09Merge remote-tracking branch 'upstream/master' into cech_optimizationHind-M
2022-06-08Merge pull request #632 from albert-github/feature/bug_class_diagramsVincent Rouvreau
Documentation: Obsolete CLASS_DIAGRAMS
2022-06-08Merge pull request #633 from albert-github/feature/bug_copy_doxyfile_inVincent Rouvreau
No need to copy Doxyfile.in
2022-06-08Merge branch 'master' into feature/bug_class_diagramsVincent Rouvreau
2022-06-08Merge pull request #616 from VincentRouvreau/doxygen_unbalanced_groupingsVincent Rouvreau
Fix unbalanced groups and some doxygen typos
2022-06-07Rephrase description for fetch functionsHind-M
2022-06-07Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-06-07Merge pull request #590 from ↵Vincent Rouvreau
VincentRouvreau/simplex_tree_extended_persistence_enhancement extended_persistence uses directly get_persistent_pairs
2022-06-03Merge pull request #624 from albert-github/feature/bug_spellVincent Rouvreau
Spelling corrections
2022-05-25Add info in the doc concerning default data_home and 'GUDHI_DATA' env variableHind-M
2022-05-24Merge pull request #630 from albert-github/feature/bug_mathjax_3Vincent Rouvreau
Documentation: Render formulas by means of MathJax 3
2022-05-24Update src/cmake/modules/GUDHI_doxygen_target.cmakealbert-github
Co-authored-by: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>
2022-05-24Merge remote-tracking branch 'upstream/master' into cech_optimizationHind-M
2022-05-24Make get_data_home function privateHind-M
2022-05-24Merge pull request #623 from albert-github/feature/bug_gudhi_exampleVincent Rouvreau
Documentation: handling references to examples in a more transparent way
2022-05-24No need to copy Doxyfile.inalbert-github
In my opinion there is no need to copy the `Doxyfile.in` file to the build directory (neither in the User nor the development version). The usage is: ``` configure_file(${GUDHI_DOXYGEN_SOURCE_PREFIX}/Doxyfile.in "${CMAKE_CURRENT_BINARY_DIR}/Doxyfile" @ONLY) ``` in the file `src/cmake/modules/GUDHI_doxygen_target.cmake` and we see that this uses the file from its original source directory.
2022-05-24Specify in doc the use of cache when fetching datasets with wrapping functionsHind-M
2022-05-24Use autofunction instead of automodule in doc and add 2d spiral imageHind-M
2022-05-24Documentation: Obsolete CLASS_DIARAMSalbert-github
Since doxygen version 1.9.3 the settings `CLASS_DIAGRAMS` and `CLASS_GRAPH` have been integrated into `CLASS_GRAPH` and `CLASS_DIAGRAMS` is now obsolete. The value of `CLASS+GRAPH` doesn't have to be adjusted, in this case, as it was already set to `NO`.
2022-05-24Documentation: Render formuals by means of MathJax 3albert-github
Oops left test version in it.
2022-05-24Documentation: Render formulas by means of MathJax 3albert-github
Based on review, made a switch between MathJax 2 and MathJax 3 based on the doxygen version
2022-05-23Documentation: Render formuals by means of MathJax 3albert-github
- create entries in Doxyfile.in for the use of MathJax - adjust formula so it is properly rendered in MathJax 3 (formula will also work with MathJax 2) (available in doxygen since doxygen 1.9.2)
2022-05-23Documentation: handling references to examples in a more transparent wayalbert-github
Adding the other examples also with `gudhi_example_link`.
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-23[skip ci] example from a small moleculeVincent Rouvreau
2022-05-23[skip ci] example from a small moleculeVincent Rouvreau
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-05-23Merge pull request #618 from albert-github/feature/bug_docu_redirectVincent Rouvreau
Documentation: Updating redirected links
2022-05-23Update src/common/doc/installation.hVincent Rouvreau
2022-05-23Update src/common/doc/installation.hVincent Rouvreau
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-05-22Update src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.halbert-github
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-05-22Update src/python/test/test_simplex_tree.pyalbert-github
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-05-22Update src/Persistent_cohomology/example/rips_multifield_persistence.cppalbert-github
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-05-22Spelling correctionsalbert-github
A number of spelling corrections as reported by the codespell (see: https://github.com/codespell-project/codespell) program and lists. Some remarks: - not considered are grammatical errors - not considered are names in the code although there are a number that could be improved (like `childs` -> `children`) - in the documentation it could be made clearer what are variables and what is running text (e.g. by placing variables in running text between backticks) - some comments are in the French language, I think it would be better to have them in the English (United States version).
2022-05-22Documentation: handling references to examples in a more transparent wayalbert-github
In case we have the files`Bitmap_cubical_complex/Random_bitmap_cubical_complex.cpp` this will be linked to `_random_bitmap_cubical_complex_8cpp-example.html` and this is now hard coded. When the setting of `CASE_SENSE_NAMES` is set to `YES` the mapping is to `Random_bitmap_cubical_complex_8cpp-example.html` but the hard coded link is still to `_random_bitmap_cubical_complex_8cpp-example.html` so the link cannot be resolved (at runtime!). Same could happen when the `CASE_SENSE_NAMES` is left blank and the the value is system dependent. It is unlikely that this happens but ... By introducing the `ALIASES` `gudhi_example_link` this can be handled by doxygen in a more transparent way. Furthermore wit 2 examples there was a double `cpp` in the text part, this has been corrected as well Notre this solution supersedes #621 and maked #621 obsolete.
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-20issue #615 Documentation: references to boostalbert-github
Made references to boost so that they point to the last released version.
2022-05-20Fix unbalanced groups and some doxygen typosVincent Rouvreau
2022-05-20Merge pull request #597 from ↵Vincent Rouvreau
VincentRouvreau/stree_iterator_boundary_and_opposite_vertex Boundary and its opposite vertex iterator for the simplex tree