Skip to content

Commit

Permalink
Merge pull request #1318 from dcoeurjo/DocMathJax
Browse files Browse the repository at this point in the history
fixing mathjax URL
  • Loading branch information
dcoeurjo authored Apr 2, 2018
2 parents 0883c16 + 5c23a74 commit 632a3d5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ ENDIF()
# Define variables and cmake parameters, and display some information
# -----------------------------------------------------------------------------
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake")
SET(DGtal_VERSION_MAJOR 1)
SET(DGtal_VERSION_MINOR 0)
SET(DGtal_VERSION_PATCH 0beta)
SET(DGtal_VERSION_MAJOR 0)
SET(DGtal_VERSION_MINOR 9)
SET(DGtal_VERSION_PATCH 4.1)
SET(DGTAL_VERSION "${DGtal_VERSION_MAJOR}.${DGtal_VERSION_MINOR}.${DGtal_VERSION_PATCH}")
SET(PROJECT_VERSION "${DGtal_VERSION_MAJOR}.${DGtal_VERSION_MINOR}.${DGtal_VERSION_PATCH}")
SET(VERSION ${DGtal_VERSION_MAJOR}.${DGtal_VERSION_MINOR}.${DGtal_VERSION_PATCH})
Expand Down
11 changes: 8 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# DGtal 1.0.0
# DGtal 0.9.4.1

## Bug Fixes

- *Documentation*
- Fixing path to Mathjax CDN in documentation (David Coeurjolly,
[#1318](https://github.com/DGtal-team/DGtal/pull/1318))

# DGtal 0.9.4

Expand All @@ -14,7 +19,7 @@
- Adding the half-edge data structure to represent arbitrary
two-dimensional combinatorial surfaces with or without boundary
(Jacques-Olivier Lachaud
[#1266](https://github.com/DGtal-team/DGtal/pull/1266))
[#1266](https://github.com/DGtal-team/DGtal/pull/1266))
- Add VoxelComplex, an extension for CubicalComplex, implementing the Critical-Kernels
framework, based on the work of M.Couprie and G.Bertrand on isthmus.
(Pablo Hernandez, [#1147](https://github.com/DGtal-team/DGtal/pull/1147))
Expand Down Expand Up @@ -67,7 +72,7 @@
- Fix HDF5 link missing in compilation (Bertrand Kerautret,
[#1301](https://github.com/DGtal-team/DGtal/pull/1301))
- Fix compilation with QGLViewer (2.7.x) and Qt5 (Boris Mansencal,
[#1300](https://github.com/DGtal-team/DGtal/pull/1300))
[#1300](https://github.com/DGtal-team/DGtal/pull/1300))

- *Shapes Package*
- Fix ImplicitPolynomial3Shape and TrueDigitalSurfaceLocalEstimator.
Expand Down
2 changes: 1 addition & 1 deletion doc/doxy.config.Board.in
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ 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://cdn.mathjax.org/mathjax/latest
MATHJAX_RELPATH = https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/MathJax.js?config=TeX-MML-AM_CHTML

# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example
Expand Down
2 changes: 1 addition & 1 deletion doc/doxy.config.dox.in
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ 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://cdn.mathjax.org/mathjax/latest
MATHJAX_RELPATH = https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/MathJax.js?config=TeX-MML-AM_CHTML

# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example
Expand Down
2 changes: 1 addition & 1 deletion doc/doxy.config.in
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ 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://cdn.mathjax.org/mathjax/latest
MATHJAX_RELPATH = https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/MathJax.js?config=TeX-MML-AM_CHTML

# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example
Expand Down

0 comments on commit 632a3d5

Please sign in to comment.