summaryrefslogtreecommitdiff
path: root/src/common/doc/examples.h
AgeCommit message (Collapse)Author
2022-05-24Merge remote-tracking branch 'upstream/master' into cech_optimizationHind-M
2022-05-18Documentation: Doxygen warningsalbert-github
When running doxygen on the sources we get (a.o.) the following warnings: ``` .../gudhi-devel/src/Contraction/include/gudhi/Edge_contraction.h:214: warning: unbalanced grouping commands .../gudhi-devel/src/common/doc/examples.h:3: warning: the name 'Examples' supplied as the argument in the \file statement is not an input file error: bib file .../gudhi-devel/biblio/how_to_cite_gudhi.bib not found! .../gudhi-devel/src/common/doc/installation.h:271: warning: included file biblio/how_to_cite_gudhi.bib is not found. Check your EXAMPLE_PATH ``` This is corrected in the different files and in the settings in src/Doxyfile.in Also there are a number of settings that are obsolete like: ``` warning: Tag 'LATEX_SOURCE_CODE' at line 1835 of file '.../gudhi-devel/build_windows_fork/Doxyfile' has become obsolete. ``` This is corrected in the src/Doxyfile.in file
2022-04-25Remove cech_complex_step_by_step example and MiniballHind-M
2021-11-02Merge master and fix conflictsVincent Rouvreau
2021-08-31Fix broken links. Add a tool to generate cpp example pageROUVREAU Vincent
2021-05-12Merge from masterROUVREAU Vincent
2021-04-27Doxygen documentation improvementROUVREAU Vincent
2021-04-22Add examples in doc and removes TBB link as not required by coxeterROUVREAU Vincent
2020-10-31s/kernel/distance/ for choose_n_farthest_points argumentMarc Glisse
2018-07-31Fix documentation for CGAL version required by 3d versionvrouvrea
Remove duplicated example (cf. the one in the Simplex tree) Add the example for documentation git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3713 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 204f77982c61bc30a6ad3218c82b98f8bb49d711
2018-07-03Documentation for Alpha complex 3dvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3664 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c6d824cdab7ac5ea79ce458dac666d35a9a21ab7
2018-01-26Seperate installation and examples from main pagevrouvrea
Move cover complex utilities from examples GIC.cpp example was not compiled, nor tested. It is removed. Persistence representation : no need to link with Boost_SYSTEM git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3164 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: cf2bfa6c6de2ed359aaa165b9f80bca7e06defb1