From 7c45f8dc24b56f1f635012af6c1ba858b6119c60 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 28 Apr 2019 08:11:29 +1000 Subject: [PATCH] Remove absolute URL encoding - Should now work on RTD --- docs/index.rst | 4 ++-- docs/introduction.rst | 14 ++++++++++++-- docs/reference.rst | 7 +++++++ docs/templates/layout.html | 7 ------- 4 files changed, 21 insertions(+), 11 deletions(-) create mode 100644 docs/reference.rst delete mode 100644 docs/templates/layout.html diff --git a/docs/index.rst b/docs/index.rst index 114ecaf27b..47c0b88b5e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,6 +7,6 @@ This documentation is auto-generated from the `InvenTree codebase + InvenTree Modules + API Reference \ No newline at end of file diff --git a/docs/introduction.rst b/docs/introduction.rst index e117010749..f33917212a 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -6,11 +6,21 @@ InvenTree is an open source inventory management system which provides powerful The core of the InvenTree software is a Python/Django database backend whi -Django Apps -=========== +**Django Apps** The InvenTree Django ecosystem provides the following 'apps' for core functionality: +.. toctree:: + :titlesonly: + :maxdepth: 1 + :caption: App Modules: + + docs/InvenTree/index + docs/build/index + docs/company/index + docs/part/index + docs/stock/index + * `InvenTree `_ - High level management functions * `Build `_ - Part build projects * `Company `_ - Company management (suppliers / customers) diff --git a/docs/reference.rst b/docs/reference.rst new file mode 100644 index 0000000000..de81c25e26 --- /dev/null +++ b/docs/reference.rst @@ -0,0 +1,7 @@ +API Reference Index +=================== + +The complete reference indexes are found below: + +* :ref:`modindex` +* :ref:`genindex` \ No newline at end of file diff --git a/docs/templates/layout.html b/docs/templates/layout.html deleted file mode 100644 index 620814d1b3..0000000000 --- a/docs/templates/layout.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "!layout.html" %} - - {% block menu %} - {{ super() }} - Module Index - Index - {% endblock %} \ No newline at end of file