From eb068e22b685ee6e394ee495e25b9cff552b0055 Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Thu, 6 Jul 2023 15:05:39 +0100 Subject: [PATCH] undeleted api (lol) --- docs/api.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/api.rst diff --git a/docs/api.rst b/docs/api.rst new file mode 100644 index 00000000..df2bc193 --- /dev/null +++ b/docs/api.rst @@ -0,0 +1,16 @@ +.. + DO NOT DELETE THIS FILE! It contains the all-important `.. autosummary::` directive with `:recursive:` option, without + which API documentation wouldn't get extracted from docstrings by the `sphinx.ext.autosummary` engine. It is hidden + (not declared in any toctree) to remove an unnecessary intermediate page; index.rst instead points directly to the + package page. DO NOT REMOVE THIS FILE! + + Credit to https://github.com/JamesALeedham/Sphinx-Autosummary-Recursion for the custom templates. +.. + +.. autosummary:: + :toctree: source/_autosummary + :template: custom-module-template.rst + :recursive: + + primaite + tests