From 0fc53e3b820130169a6a9ad2866cff6f1b4a64c6 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Mon, 22 Mar 2021 16:25:58 +0100 Subject: Fix sphinx issues --- src/python/doc/alpha_complex_user.rst | 62 +++++++++++++++++------------------ 1 file changed, 31 insertions(+), 31 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 6f35cc15..5e028cdc 100644 --- a/src/python/doc/alpha_complex_user.rst +++ b/src/python/doc/alpha_complex_user.rst @@ -59,7 +59,7 @@ The output is: .. testoutput:: - Alpha complex is of dimension 2 - 25 simplices - 7 vertices. + Alpha complex is of dimension 2 - 25 simplices - 7 vertices. [0] -> 0.00 [1] -> 0.00 [2] -> 0.00 @@ -215,36 +215,36 @@ The output is: .. testoutput:: - Weighted alpha complex is of dimension 3 - 29 simplices - 5 vertices. - [ 0 ] -> [-4] - [ 1 ] -> [-4] - [ 2 ] -> [-4] - [ 3 ] -> [-4] - [ 1, 0 ] -> [-2] - [ 2, 0 ] -> [-2] - [ 2, 1 ] -> [-2] - [ 3, 0 ] -> [-2] - [ 3, 1 ] -> [-2] - [ 3, 2 ] -> [-2] - [ 2, 1, 0 ] -> [-1.33333] - [ 3, 1, 0 ] -> [-1.33333] - [ 3, 2, 0 ] -> [-1.33333] - [ 3, 2, 1 ] -> [-1.33333] - [ 3, 2, 1, 0 ] -> [-1] - [ 4 ] -> [-1] - [ 4, 2 ] -> [-1] - [ 4, 0 ] -> [23] - [ 4, 1 ] -> [23] - [ 4, 2, 0 ] -> [23] - [ 4, 2, 1 ] -> [23] - [ 4, 3 ] -> [23] - [ 4, 3, 2 ] -> [23] - [ 4, 1, 0 ] -> [95] - [ 4, 2, 1, 0 ] -> [95] - [ 4, 3, 0 ] -> [95] - [ 4, 3, 1 ] -> [95] - [ 4, 3, 2, 0 ] -> [95] - [ 4, 3, 2, 1 ] -> [95] + Weighted alpha complex is of dimension 3 - 29 simplices - 5 vertices. + [0] -> -4.00 + [1] -> -4.00 + [2] -> -4.00 + [3] -> -4.00 + [0, 1] -> -2.00 + [0, 2] -> -2.00 + [1, 2] -> -2.00 + [0, 3] -> -2.00 + [1, 3] -> -2.00 + [2, 3] -> -2.00 + [0, 2, 3] -> -1.33 + [1, 2, 3] -> -1.33 + [0, 1, 2] -> -1.33 + [0, 1, 3] -> -1.33 + [0, 1, 2, 3] -> -1.00 + [4] -> -1.00 + [3, 4] -> -1.00 + [0, 4] -> 23.00 + [1, 4] -> 23.00 + [2, 4] -> 23.00 + [0, 3, 4] -> 23.00 + [1, 3, 4] -> 23.00 + [2, 3, 4] -> 23.00 + [0, 1, 4] -> 95.00 + [0, 2, 4] -> 95.00 + [1, 2, 4] -> 95.00 + [0, 1, 3, 4] -> 95.00 + [0, 2, 3, 4] -> 95.00 + [1, 2, 3, 4] -> 95.00 Example from OFF file ^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.3