Commit Graph

71 Commits

Author SHA1 Message Date
albert-github 2d60f46985 issue #7231 Improvement of layout of refines relations.
- Adjusted cgalRefines according to reviews
- Implemented it in all files
2023-03-14 17:37:50 +01:00
albert-github 57e900b47c Making description of author(s) of a package consistent
- use `\cgalPckAuthor` in case of one author
- use of `\cgalPckAuthors` in case of multiple authors
- using in case of multiple authors always `, and `
- in the 1.9.6 `BaseDoxyfile.in` let the `\cgalPckAuthors` point to `\cgalPckAuthor` to get consistent output (not done for other versions as in the past the `ALIASES` could not call one another).
2023-02-02 18:40:44 +01:00
Mael Rouxel-Labbé fb8f897969 Add an HyperbolicFaceData concept; replaces the former tds_data() (CGAL::Object) 2022-09-26 16:24:12 +02:00
Mael Rouxel-Labbé 145a817cc1 Remove (broken) HDT2::insert(p, lt, li) from documentation
The 'lt' is documented to be HDT2::Locate_type, which is wrong, the function's
signature uses HDT2::DT2::Locate_type, and that's for a precise reason:
HDT2::locate() returns location based on hyperbolic simplicies, and not
the underlying DT2 triangulation. So, one might retrieve "OUTSIDE_CONVEX_HULL"
if a query is on a non-hyperbolic Delaunay face, but a finite underlying DT2
face. In that configuration, it'd break the triangulation to do an insertion
with "OUTSIDE_CONVEX_HULL".

The documentation could be fixed, but it is too dangerous so it's best
to just remove it. (Maybe it should also be simply removed
from the triangulation class.)
2022-09-26 16:07:52 +02:00
Sébastien Loriot ff16bec071 clean up EXAMPLE_PATH 2022-05-23 16:52:17 +02:00
albert-github 63f39878ab Periodic_4_hyperbolic_triangulation_2 and Hyperbolic_triangulation_2: Incorrect enumeration sections
In the files Periodic_4_hyperbolic_triangulation_2/classCGAL_1_1Periodic__4__hyperbolic__triangulation__2.html and Hyperbolic_triangulation_2/classCGAL_1_1Hyperbolic__Delaunay__triangulation__2.html we see that for the enumeration the heading is missing.
Furthermore the resulting HTML code is not valid (we see a `tr` tag outside a `table` tag).
2022-03-16 12:47:53 +01:00
Sébastien Loriot 350b9172c5 replace %CGAL by \cgal (but in titles) 2021-04-11 14:52:01 +02:00
Mael Rouxel-Labbé 723890e388 Misc tiny doc fixes (broken links, grammar, etc.) 2020-12-05 11:49:27 +01:00
Mael Rouxel-Labbé 702d2ddf86 Fix documentation of TDS vertex/face/cell requirements in TDS-using classes 2020-12-05 11:42:21 +01:00
Sébastien Loriot 0779373835 extra run of the script to remove tabs and trailing whitespaces
right after the  merge of 4.14 release branch

