|
13.
|
|
|
via HTTS: ``git clone https://git.mahara.org/user-manual/manual.git``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:26
|
|
14.
|
|
|
In the terminal, enter the folder "manual": ``cd manual``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:30
|
|
15.
|
|
|
Install the virtual environment for this folder: ``virtualenv venv``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:29
|
|
16.
|
|
|
Activate the virtual environment: ``. venv/bin/activate``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:30
|
|
17.
|
|
|
Install all requirements: ``pip install -r requirements.txt``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:31
|
|
18.
|
|
|
Build the user manual in HTML: ``make html``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:34
|
|
19.
|
|
|
This will create all translations that are available for the user manual and will take a bit. If you only want to create the English user manual, you can compile it with ``make preview MAHARA=18.10``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:35
|
|
20.
|
|
|
If you want to compile a PDF, you can do so via ``make latexpdf``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:37
|
|
21.
|
|
|
Open the ``index.html`` file in a browser to view the manual. You can find it in the folder ``build/en/18.10``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:39
|
|
22.
|
|
|
Once you are done editing the user manual, you can deactivate the virtual environment by typing ``deactivate`` in the terminal.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:42
|