mirror of
https://github.com/wassname/greater_tables_project.git
synced 2026-07-15 11:23:46 +08:00
53 lines
919 B
ReStructuredText
53 lines
919 B
ReStructuredText
.. greater_tables documentation master file, created by
|
|
sphinx-quickstart on Sun Mar 9 08:18:13 2025.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to greater_tables's documentation!
|
|
==========================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Contents:
|
|
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|
|
|
|
Introduction
|
|
============
|
|
|
|
All about greater_tables.
|
|
|
|
|
|
``greater_tables`` Class
|
|
=========================
|
|
|
|
.. autoclass:: greater_tables.GT
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
:private-members:
|
|
|
|
.. automodule:: greater_tables
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
:private-members:
|
|
|
|
Utilties
|
|
========
|
|
|
|
.. automodule:: greater_tables.utilities
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
:private-members:
|
|
|