2015-07-09 21:48:28 +07:00
|
|
|
===========================
|
|
|
|
End-user Odoo documentation
|
|
|
|
===========================
|
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
Build the documentation
|
|
|
|
=======================
|
2015-07-09 21:48:28 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
Requirements
|
|
|
|
------------
|
2015-07-09 21:48:28 +07:00
|
|
|
|
2020-02-20 22:33:26 +07:00
|
|
|
- `Git <https://www.odoo.com/documentation/user/contributing/documentation/introduction_guide.html#install-git>`_
|
2015-07-09 21:48:28 +07:00
|
|
|
|
2020-02-20 22:33:26 +07:00
|
|
|
- | `Python 3 <https://www.odoo.com/documentation/user/contributing/documentation/introduction_guide.html#python>`_
|
2020-02-20 22:23:48 +07:00
|
|
|
| If you don't know which subversion to choose, pick the last one.
|
2020-02-20 22:33:26 +07:00
|
|
|
| Python dependencies are listed in the file ``requirements.txt`` located in the root
|
2020-02-20 22:23:48 +07:00
|
|
|
directory.
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
- Sphinx 2.4.0 or above.
|
|
|
|
- Werkzeug 0.14.1
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:33:26 +07:00
|
|
|
- `Make <https://www.odoo.com/documentation/user/contributing/documentation/introduction_guide.html#make>`_
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
Instructions
|
|
|
|
------------
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
In a terminal, navigate to the root directory and execute the following command:
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
.. code-block:: console
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
$ make html
|
2015-07-09 21:48:28 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
This compiles the documentation to HTML.
|
2015-07-09 21:48:28 +07:00
|
|
|
|
2020-02-20 22:33:26 +07:00
|
|
|
Open ``documentation-user/_build/html/index.html`` in your web browser to display the render.
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:33:26 +07:00
|
|
|
See `this guide
|
|
|
|
<https://www.odoo.com/documentation/user/contributing/documentation/introduction_guide.html#prepare-your-version>`_
|
|
|
|
for more detailed instructions.
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
Contribute to the documentation
|
|
|
|
===============================
|
2015-07-10 15:13:24 +07:00
|
|
|
|
2020-02-20 22:33:26 +07:00
|
|
|
For contributions to the content of the documentation, please refer to the `Introduction Guide
|
|
|
|
<https://www.odoo.com/documentation/user/contributing/documentation/introduction_guide.html>`_.
|
2019-12-24 17:01:21 +07:00
|
|
|
|
2020-02-20 22:23:48 +07:00
|
|
|
To **report a content issue**, **request new content** or **ask a question**, use the `repository's
|
2020-02-20 22:55:36 +07:00
|
|
|
issue tracker <https://github.com/odoo/documentation-user/issues>`_ as usual.
|
2019-12-24 17:01:21 +07:00
|
|
|
|
|
|
|
Learn More
|
|
|
|
==========
|
|
|
|
|
2020-02-20 22:55:36 +07:00
|
|
|
To learn more about Odoo, in addition to the documentation, have a look at `the official eLearning
|
|
|
|
<https://odoo.com/slides>`_ and `Scale-up, The Business Game
|
|
|
|
<https://www.odoo.com/page/scale-up-business-game>`_
|