Skip to content

Commit 4c37ed2

Browse files
committed
docs: add Sphinx documentation index
1 parent 55a3c80 commit 4c37ed2

4 files changed

Lines changed: 64 additions & 0 deletions

File tree

docs/array/histogram/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
======================
2+
khisto.array.histogram
3+
======================
4+
5+
.. automodule:: khisto.array.histogram
6+
7+
Main Modules
8+
============
9+
.. autosummary::
10+
:toctree: generated
11+
:recursive:
12+
:nosignatures:
13+
14+
api

docs/core/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
============
2+
khisto.core
3+
============
4+
5+
.. automodule:: khisto.core
6+
7+
Main Modules
8+
============
9+
.. autosummary::
10+
:toctree: generated
11+
:recursive:
12+
:nosignatures:
13+
14+
cli_adapter

docs/index.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.. khisto-python documentation master file, created by
2+
sphinx-quickstart on Fri Mar 6 17:40:33 2026.
3+
You can adapt this file completely to your liking, but it should at least
4+
contain the root `toctree` directive.
5+
6+
khisto-python documentation
7+
===========================
8+
9+
Add your content using ``reStructuredText`` syntax. See the
10+
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
11+
documentation for details.
12+
13+
14+
.. toctree::
15+
:maxdepth: 2
16+
:caption: API Reference
17+
:hidden:
18+
19+
Histograms <array/histogram/index>
20+
Core <core/index>
21+
Matplotlib <matplotlib/index>
22+

docs/matplotlib/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
=================
2+
khisto.matplotlib
3+
=================
4+
5+
.. automodule:: khisto.matplotlib
6+
7+
Main Modules
8+
============
9+
.. autosummary::
10+
:toctree: generated
11+
:recursive:
12+
:nosignatures:
13+
14+
hist

0 commit comments

Comments
 (0)