nodestack/docs/build/html/_sources/index.rst.txt

40 lines
846 B
Plaintext
Raw Normal View History

.. pynodes documentation master file, created by
sphinx-quickstart on Sat Mar 30 18:38:12 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to pynodes's documentation!
===================================
**pynodes** is a Python library to manage Nodes classes.
A node is an object which is related to other nodes given a tree chart.
.. code-block:: console
(venv) $ pip install pynodes
2024-04-01 21:26:38 +02:00
Source code is hosted on my own instance of `gitea <https://gitea.lutix.org/nodes>`_.
.. toctree::
:maxdepth: 2
:caption: Contents:
Basic Usage
===========
.. code-block:: python
import pynodes
node = pynodes.Node()
.. autoclass:: pynodes.Node
:members:
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`