Commit Graph

129 Commits

Author SHA1 Message Date
Sébastien Loriot b34d9d6808 use raw string 2024-03-05 13:13:25 +01:00
Sébastien Loriot 05e6889e45 Merge pull request #7397 from afabri/CGAL-Qt6-GF
CGAL:  Qt5 -> Qt6   [ WIP]
2023-11-24 09:36:38 +01:00
Sébastien Loriot cfac63f156 Merge remote-tracking branch 'cgal/master' into HEAD 2023-11-16 11:35:35 +01:00
Sébastien Loriot 4d834098b8 Merge remote-tracking branch 'cgal/master' into HEAD 2023-11-16 10:39:31 +01:00
Sébastien Loriot 29d948a788 handle new letter 2023-11-16 09:37:41 +01:00
Laurent Rineau d9dcc9c2ed fix the compilation of doc
- Use `-j$(nproc)` or `-j` (!!!)
- Handle errors when a Doxygen run fails.
2023-11-09 18:47:19 +01:00
Laurent Rineau 51627e3505 Merge remote-tracking branch 'cgal/master' into CGAL-Qt6-GF
# Conflicts:
#	GraphicsView/demo/Bounding_volumes/CMakeLists.txt
2023-11-01 20:59:44 +01:00
albert-github d982ccbe02 Correcting stylesheet name
The name `stylesheet.css` is replaced by a better name `cgal_stylesheet.css` a while ago, but apparently these 2 files were not updated.
2023-10-09 13:09:46 +02:00
Laurent Rineau 2f6d51b49b Remove a few occurrences of CGAL_Qt5
... and replace by CGAL_Qt6
2023-09-14 16:33:20 +02:00
Sébastien Loriot 075421890c Merge remote-tracking branch 'cgal/5.5.x-branch' 2023-05-24 09:35:53 +02:00
Sébastien Loriot de869b74a8 the link is changing all the time 2023-05-23 13:47:42 +02:00
Sebastien Loriot 243adaaa05
Update doc testsuite to use 1.9.6 (#7441)
Replaces #6178
2023-05-19 18:03:05 +02:00
Sébastien Loriot caba1718c9 improve error message 2023-05-15 11:52:57 +02:00
Sébastien Loriot 0a8a706f2a remove check on exe name 2023-05-15 11:42:03 +02:00
Sébastien Loriot d23fdd85bf update testsuite script to last doxygen version 2023-05-12 19:44:58 +02:00
Sébastien Loriot cb11c8a673 no longer deal with png icons + remove CGAL link in title 2023-05-12 19:07:34 +02:00
albert-github 254251d3f6 Incorrect usage of `xmlns` in HTML headers
A bit hidden usage corrected as well.
2023-04-18 13:14:03 +02: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
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
Sebastien Loriot e95a9d98df
Close files before writing (#7101) 2022-12-21 14:44:32 +01:00
Sébastien Loriot 12bca1c4f6 close files before writing 2022-11-30 13:30:22 +01:00
Mael Rouxel-Labbé b5c21e1f5d Http -> https + update some dead links 2022-11-23 18:54:37 +01:00
Sébastien Loriot 6f84cbebc2 Merge remote-tracking branch 'cgal/5.3.x-branch' 2022-05-26 18:13:19 +02:00
Sébastien Loriot 74323a484f workaround issue with pyquery 2022-05-25 18:52:04 +02:00
Sébastien Loriot 72c3607780 undo version change 2021-09-22 09:34:37 +02:00
Maxime Gimeno 713467e952 revert Doxygen changes 2021-09-03 10:31:15 +02:00
Maxime Gimeno 3cf9007f5b Fix xml decoding 2021-09-01 09:14:39 +02:00
Maxime Gimeno 6baa27c7eb Fix documentation_parser.py 2021-08-31 10:17:07 +02:00
Maxime Gimeno 549e677d6a Merge remote-tracking branch 'cgal/master' into Update_python_scripts-maxGimeno 2021-08-30 13:04:46 +02:00
Sébastien Loriot 814c9138ef Merge remote-tracking branch 'cgal/5.3.x-branch' 2021-08-12 10:38:11 +02:00
Sébastien Loriot cff3cdb40e Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD 2021-08-12 10:23:57 +02:00
Laurent Rineau 97fb041ad5 Port documentation_parser.py to Python3
My attempt with python2 on Ubuntu 20.04 failed. Let's move to Python3,
at least for this script.
2021-08-10 13:34:40 +02:00
Laurent Rineau c9780d93e4 For the moment, documentation_parser.py is a python2 script 2021-08-10 13:11:42 +02:00
Sébastien Loriot 95a3b100f8 Merge remote-tracking branch 'cgal/5.3.x-branch' 2021-08-05 08:36:10 +02:00
Sébastien Loriot fb30b596ae Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD 2021-08-05 08:35:36 +02:00
Sébastien Loriot 5b6f3abac2 fix iteration up to the end 2021-08-05 08:25:43 +02:00
Mael Rouxel-Labbé 78ff9185b3 Harmonize ASCII usage across all packages 2021-06-23 23:34:32 +02:00
Laurent Rineau 6b3c482938 Merge pull request #5646 from maxGimeno/Doc-Fix_scripts_compare-maxGimeno
Documentation: Fix doxygen comparison scripts
2021-04-30 10:50:56 +02:00
Maxime Gimeno 3b666385c4 If errors prevent the doc form doxygen master to be generated, it will still upload the results and provide logs to the cmake or make errors. 2021-04-27 14:34:56 +02:00
Maxime Gimeno f13d9f3af1 WIP : error n list of logs 2021-04-27 11:17:31 +02:00
Sébastien Loriot 241b5ad662 Merge remote-tracking branch 'cgal/5.2.x-branch' in master 2021-04-24 18:05:03 +02:00
Sébastien Loriot 5f62e73c65 workaround doxygen bug 2021-04-24 17:46:39 +02:00
Sébastien Loriot 350b9172c5 replace %CGAL by \cgal (but in titles) 2021-04-11 14:52:01 +02:00
Sébastien Loriot 986bb7ff73 remove mentions to python2 2021-01-06 11:27:08 +01:00
Maxime Gimeno 7eefcea2a6 Merge remote-tracking branch 'cgal/master' into Update_python_scripts-maxGimeno 2020-10-05 10:00:31 +02:00
Maxime Gimeno 949428b643 Fix pyquery usage, and update html to new versions 2020-10-02 15:21:19 +02:00
Laurent Rineau 88a3aab077 Merge pull request #4858 from sloriot/Doc-fix_filter_script_for_python3
Python 3 doc build compatibility
2020-07-22 16:54:41 +02:00
Sébastien Loriot c1d364d24a fix package description generation script to be compatible with python 2 and 3 2020-07-21 10:49:04 +02:00