Initial commit.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 08:37:28 +08:00
parent 14ad81ad00
commit 00bc8278d7
26 changed files with 9676 additions and 0 deletions

25
docs/source/index.rst Normal file
View File

@@ -0,0 +1,25 @@
spqrtree
========
A pure Python SPQR-tree implementation for biconnected graphs.
**spqrtree** decomposes a biconnected graph into its triconnected
components and organizes them as an SPQR-tree, a classical data
structure in graph theory used for planarity testing, graph drawing,
and network analysis.
.. toctree::
:maxdepth: 2
:caption: Contents:
intro
spqrtree
changelog
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`