Change documentation root url to 'docs'

This commit is contained in:
Oliver Walters 2019-04-28 00:58:59 +10:00
parent 3a43a8ba72
commit b0487b33dc
2 changed files with 6 additions and 6 deletions

View File

@ -68,7 +68,7 @@ autoapi_ignore = [
# Add any paths that contain templates here, relative to this directory.
autoapi_template_dir = 'templates'
autoapi_root = 'api'
autoapi_root = 'docs'
autoapi_add_toctree_entry = False
templates_path = ['templates']

View File

@ -11,8 +11,8 @@ Django Apps
The InvenTree Django ecosystem provides the following 'apps' for core functionality:
* `InvenTree </api/InvenTree/index.html>`_ - High level management functions
* `Build </api/build/index.html>`_ - Part build projects
* `Company </api/company/index.html>`_ - Company management (suppliers / customers)
* `Part </api/part/index.html>`_ - Part management
* `Stock </api/stock/index.html>`_ - Stock management
* `InvenTree </docs/InvenTree/index.html>`_ - High level management functions
* `Build </docs/build/index.html>`_ - Part build projects
* `Company </docs/company/index.html>`_ - Company management (suppliers / customers)
* `Part </docs/part/index.html>`_ - Part management
* `Stock </docs/stock/index.html>`_ - Stock management