Commit Graph

1443 Commits

Author SHA1 Message Date
albert-github 0ea013ea12 Spelling corrections
Some spelling corrections.
2023-02-03 12:07:03 +01:00
Laurent Rineau 4ae8c5958c
issue #7211 Manual bug (#7213)
Corrected slashes in the windows part
2023-01-27 22:58:45 +01:00
Laurent Rineau fc61b42864 Merge pull request #6858 from sloriot/Doc-exclude_internal
Ignore internal directories
2023-01-27 21:02:29 +01:00
Laurent Rineau 122141dda6 Merge pull request #7076 from MaelRL/PMP-Improve_normal_doc-GF
Improve documentation of PMP::compute_vertex_normal()
2023-01-27 21:02:24 +01:00
Laurent Rineau af3842bab0 Merge pull request #7178 from sloriot/doc_7101_follow_up
Force html output (needed with lxml greater than 4.6.5)
2023-01-27 20:55:22 +01:00
Laurent Rineau 7998432056 Merge pull request #7199 from sloriot/CGAL-doc_python_pkg_filter
pkg_filter use detected python version

# Conflicts:
#	Documentation/doc/CMakeLists.txt
2023-01-27 20:55:07 +01:00
albert-github 909199ea30 issue #7211 Manual bug
Corrected slashes in the windows part
2023-01-26 12:54:27 +01:00
Sébastien Loriot 271cad9d3d use detected python version 2023-01-18 19:03:42 +01:00
Sébastien Loriot 56a852403c force html output (needed with lxml greater that 4.6.5) 2023-01-11 16:54:02 +01:00
Mael 4d22c90474
Merge branch 'master' into feature/bug_documentation_spell_20221113 2023-01-04 10:06:45 +01:00
Sebastien Loriot e95a9d98df
Close files before writing (#7101) 2022-12-21 14:44:32 +01:00
Sébastien Loriot 00ad155388 ignore internal directories 2022-12-15 10:12:00 +01:00
Mael 0ff7882997
Merge branch 'master' into feature/bug_documentation_spell_20221113 2022-12-06 22:21:06 +01:00
Laurent Rineau 67b5c791e9 Merge pull request #7075 from MaelRL/CGAL-Fix_some_links-GF
Update some links + https
2022-12-05 12:22:06 +01:00
Sébastien Loriot 12bca1c4f6 close files before writing 2022-11-30 13:30:22 +01:00
Andreas Fabri 699454ae84 STL Extensions: Correct spelling 2022-11-29 13:22:00 +00:00
Sébastien Loriot c5207cb5ad Merge remote-tracking branch 'cgal/master' into HEAD 2022-11-24 09:54:56 +01:00
Mael Rouxel-Labbé deb1533957 Improve documentation of PMP::compute_vertex_normal() 2022-11-23 20:16:17 +01:00
Mael Rouxel-Labbé b5c21e1f5d Http -> https + update some dead links 2022-11-23 18:54:37 +01:00
albert-github 3674c937f7 spelling corrections
Some spelling corrections (Directories starting with `M`-` N`),
some backward work
some forward work
2022-11-15 15:21:01 +01:00
albert-github 45478184de spelling corrections
Some spelling corrections (Directories starting with `E`-` L`),
some backward work
some forward work
2022-11-15 13:39:40 +01:00
albert-github dd6b993e07 Documentation: spelling corrections
Some spelling corrections
2022-11-13 13:47:14 +01:00
albert-github 2bcc9ad8c5 Link corrections
- Correcting some permanent redirects
- corrected link for to `max_element`, link was incorrect
2022-11-13 13:19:22 +01:00
Laurent Rineau 8c9281f440 Merge pull request #6642 from sloriot/gsoc2022-boost_np
Replace usage of Boost parameters with CGAL named function parameters
2022-11-07 10:08:38 +01:00
Laurent Rineau d24b180293 Merge branch 'master' into gsoc2022-boost_np 2022-10-28 15:39:36 +02:00
Andreas Fabri c04dceb71d Merge master 2022-10-14 14:40:58 +01:00
Laurent Rineau a4248d0ca4 Update versions in the doc menu 2022-10-12 16:33:30 +02:00
Laurent Rineau 992903ec90 Merge pull request #6854 from zfb132/master
fix typo and update documentation
2022-10-07 15:46:56 +02:00
Laurent Rineau 0909fa0a0c Merge pull request #6877 from albert-github/feature/bug_docu_Manual
Documentation error in Manual
2022-10-04 13:52:35 +02:00
Laurent Rineau b3174acf53 Add a ref 2022-09-28 14:42:39 +02:00
Laurent Rineau e90b64f1b7 Addition to the section about kernel assertions 2022-09-28 14:02:06 +02:00
Laurent Rineau eea79d0394 Collateral fix of the documentation 2022-09-28 13:39:05 +02:00
Laurent Rineau b8e342d845 Update Documentation/doc/resources/1.9.3/menu_version.js
... with the same copy as the other versions!

Fix #6886.
2022-09-27 15:20:32 +02:00
Fubin Zhang 1d69abbc7f
Apply suggestions from code review
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2022-09-27 10:15:18 +08:00
albert-github e3ca357fd6 Documentation error in Manual
After review: made sentences identical
2022-09-25 11:10:24 +02:00
albert-github 3b8b37c184 Documentation error in Manual
The construct:
```
In the previous section, we wrote that "Any model of the CGAL concept
Kernel provides what is required by the concept `ConvexHullTraits_2`.
```
leads to the fact that the entire paragraph is badly formatted as the double quote is not properly closed.
Closing the double quote would lead to the fact that the `` `ConvexHullTraits_2` `` is not resolved properly

File:
- doc_output/Manual/tutorial_hello_world.html#intro_concept
2022-09-24 18:10:20 +02:00
Andreas Fabri 6d09a886b2 Remove paragraph in the developer manual; Some fixes 2022-09-23 14:12:53 +01:00
Sébastien Loriot d191d4474a Revert "fix not documented warnings"
This reverts commit 8d773c56348c4055d963c57426d60d118915d22b.
2022-09-23 14:04:51 +02:00
Sébastien Loriot 6397378bdc fix not documented warnings 2022-09-23 13:29:40 +02:00
Sébastien Loriot d8f0bc4c08 dedicated macro for precondition 2022-09-21 09:42:32 +02:00
Sébastien Loriot 681120764e please the CI with a new macro 2022-09-21 09:36:41 +02:00
zfb132 fb7f92c27c
fix typo and update documentation 2022-09-21 11:05:53 +08:00
Sébastien Loriot 5ff93338ae Python is mandatory not optional 2022-09-06 11:26:26 +02:00
Laurent Rineau c96f5ddfe4 Merge pull request #6795 from albert-github/feature/bug_obsolete_transparent
Obsolete doxygen settings
2022-08-29 11:35:52 +02:00
albert-github e1a5a3cd1d Divider between treeview and text
In doxygen the setting `HTML_COLORSTYLE` has been introduced with as default `AUTO_LIGHT` but due to the current strategy of CGAL in respect to HTML stylesheets the divider between the treeview and the text is not properly  visible anymore. Due to the same strategy the setting to `AUTO_LIGHT` does not make sense for CGAL.
When setting `HTML_COLORSTYLE=LIGHT` the divider is properly visible again.
2022-08-17 12:30:35 +02:00
albert-github d1895dce99 Obsolete doxygen settings
In the current master the settings `DOT_TRANSPARENT` and `FORNULA_TRANSPARENT` are obsolete.
2022-08-11 13:42:49 +02:00
Sebastien Loriot cd883c678b
Merge pull request #6778 from albert-github/feature/bug_obsolete_dot
Replacing OBSOLETE doxygen settings
2022-08-03 19:58:49 +02:00
Sebastien Loriot 55492f8eb6
Merge pull request #6767 from albert-github/feature/bug_latexonly
Confusing line numbers in case of warnings
2022-08-03 19:58:07 +02:00
albert-github 07fb04e860 Replacing OBSOLETE doxygen settings
Replacing the doxygen obsolete settings with the new settings
2022-08-01 12:31:46 +02:00
albert-github 68a4fdcedc Confusing line numbers in case of warnings
Based on the problems with the line numbers in some warnings, see review of https://github.com/CGAL/cgal/pull/6688 one of the problems was the `ALIASES` for figures, here we have the code `\latexonly ^^ \endlatexonly` though the code in the `\latexonly` part should be LaTeX commands. Here the "attempted" newline is not necessary at all so the `^^` can be removed leaving an empty `\latexonly` part that can be removed as well.

There are a number of other numbering problems found in https://github.com/CGAL/cgal/pull/6688 but they are on the doxygen side as a proposed pull request https://github.com/doxygen/doxygen/pull/9465 has been submitted.
2022-07-21 18:47:08 +02:00