From 5520a72287239a6b39d771df3b2511307709a4df Mon Sep 17 00:00:00 2001 From: albert-github Date: Sat, 21 May 2022 14:31:24 +0200 Subject: Documentation: Non persistent links During the link check we found some references to `#title..` in respect to links to CGAL, these links work at the moment but are, by CGAL, generated links during runtime based on the HTML `` tags. When a new paragraph or chapter is added these numbers will change and thus will the link point to the wrong place. All these items have also a more persistent reference anchor that is generated based on the `` of the section (e.g. `\section `). Therefore it is better to used the references based on the ``. --- src/python/doc/alpha_complex_user.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/python/doc') diff --git a/src/python/doc/alpha_complex_user.rst b/src/python/doc/alpha_complex_user.rst index b060c86e..4082cd9d 100644 --- a/src/python/doc/alpha_complex_user.rst +++ b/src/python/doc/alpha_complex_user.rst @@ -178,11 +178,11 @@ Weighted version ^^^^^^^^^^^^^^^^ A weighted version for Alpha complex is available. It is like a usual Alpha complex, but based on a -`CGAL regular triangulation `_. +`CGAL regular triangulation `_. This example builds the weighted alpha-complex of a small molecule, where atoms have different sizes. It is taken from -`CGAL 3d weighted alpha shapes `_. +`CGAL 3d weighted alpha shapes `_. Then, it is asked to display information about the alpha complex. -- cgit v1.2.3 From a3a3749ac3a1d960d99ad7ce0d7f1463365ee657 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com> Date: Mon, 23 May 2022 09:23:41 +0200 Subject: [skip ci] example from a small molecule --- src/python/doc/alpha_complex_user.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python/doc') diff --git a/src/python/doc/alpha_complex_user.rst b/src/python/doc/alpha_complex_user.rst index 4082cd9d..9e67d38a 100644 --- a/src/python/doc/alpha_complex_user.rst +++ b/src/python/doc/alpha_complex_user.rst @@ -182,7 +182,7 @@ A weighted version for Alpha complex is available. It is like a usual Alpha comp This example builds the weighted alpha-complex of a small molecule, where atoms have different sizes. It is taken from -`CGAL 3d weighted alpha shapes `_. +`CGAL 3d weighted alpha shapes `_. Then, it is asked to display information about the alpha complex. -- cgit v1.2.3