summaryrefslogtreecommitdiff
path: root/src/common/doc
AgeCommit message (Collapse)Author
2020-05-11More DOI in the biblioMarc Glisse
and update references from a preprint to the published version
2020-02-07Bad link for last versionROUVREAU Vincent
2020-01-20TypoMarc Glisse
2020-01-20Link kd-tree and subsampling from the main docMarc Glisse
2020-01-20Reorder skbl and toplexmap so that skbl is next to contractionsMarc Glisse
2020-01-20Missing entry in TOCMarc Glisse
2020-01-20Shuffle the modules on the main pageMarc Glisse
2020-01-10Merge pull request #195 from ↵Vincent Rouvreau
VincentRouvreau/alpha_complex_documentation_improvements Fix #105: Alpha-complex document parameter for the picture
2020-01-10Bug fix: a href tag was badly closedROUVREAU Vincent
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-12Code review: Typo in src/common/doc/installation.hVincent Rouvreau
Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
2019-12-09Document 'ctest --output-on-failure' in installation tests sectionROUVREAU Vincent
2019-11-26Fix doxygen warnings about new cgal bibtex entriesROUVREAU Vincent
2019-11-06Add doc warningsROUVREAU Vincent
2019-09-20c++14 in installation documentationROUVREAU Vincent
2019-08-30Eigen scope refineROUVREAU Vincent
2019-08-30Modify the documentation headers with last web site modificationsROUVREAU Vincent
2019-08-20Fix issue #10 and modify main and installation documentations accordinglyROUVREAU Vincent
2019-07-01Code review: Contraction only depends on ↵ROUVREAU Vincent
CGAL_queue/Modifiable_priority_queue.h which is LGPL, not GPL
2019-06-28Merge branch 'master' into gpl_to_mitROUVREAU Vincent
2019-06-27Merge branch 'master' of github.com:GUDHI/gudhi-develROUVREAU Vincent
2019-06-19Remove MathJax.COPYRIGHT as MathJax.js has been removedROUVREAU Vincent
2019-06-14Add CGAL dependency for Contraction instead of including CGAL filesROUVREAU Vincent
2019-06-14Fix CGAL version in example installation sectionROUVREAU Vincent
2019-06-14Remove gudhi_patches for CGAL and CGAL 4.11.0 is now the minimal CGAL ↵ROUVREAU Vincent
version required. Modification of documentation accordingly
2019-06-13Merge master branchROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2019-06-13Merge pull request #69 from VincentRouvreau/bottleneck_documentationVincent Rouvreau
Bottleneck documentation
2019-06-12Merge branch 'master' into bottleneck_documentationROUVREAU Vincent
2019-06-12Remove references manualROUVREAU Vincent
2019-06-12Merge branch 'master' into main_documentation_pagesROUVREAU Vincent
2019-06-07Fix doc review. Add citations for python doc version. Replace (13,0) with ↵ROUVREAU Vincent
(0,13) in figure
2019-06-07MathJax.js no more requiredROUVREAU Vincent
2019-06-05typoMarc Glisse
2019-06-05Fix #20: Add OFF section in file format and all documents target to it ↵ROUVREAU Vincent
instead of geomview.org documentation. Modify data/points/alphacomplexdoc.off in dimension 3 to be used as an example for OFF section in file format.
2019-06-03Fix #56ROUVREAU Vincent
2019-06-03modify cells height for C++ doc. Use bullet lists to have the same font ↵ROUVREAU Vincent
height on main page
2019-05-28fix typoROUVREAU Vincent
2019-05-28Use markdown for main page. Fix some doxyfileROUVREAU Vincent
2019-04-26Merge branch 'master' into toplex_mapROUVREAU Vincent
2019-02-12Fix doc for C++ and Python.vrouvrea
Fix some warnings on Nerve GIC sphinx doc generation git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@4101 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 57eacb8c4108be212e61796c65e3b45bb9c13644
2019-01-17Fix cpplintvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@4063 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7186509b0d722fc7a4264eeaf504cef1c1be3a2a
2019-01-17Merge last trunk modificationsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@4062 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 495752e4da032e54a1a88adbcd030f526bc80a43
2018-11-21Code review : Use # error instead of static_assert(false, ...) for CGAL ↵vrouvrea
version detection Doc review : Better document CGAL types (FT, Weighted_point_3, Point_3, ...) Weighted alpha complex 3d example simplification git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@4009 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 187d7a08468c96192b3cb82c93a2df5b425290f9
2018-11-14Merge last trunk modifications and resolve conflict on ↵vrouvrea
src/Alpha_complex/utilities/alphacomplex.md git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3979 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 2a63709432810154d7939e9bdd74f9d55d0aee43
2018-10-31Make dependency with boost 1.56 instead of 1.48vrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/boost_1.56_vincent@3967 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a5941b8c4f65ec8e6f62117aceb5f22e0142f255
2018-10-12Merge last trunk modificationsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/toplex_map@3946 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 213c7b76c5f8c3248b24a2ac9250ed59034d8076
2018-09-28Fix typo in installationvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3915 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: b7f7c3344fef9915a48ee29764063a91f3d860a4
2018-09-25merge last trunk modificationsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3908 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ab0fe69130ba3cbb329e0e975053809180edba5d
2018-09-20The same comment in the file format description...pdlotko
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@3900 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 656bfe12681707838a564d886b803b6b8f3f90de