Skip to content

Commit 48a02e3

Browse files
authored
Merge pull request #134 from neo4j/doc-page-tocs
Add basic ToC to some doc pages
2 parents 7fdc231 + b18169f commit 48a02e3

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

docs/source/customizing.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ If you have not yet created a ``VisualizationGraph`` object, please refer to one
1414
* :doc:`Integration with other libraries <./integration>` for importing data from a Pandas DataFrame or Neo4j GDS
1515
projection.
1616

17+
.. contents:: On this page:
18+
:depth: 1
19+
:local:
20+
:backlinks: none
21+
1722

1823
Coloring nodes
1924
--------------

docs/source/integration.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ In this section we will cover how to import data from `Pandas DataFrames <https:
77
`Neo4j Graph Data Science <https://neo4j.com/docs/graph-data-science/current/>`_.
88

99

10+
.. contents:: On this page:
11+
:depth: 1
12+
:local:
13+
:backlinks: none
14+
15+
1016
Pandas DataFrames
1117
-----------------
1218

docs/source/rendering.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ If you have not yet created a ``VisualizationGraph`` object, please refer to one
1212
* :doc:`Integration with other libraries <./integration>` for importing data from a Pandas DataFrame or Neo4j GDS
1313
projection.
1414

15+
.. contents:: On this page:
16+
:depth: 1
17+
:local:
18+
:backlinks: none
19+
1520

1621
The ``render`` method
1722
---------------------

0 commit comments

Comments
 (0)