From c5044ffcdbfc408b3ae15d88a8e33403ab1cf880 Mon Sep 17 00:00:00 2001 From: juga Date: Wed, 21 Oct 2020 16:07:49 +0000 Subject: [PATCH] Add API documentation generated automatically with `sphinx-apidoc` --- docs/source/api/pEp.rst | 10 ++++++++++ docs/source/index.rst | 1 + 2 files changed, 11 insertions(+) create mode 100644 docs/source/api/pEp.rst diff --git a/docs/source/api/pEp.rst b/docs/source/api/pEp.rst new file mode 100644 index 0000000..693d892 --- /dev/null +++ b/docs/source/api/pEp.rst @@ -0,0 +1,10 @@ +pEp package +=========== + +Module contents +--------------- + +.. automodule:: pEp + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/source/index.rst b/docs/source/index.rst index cd788cf..e29f04d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -11,6 +11,7 @@ Welcome to pEpPythonAdapter's documentation! :caption: Contents: software_using + api/pEp Indices and tables ==================