Commit Graph

1356 Commits

Author SHA1 Message Date
Laurent Rineau 5d56dff72f Late update or menu_version.js 2019-04-03 10:59:01 +02:00
Laurent Rineau fc81d3bfec Merge pull request #3780 from afabri/CGAL-links-GF
Some Documentation Fixes for Issue #3457
2019-03-27 18:05:17 +01:00
Laurent Rineau 42e47267e2 Merge pull request #3798 from sloriot/CGAL-doc_release_from_Ic
Fix for the doc of a release built from an Ic
2019-03-27 18:05:15 +01:00
Sébastien Loriot 1b94dd4189 fix the last non-relative link 2019-03-27 17:12:37 +01:00
Laurent Rineau 138b26db9d Merge pull request #3798 from sloriot/CGAL-doc_release_from_Ic
Fix for the doc of a release built from an Ic
2019-03-26 17:01:46 +01:00
Sébastien Loriot 387843d946 Ignore -Ic-XXX for the version in the doc 2019-03-26 14:45:17 +01:00
Sébastien Loriot ab534c5e60 use relative path 2019-03-26 14:45:06 +01:00
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