File tree Expand file tree Collapse file tree 4 files changed +25
-19
lines changed
Expand file tree Collapse file tree 4 files changed +25
-19
lines changed Original file line number Diff line number Diff line change 99
1010|
1111
12- Chinese Postman Problem - Family of functions (Experimental)
12+ Chinese Postman Problem - Family of functions
1313===============================================================================
1414
15- .. official-start
15+ .. include :: experimental.rst
16+ :start-after: warning-begin
17+ :end-before: end-warning
18+
19+ .. experimental-start
1620
1721 * :doc: `pgr_chinesePostman `
1822* :doc: `pgr_chinesePostmanCost `
1923
20- .. official -end
24+ .. experimental -end
2125
2226 .. toctree ::
2327 :hidden:
2428
2529 pgr_chinesePostman
2630 pgr_chinesePostmanCost
2731
28- .. include :: experimental.rst
29- :start-after: warning-begin
30- :end-before: end-warning
31-
3232Description
3333-------------------------------------------------------------------------------
3434
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ Coloring - Family of functions
2929 :start-after: warning-begin
3030 :end-before: end-warning
3131
32- .. official -start
32+ .. experimental -start
3333
3434 * :doc: `pgr_bipartite ` - Bipartite graph algorithm using a DFS-based coloring
3535 approach.
3636* :doc: `pgr_edgeColoring ` - Edge Coloring algorithm using Vizing's theorem.
3737
38- .. official -end
38+ .. experimental -end
3939
4040
4141 .. toctree ::
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ Experimental Functions
4343:doc: `chinesePostmanProblem-family `
4444
4545.. include :: chinesePostmanProblem-family.rst
46- :start-after: official -start
47- :end-before: official -end
46+ :start-after: experimental -start
47+ :end-before: experimental -end
4848
4949:doc: `coloring-family `
5050
5151.. include :: coloring-family.rst
52- :start-after: official -start
53- :end-before: official -end
52+ :start-after: experimental -start
53+ :end-before: experimental -end
5454
5555:doc: `contraction-family `
5656
Original file line number Diff line number Diff line change 1414Traversal - Family of functions
1515===============================================================================
1616
17+ :doc: `BFS-category `
18+
19+ .. include :: BFS-category.rst
20+ :start-after: official-start
21+ :end-before: official-end
22+
23+ :doc: `DFS-category `
24+
25+ .. include :: DFS-category.rst
26+ :start-after: official-start
27+ :end-before: official-end
28+
1729.. include :: proposed.rst
1830 :start-after: warning-begin
1931 :end-before: end-warning
@@ -36,12 +48,6 @@ Traversal - Family of functions
3648
3749.. experimental-end
3850
39- Additionally there are 2 categories under this family
40-
41- * :doc: `BFS-category `
42- * :doc: `DFS-category `
43-
44-
4551 .. toctree ::
4652 :hidden:
4753
You can’t perform that action at this time.
0 commit comments