From 6b16f20e5c965406b841790ca0d7ae56925860ac Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 29 Apr 2024 14:12:22 +0200 Subject: Add sphinx documentation generator To generate the documentation run $ make -C docs html --- docs/index.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/index.rst (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..8389b3a --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,22 @@ +.. polymatrix documentation master file, created by + sphinx-quickstart on Wed Apr 24 15:20:48 2024. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to polymatrix's documentation! +====================================== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + reference + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` -- cgit v1.2.1