Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/source/customizing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ If you have not yet created a ``VisualizationGraph`` object, please refer to one
* :doc:`Integration with other libraries <./integration>` for importing data from a Pandas DataFrame or Neo4j GDS
projection.

.. contents:: On this page:
:depth: 1
:local:
:backlinks: none


Coloring nodes
--------------
Expand Down
6 changes: 6 additions & 0 deletions docs/source/integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ In this section we will cover how to import data from `Pandas DataFrames <https:
`Neo4j Graph Data Science <https://neo4j.com/docs/graph-data-science/current/>`_.


.. contents:: On this page:
:depth: 1
:local:
:backlinks: none


Pandas DataFrames
-----------------

Expand Down
5 changes: 5 additions & 0 deletions docs/source/rendering.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ If you have not yet created a ``VisualizationGraph`` object, please refer to one
* :doc:`Integration with other libraries <./integration>` for importing data from a Pandas DataFrame or Neo4j GDS
projection.

.. contents:: On this page:
:depth: 1
:local:
:backlinks: none


The ``render`` method
---------------------
Expand Down