From b18169f5aafe63fb179cf135369a7293fcdab307 Mon Sep 17 00:00:00 2001 From: Adam Schill Collberg Date: Tue, 8 Apr 2025 14:28:21 +0200 Subject: [PATCH] Add basic ToC to some doc pages --- docs/source/customizing.rst | 5 +++++ docs/source/integration.rst | 6 ++++++ docs/source/rendering.rst | 5 +++++ 3 files changed, 16 insertions(+) diff --git a/docs/source/customizing.rst b/docs/source/customizing.rst index 397997e9..8dcc07b6 100644 --- a/docs/source/customizing.rst +++ b/docs/source/customizing.rst @@ -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 -------------- diff --git a/docs/source/integration.rst b/docs/source/integration.rst index 9e91a263..1f451ec7 100644 --- a/docs/source/integration.rst +++ b/docs/source/integration.rst @@ -7,6 +7,12 @@ In this section we will cover how to import data from `Pandas DataFrames `_. +.. contents:: On this page: + :depth: 1 + :local: + :backlinks: none + + Pandas DataFrames ----------------- diff --git a/docs/source/rendering.rst b/docs/source/rendering.rst index 18cd9e98..1694d933 100644 --- a/docs/source/rendering.rst +++ b/docs/source/rendering.rst @@ -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 ---------------------