mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove absolute URL encoding
- Should now work on RTD
This commit is contained in:
parent
b52fe8810c
commit
7c45f8dc24
@ -7,6 +7,6 @@ This documentation is auto-generated from the `InvenTree codebase <https://githu
|
||||
:titlesonly:
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
:hidden:
|
||||
|
||||
InvenTree <introduction>
|
||||
InvenTree Modules <introduction>
|
||||
API Reference<reference>
|
@ -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 </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)
|
||||
|
7
docs/reference.rst
Normal file
7
docs/reference.rst
Normal file
@ -0,0 +1,7 @@
|
||||
API Reference Index
|
||||
===================
|
||||
|
||||
The complete reference indexes are found below:
|
||||
|
||||
* :ref:`modindex`
|
||||
* :ref:`genindex`
|
7
docs/templates/layout.html
vendored
7
docs/templates/layout.html
vendored
@ -1,7 +0,0 @@
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
{% block menu %}
|
||||
{{ super() }}
|
||||
<a href="/py-modindex.html">Module Index</a>
|
||||
<a href="/genindex.html">Index</a>
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user