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
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions docs/source/api-reference/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.. Graph Visualization for Python by Neo4j documentation master file, created by
sphinx-quickstart on Fri Jan 10 13:54:11 2025.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

API Reference
=====================================================

This is an API reference for the `neo4j-viz` library.


.. toctree::
:glob:
:maxdepth: 1
:caption: Contents:

*
2 changes: 2 additions & 0 deletions docs/source/getting-started.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Getting Started
---------------
10 changes: 6 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

Graph Visualization for Python documentation
Graph Visualization for Python by Neo4j documentation
=====================================================

This API reference manual lists all available endpoints in the `neo4j_viz` `package <https://pypi.org/project/neo4j-viz/>`_.
This is the documentation for the `neo4j_viz` Python library by Neo4j for creating interactive graph visualizations.


.. toctree::
:glob:
:maxdepth: 1
:caption: Contents:

*
tutorials/*
installation.rst
getting-started.rst
api-reference/index.rst
tutorials/index.rst
2 changes: 2 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Installation
------------
17 changes: 17 additions & 0 deletions docs/source/tutorials/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.. Graph Visualization for Python by Neo4j documentation master file, created by
sphinx-quickstart on Fri Jan 10 13:54:11 2025.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

Tutorials
=====================================================

This chapter contains Jupyter notebook tutorials for the `neo4j_viz` package.


.. toctree::
:glob:
:maxdepth: 1
:caption: Contents:

*
Comment on lines +12 to +17
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i like the structure. Also wanted to endup with this but did not think of having toctrees per directory

Loading