+ manual fix on one line in:
    * Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
    * .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot 0a46621dc6 Merge branch 'cgal/releases/CGAL-4.14-branch'
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot 590612a563 run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
Sébastien Loriot 983645a51a match @{ and @} 2019-07-05 21:49:46 +02:00
Andreas Fabri a0be3b44af Periodic and Hyperbolic triangulations: backtick 2019-03-08 09:57:57 +01:00
albert-github ff3a5174bd CSS properties and values separated by semicolons
CSS properties and values should be separated by semicolons but here the width property was followed by an equal sign.
2019-02-27 18:32:40 +01:00
Sébastien Loriot fe5c2d0bb8 use macros 2019-02-23 11:57:29 +01:00
Iordan Iordanov 9792b241dd Changes to replace Cartesian<Expr> with EPICK_with_sqrt, plus code cleanup, plus documentation fixes 2019-01-14 18:29:42 +01:00
Iordan Iordanov 00b65e83d8 Bugfix for documentation compilation 2019-01-10 13:13:34 +01:00
Iordan Iordanov bda63046e1 Modified documentation to remove completed todo items 2018-12-27 20:55:28 +01:00
Mael Rouxel-Labbé 33908ab7a2 Code improvements in HT_2
- Fixed missing consts
- Fixed warnings
- Rewrote the most common traits class (others to do)
- Various tiny improvements
- ...
2018-12-19 16:08:27 +01:00
Mael Rouxel-Labbé 2b580e7a21 Cleaned HT_2 code 2018-12-19 13:13:17 +01:00
Iordan Iordanov 49cae75c36 Small changes to user manual + new header image 2018-12-12 18:04:45 +01:00
Monique Teillaud 6b0c22866c small fixes following the review 2018-12-12 17:45:31 +01:00
Iordan Iordanov 1c62012365 Modifications to user manual to account for Mael's lates review; new figures included 2018-12-12 15:03:44 +01:00
Iordan Iordanov bd502b5020 Typo fix in user Manual: fo -> of 2018-12-06 11:22:32 +01:00
Iordan Iordanov 61d06363b4 added performance figures in the doc 2018-12-05 07:53:07 +01:00
Iordan Iordanov 4c9c51a561 Changed default value for the kernel in the doc 2018-12-05 07:52:52 +01:00
Iordan Iordanov b0c08470f6 minor edits to account for Andreas' remarks: converted image files to svg, changed 'allows' to 'enables' 2018-11-24 09:34:50 +01:00
Iordan Iordanov 1063082da0 Cleanup: removed CGAL modification macros from documentation files 2018-11-22 20:51:55 +01:00
Iordan Iordanov 8101aad0d3 Corrected anchor name 2018-11-22 15:51:23 +01:00
Monique Teillaud f419073fc1 minor fix 2018-11-22 15:05:58 +01:00
Monique Teillaud 1cfd259f99 changes after Andreas' comments 2018-11-22 11:34:04 +01:00
Iordan Iordanov 494a5cd97c Changed documentation to follow new naming convention for anchors of packages; Added list of examples to the package documentation 2018-11-16 23:26:48 +01:00
Iordan Iordanov 2f7e21c767 Modifications to User Manual (figures, refs, added two examples) 2018-11-16 18:37:38 +01:00
Monique Teillaud c0361e4670 draft of the user manual 2018-11-16 15:05:08 +01:00
Iordan Iordanov 7ed8cf9d49 small modifications to documentation owed to discussions with Monique 2018-11-15 13:45:35 +01:00
Iordan Iordanov bde17c5537 eliminate empty square appearing in Creation section 2018-11-14 22:22:01 +01:00
Iordan Iordanov 6d4e6a6bc6 added functions is_valid and remove() with range; modified typedefs; other modifications indicated by Mael 2018-11-14 18:54:53 +01:00
Iordan Iordanov c417db5907 Changed text in intro; removed ref to inexistent model 2018-11-14 18:53:50 +01:00
Iordan Iordanov 1ab5d08f5b Added FT and Triangle typedefs; Added phrase from front page of Ref Manual 2018-11-14 18:52:19 +01:00
Iordan Iordanov 4ac1a924ce Corrections from Mael; correct names for types and better text 2018-11-14 18:50:27 +01:00
Iordan Iordanov b978582803 Removed unneeded typedefs and constructors 2018-11-14 18:48:36 +01:00
Iordan Iordanov 9db9bcbc5d Modification to first page of Reference Manual according to Mael's comments 2018-11-14 18:47:17 +01:00
Iordan Iordanov e361edc4c4 Documentation modifications to account for Andreas' and Marc's comments (4th round) 2018-11-08 10:06:06 +01:00
Iordan Iordanov 5f11148551 added object Construct_hyperbolic_point (traits class and concept) 2018-09-08 10:33:22 +02:00
Iordan Iordanov b55a57ccae fixed broken link to user manual (thanks Mael); fixed figure not appearing in user manual (thanks again Mael) 2018-09-06 09:36:06 +02:00
Iordan Iordanov 457a907327 Fixed names for point and Voronoi point types 2018-09-03 14:01:33 +02:00
Iordan Iordanov 4bed2fd3f9 added 'Hyperbolic' to point, triangle and Voronoi_point type names; removed 'Orientation_2' object; fixed refinement issue; addes phrase to explain refinement 2018-09-03 13:54:53 +02:00
Iordan Iordanov 20a57472d7 small change to traits class description; changed models for faces from plural to singular 2018-09-03 13:52:51 +02:00
Iordan Iordanov e136279ad5 removed extra face class 2018-09-03 13:42:16 +02:00