From d0474601cbd24227556754ab34d4d48d574eeb3a Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Tue, 16 May 2017 11:55:09 +0000 Subject: Modify Doxyfile to make it work with distributed MathJax.js git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/doxygen_using_mathjax@2433 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 386ef39799695204b98d43b5a2f36a1a9e91f04e --- src/Doxyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Doxyfile') diff --git a/src/Doxyfile b/src/Doxyfile index 9cd3894c..2fecf5fb 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -1450,14 +1450,14 @@ MATHJAX_FORMAT = HTML-CSS # The default value is: http://cdn.mathjax.org/mathjax/latest. # This tag requires that the tag USE_MATHJAX is set to YES. -MATHJAX_RELPATH = http://gudhi.gforge.inria.fr/doc +MATHJAX_RELPATH = ../common # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # extension names that should be enabled during MathJax rendering. For example # MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols # This tag requires that the tag USE_MATHJAX is set to YES. -MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols TeX/algorithm TeX/algpseudocode +MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces # of code that will be used on startup of the MathJax code. See the MathJax site @@ -1612,7 +1612,7 @@ PAPER_TYPE = a4 # If left blank no extra packages will be included. # This tag requires that the tag GENERATE_LATEX is set to YES. -EXTRA_PACKAGES = amsfonts amsmath amssymb algorithm algpseudocode +EXTRA_PACKAGES = amsfonts amsmath amssymb # The LATEX_HEADER tag can be used to specify a personal LaTeX header for the # generated LaTeX document. The header should contain everything until the first -- cgit v1.2.3 From 962ed22cc9f8a3de681e8543f3558b37525a5681 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Tue, 22 Aug 2017 13:19:58 +0000 Subject: Version files modification for new release git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2616 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 8296050aef9e6658cd98080075f4047487e21b68 --- CMakeGUDHIVersion.txt | 2 +- src/Doxyfile | 2 +- src/cython/doc/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Doxyfile') diff --git a/CMakeGUDHIVersion.txt b/CMakeGUDHIVersion.txt index 3d9add66..d5620218 100644 --- a/CMakeGUDHIVersion.txt +++ b/CMakeGUDHIVersion.txt @@ -1,6 +1,6 @@ set (GUDHI_MAJOR_VERSION 2) set (GUDHI_MINOR_VERSION 0) -set (GUDHI_PATCH_VERSION 1.beta) +set (GUDHI_PATCH_VERSION 1-rc1) set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION}) message(STATUS "GUDHI version : ${GUDHI_VERSION}") diff --git a/src/Doxyfile b/src/Doxyfile index 2fecf5fb..6c01aefc 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "GUDHI" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "2.0.0" +PROJECT_NUMBER = "2.0.1-rc1" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/src/cython/doc/conf.py b/src/cython/doc/conf.py index 42bfd59c..072f7a94 100755 --- a/src/cython/doc/conf.py +++ b/src/cython/doc/conf.py @@ -69,7 +69,7 @@ copyright = u'2016, GUDHI Editorial Board' # The short X.Y version. version = '2.0' # The full version, including alpha/beta/rc tags. -release = '2.0.0' +release = '2.0.1-rc1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.3 From 822765550b4f944bef11e6fe7de56fb72fb00640 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Tue, 26 Sep 2017 08:27:39 +0000 Subject: Gudhi 2.0.1-rc2 version git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2715 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 76499766ca670017df0c963c3b5a49c343eb1a47 --- CMakeGUDHIVersion.txt | 2 +- src/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Doxyfile') diff --git a/CMakeGUDHIVersion.txt b/CMakeGUDHIVersion.txt index d5620218..87daf28e 100644 --- a/CMakeGUDHIVersion.txt +++ b/CMakeGUDHIVersion.txt @@ -1,6 +1,6 @@ set (GUDHI_MAJOR_VERSION 2) set (GUDHI_MINOR_VERSION 0) -set (GUDHI_PATCH_VERSION 1-rc1) +set (GUDHI_PATCH_VERSION 1-rc2) set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION}) message(STATUS "GUDHI version : ${GUDHI_VERSION}") diff --git a/src/Doxyfile b/src/Doxyfile index 6c01aefc..7f5975eb 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "GUDHI" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "2.0.1-rc1" +PROJECT_NUMBER = "2.0.1-rc2" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a -- cgit v1.2.3 From b9132f99c06c91f825854073512eacd87624579e Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Fri, 29 Sep 2017 21:08:06 +0000 Subject: Gudhi version 2.0.1 git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2734 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 3ce829b94a61b9649b663ee85bc68b74f75eb59e --- CMakeGUDHIVersion.txt | 2 +- src/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Doxyfile') diff --git a/CMakeGUDHIVersion.txt b/CMakeGUDHIVersion.txt index 87daf28e..bfef1590 100644 --- a/CMakeGUDHIVersion.txt +++ b/CMakeGUDHIVersion.txt @@ -1,6 +1,6 @@ set (GUDHI_MAJOR_VERSION 2) set (GUDHI_MINOR_VERSION 0) -set (GUDHI_PATCH_VERSION 1-rc2) +set (GUDHI_PATCH_VERSION 1) set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION}) message(STATUS "GUDHI version : ${GUDHI_VERSION}") diff --git a/src/Doxyfile b/src/Doxyfile index 7f5975eb..0ef81e5c 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "GUDHI" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "2.0.1-rc2" +PROJECT_NUMBER = "2.0.1" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a -- cgit v1.2.3