Andreas Fabri
a472c24185
http:/www.boost.org -> https://www.bost.org
2019-03-20 08:59:22 +01:00
Andreas Fabri
ab0544514c
Change ruu.nl to uu.nl although the links are often outdated
2019-03-20 08:43:07 +01:00
Andreas Fabri
7c2674abc8
More links fixed
2019-03-20 08:38:40 +01:00
Andreas Fabri
e254a770df
Some Fixes for #3457
2019-03-19 19:20:40 +01:00
Laurent Rineau
60478dd816
Merge pull request #3758 from albert-github/feature/bug_advanced_2
...
Correction of (X)HTML warnings in case of Advanced topics
2019-03-19 18:30:53 +01:00
Laurent Rineau
ed8be0d44a
Merge pull request #3771 from sloriot/Doc-generate_deprecation_notice
...
Use a generated version of deprecated.html
# Conflicts:
# Documentation/doc/resources/1.8.13/deprecated.html
# Documentation/doc/resources/1.8.14/deprecated.html
# Documentation/doc/resources/1.8.4/deprecated.html
2019-03-19 18:28:58 +01:00
Laurent Rineau
d89b70dd9a
Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch
2019-03-19 18:25:32 +01:00
albert-github
28fdb2d425
Correction of (X)HTML warnings in case of Advanced topics
...
Based on suggestion of @sloriot using `^^` also in cgalAdvancedEnd instead of adding a new line in the files
2019-03-15 11:33:48 +01:00
Sébastien Loriot
6a7c377b40
Use a generated version of deprecated.html
2019-03-15 08:57:40 +01:00
Laurent Rineau
e32637fa7c
Merge pull request #3719 from albert-github/feature/bug_packages_html
...
Invalid (X)HTML sequence
2019-03-11 17:26:27 +01:00
albert-github
8b7f0bcb1e
Correction of (X)HTML warnings in case of Advanced topics
...
Based on #3713 a number of problems were solved, but also some new issues introduced.
- BaseDoxyfile.h see to it that the CGALAdvancedBegin is in a detailed part, so be sure to terminate the brief part by an extra carriage return
- commands like \pre, \note read till the beginning of the next section but a \htmlonly is not seen as a section separator, so insert an extra carriage return
- some places missed an "Advanced" indicator, used the cgalAdvancedType here.
##Note
in Periodic_2_triangulation_2.h there appear to be a number of images that are a bit in thin air (Captions: "Insertion of a point on an edge." and "Insertion in a face."). Also just above these images theer are a number of functions that have documentation, but this is non-doxygen documentation and as such not seen by doxygen
2019-03-10 16:00:52 +01:00
Laurent Rineau
f5836b2206
Merge branch 'releases/CGAL-4.13-branch'
2019-03-07 14:31:16 +01:00
Laurent Rineau
99fe1bc548
Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch
2019-03-07 14:26:47 +01:00
Laurent Rineau
49653dedd8
Merge pull request #3724 from albert-github/feature/bug_manual_tags
...
Inconsistent tags for (X)HTML output (Manual)
2019-03-05 16:20:51 +01:00
Sébastien Loriot
3887a21429
add missing text for brief of advanced class/type/function/concept
2019-03-05 08:01:17 +01:00
Sébastien Loriot
f058854904
rename macro + apply to all version config files
2019-03-04 08:57:10 +01:00
albert-github
5d3ee5f9ee
Inconsistent tags for (X)HTML output (Manual)
...
The xhtml lint checker gave:
`parser error : Opening and ending tag mismatch: div line 375 and p`
Solved by making the `\htmlonly` into `\htmlonly[block]` to prevent invalid HTML
2019-03-01 20:06:22 +01:00
Maxime Gimeno
7be874c464
Merge pull request #3717 from albert-github/feature/bug_cite_html
...
File not (X)HTML compliant
2019-03-01 17:05:26 +01:00
Laurent Rineau
e08a3af2c4
Update supported platforms
2019-03-01 16:27:34 +01:00
Laurent Rineau
01e5727a50
Prepare CGAL-4.14-beta1
2019-03-01 16:27:11 +01:00
albert-github
2f3aeb7b9b
Invalid (X)HTML sequence
...
Based on the discussion an updated implementation dropping the post processing step in favor of a `<div style=..` implementation
2019-02-28 19:29:49 +01:00
albert-github
b90115d3f2
Invalid (X)HTMLsequence
...
In packages.html we get:
`Element style is not declared in p list of possible children`
as the `style` tag is only allowed in the `head` part of a file.
The specific changes are only needed for this one file, so it has been implemented using the post processing facility of te CGAL documentation generation.
2019-02-28 18:18:01 +01:00
albert-github
97b2bd3b5b
File not (X)HTML compliant
...
Made generated file (X)HTML compliant
2019-02-28 11:41:20 +01:00
albert-github
6dcb44622f
Small documentation correction
...
Documentation had double "in the"
2019-02-27 13:37:45 +01:00
Laurent Rineau
5199eb70ee
Merge pull request #3283 from imiordanov/Periodic_4_hyperbolic_triangulation_2-IIordanov
...
New packages: Hyperbolic_triangulation_2 / Periodic_4_hyperbolic_triangulation_2
2019-02-22 16:39:12 +01:00
Sébastien Loriot
50a59c3096
add new macros to be used in classified reference manual
2019-02-14 10:27:26 +01:00
Laurent Rineau
50d501309c
Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch
2019-02-13 15:39:58 +01:00
Laurent Rineau
2fa9206735
Merge pull request #3675 from sloriot/Doc-fix_nav_tree_hack
...
fix navtree hack
2019-02-13 15:38:10 +01:00
Maxime Gimeno
ca4f5e12ed
Merge remote-tracking branch 'cgal/master' into Periodic_4_hyperbolic_triangulation_2-IIordanov
2019-02-12 15:58:49 +01:00
Sébastien Loriot
d6cb114940
fix navtree hack
...
in recent doxygen version hash is always '#' making our check failing
The fix is to fallback to default used later one
2019-02-11 16:35:03 +01:00
Laurent Rineau
1a45e1c753
Merge pull request #3535 from sgiraudot/Classification-Neural_network_and_parallelized_random_forest-GF
...
[Small Feature] Classification: Neural Network and parallelized Random Forest
2019-02-07 13:31:20 +01:00
Maxime Gimeno
549568a954
Fix conflicts
2019-01-22 10:08:48 +01:00
Laurent Rineau
f5a8686cf3
Merge pull request #3439 from aboudev/VSA-lingjie
...
New package: Surface_mesh_approximation
2019-01-22 09:17:35 +01:00
Maxime Gimeno
d52718f312
Fix Conflicts
2019-01-21 10:03:31 +01:00
Maxime Gimeno
2a49dfcb05
Fix conflict
2019-01-11 09:47:34 +01:00
Laurent Rineau
c9fb876574
Merge branch 'master' into VSA-lingjie
2019-01-10 10:13:09 +01:00
Simon Giraudot
3cc1b995be
Merge remote-tracking branch 'mine/Classification-Neural_network_and_parallelized_random_forest-GF' into Classification-Neural_network_and_parallelized_random_forest-GF
2018-12-21 10:31:00 +01:00
Laurent Rineau
ca858a3713
Merge pull request #3518 from albert-github/feature/bug_xhtml_address
...
XHTML address of dtd
2018-12-19 16:08:21 +01:00
Laurent Rineau
772da33fd5
Merge pull request #3519 from albert-github/feature/bug_xhtml_toc
...
XHTML problem regarding TOC definition
2018-12-19 16:08:18 +01:00
Laurent Rineau
5cd84de243
Merge pull request #3533 from albert-github/feature/bug_xhtml_problems
...
XHTML Problems regarding tag sequences
2018-12-19 16:06:37 +01:00
Laurent Rineau
41dfc2b6c3
Merge pull request #3534 from sloriot/Doc-fig_extra_end_p
...
avoid extra </p> after figures
2018-12-19 16:01:20 +01:00
Laurent Rineau
c6798fb436
Merge pull request #3534 from sloriot/Doc-fig_extra_end_p
...
avoid extra </p> after figures
2018-12-19 15:45:48 +01:00
Simon Giraudot
3096425044
Add some indication on what to compile in TensorFlow (it's not well documented)
2018-12-12 10:06:57 +01:00
Sébastien Loriot
7e42c30647
avoid extra `</p>` after figures
2018-12-12 08:24:32 +01:00
albert-github
8f9510c3a4
XHTML Problems regarding tag sequences
...
XHTML is strict regarding tag sequences (contrary to HTML) in out case most of the times missing or superfluous p tags.
2018-12-11 19:31:25 +01:00
Simon Giraudot
34aa9a5290
Document tensorflow classifier + example
2018-12-11 16:32:04 +01:00
Iordan Iordanov
1b99ae313a
newline at the end of 'dependencies' file
2018-12-11 10:09:07 +01:00
albert-github
14560b8e3c
XHTML problem regarding TOC definition
...
Form the doxygen documentation:
Normally the contents between \htmlonly and \endhtmlonly is inserted as-is. When you want to insert a HTML
fragment that has block scope like a table or list which should appear outside <p>..</p>, this can lead to invalid
HTML. You can use \htmlonly[block] to make doxygen end the current paragraph and restart it after \endhtmlonly.
2018-12-08 15:15:27 +01:00
albert-github
66359c5d13
XHTML address of dtd
...
The address of the dtd for checking has changed from http -> https
2018-12-08 13:28:28 +01:00
Laurent Rineau
6d884475db
Merge pull request #3467 from sloriot/Doc-fix_bib
...
Fix urls in bib
2018-12-01 16:31:05 +01:00
Lingjie Zhu
08a7c7595a
add more references
2018-11-30 15:32:34 +08:00
Lingjie Zhu
9db2720d6f
fix reference manual
2018-11-30 15:30:08 +08:00
Lingjie Zhu
4cc29e6357
add citations to cgal_manual.bib
2018-11-30 15:24:16 +08:00
Sébastien Loriot
144411ae82
Add doc template
2018-11-30 15:24:16 +08:00
Iordan Iordanov
948ac42aba
updating to current version of master (hoping to resolve issue with \ref to chapters in the documentation)
2018-11-22 19:55:49 +01:00
Iordan Iordanov
1161b30b5a
fixed biblio entry (forcing uppercase letters only to proper names)
2018-11-22 16:03:39 +01:00
Iordan Iordanov
fc49e9ecab
fix for biblio bug
2018-11-22 10:13:04 +01:00
Sébastien Loriot
06b7cd42ba
fix urls in bib
2018-11-21 09:47:22 +01:00
Sébastien Loriot
bc0bac113f
close <link />
2018-11-20 17:23:28 +01:00
Laurent Rineau
66e6a5575c
Update the menu_version.js in `master`
...
See the dropdown menu at the top of:
https://cgal.geometryfactory.com/CGAL/doc/master/
2018-11-13 14:24:52 +01:00
Andreas Fabri
63afe3e2f9
Move Heat_method_3 in Documentation/dependencies to make merge into integration easier
2018-11-12 13:52:33 +01:00
Andreas Fabri
ffae480b6e
Move Heat_method_3 in Documentation/dependencies to make merge into integration easier
2018-11-12 13:51:00 +01:00
Andreas Fabri
5b62f06871
Fix merge conflicts
2018-11-12 13:02:52 +01:00
Guillaume Damiand
7d406fbb9c
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
2018-11-05 07:32:58 +01:00
Sébastien Loriot
d940632471
Merge pull request #3258 from MaelRL/PMP-Filter_degenerate_polygon_soup_input-GF
...
PMP: repair polygon soup
2018-11-02 10:37:58 +01:00
Guillaume Damiand
92ba7fa6c9
Update minimum cmake required version in all CMakeLists.txt
2018-10-18 14:49:23 +02:00
Mael Rouxel-Labbé
208e20e817
Fixed minor merge errors
2018-10-08 20:02:21 +02:00
Mael Rouxel-Labbé
d18e21cfe7
Merge branch 'PMP-Filter_degenerate_polygon_soup_input-GF-old' into PMP-Filter_degenerate_polygon_soup_input-GF
2018-10-08 16:19:26 +02:00
Sébastien Loriot
2f9408f867
rename link name to match package name
2018-10-08 10:28:55 +02:00
Sébastien Loriot
3dd0aa112d
rename macro not following the convention
2018-10-08 10:28:55 +02:00
Sébastien Loriot
ea240cfac5
use \PkgXXX instead of \PkgXXXSummary
2018-10-08 10:28:44 +02:00
Sébastien Loriot
a2e8a1c68f
add the suffix Ref to doxygen link to reference
2018-10-08 10:26:56 +02:00
Iordan Iordanov
02a99b9c81
updating branch to get latest update from 'master'
2018-10-05 10:38:46 +02:00
Laurent Rineau
fdd824d77f
Merge pull request #3312 from sloriot/Doc-no_sgi_links
...
Do not link to sgi.com (offline)
2018-09-17 11:36:34 +02:00
Laurent Rineau
775b7ce51b
Merge pull request #3319 from maxGimeno/Documentaation-Fix_menu_version-GF
...
Documentation: Fix the version menu.
2018-09-17 11:36:26 +02:00
Sébastien Loriot
d577065508
add favicon
2018-09-06 17:04:43 +02:00
Maxime Gimeno
726a7fccc1
If the current version of the doc is not in the array, display it
...
anyway. To be etested.
2018-09-05 15:52:39 +02:00
Sébastien Loriot
376bc42716
update URL and use https
2018-09-04 13:29:51 +02:00
Sébastien Loriot
196119adbc
do not link to sgi.com
2018-09-04 13:17:56 +02:00
Mael Rouxel-Labbé
ce9adddf5e
Added METIS to the list of third party libraries
2018-08-31 11:51:52 +02:00
Christina Vaz
62ebde3d2e
citations needed and intro of user manual
2018-08-06 01:00:18 -04:00
Mael Rouxel-Labbé
46bd7dc832
Merge branch 'PMP-Filter_degenerate_polygon_soup_input-GF-old' into PMP-Filter_degenerate_polygon_soup_input-GF
2018-08-03 09:34:15 +02:00
Maxime Gimeno
8d0a67095f
Merge branch 'master' into IntrinsicFaceGraph-V2
2018-08-01 15:40:36 +02:00
Laurent Rineau
7b0dbac0e6
Update menu_version.js with the link to 4.13-beta1
2018-07-31 16:06:22 +02:00
Laurent Rineau
6ca040dc0c
Update the supported compilers
2018-07-31 15:59:44 +02:00
Laurent Rineau
0c4612e27d
Update menu_version.js with new releases
2018-07-31 15:54:19 +02:00
Mael Rouxel-Labbé
e6a04b1fa2
Misc minor changes
2018-07-26 18:26:11 +02:00
Mael Rouxel-Labbé
16a9bc4d7c
Fixed some links / concepts related to sgi.com and cppreference
2018-07-26 16:27:58 +02:00
Maxime Gimeno
4e8264b109
Merge CGAL/master to get rid of the dependency to QGLViewer
2018-06-11 12:10:57 +02:00
Konstantinos Katrioplas
60cbb2fc6a
Merge remote-tracking branch 'cgal/master' into PMP-smoothing-kkatrio
2018-06-06 15:50:14 +02:00
Mael Rouxel-Labbé
7ea3a8044e
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
2018-06-05 14:39:18 +02:00
Laurent Rineau
3bb89133fa
Merge pull request #3135 from sloriot/Doc-mathjax_1.8.13
...
Fix default mathjax URL for doxygen 1.8.13
2018-06-01 17:26:19 +02:00
Laurent Rineau
1743afec24
Merge pull request #3131 from sloriot/Doc-update_dir
...
Use a directory that exists
2018-06-01 17:26:12 +02:00
Laurent Rineau
ab973c90e0
Merge pull request #2739 from lrineau/Mesh_3-improve_polylines_to_protect-GF
...
Mesh_3 new improvements: polylines_to_protect(), new API of Labeled_mesh_domain_3
2018-06-01 17:25:52 +02:00
Laurent Rineau
bcdd908fb6
Merge pull request #3135 from sloriot/Doc-mathjax_1.8.13
...
Fix default mathjax URL for doxygen 1.8.13
2018-06-01 17:22:21 +02:00
Sébastien Loriot
a0017d8219
fix mathjax default for doxygen 1.8.13
2018-05-30 14:28:08 +02:00
Sébastien Loriot
094a6efee6
use a directory that exists
2018-05-29 13:30:49 +02:00
Laurent Rineau
2766e1ff5d
Merge 'master' and fix conflicts
2018-05-28 16:40:09 +02:00
Maxime Gimeno
12f286cabf
Add missing updates after the fork of libQGLViewer
2018-05-28 16:23:13 +02:00
Laurent Rineau
5d665ffefe
Merge pull request #3082 from afabri/Installation-Supported_platforms-GF
...
Installation: Fix minimum version numbers
2018-05-25 10:42:16 +02:00