|
5.
|
|
|
Install Sphinx
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:13
|
|
6.
|
|
|
The Mahara user manual requires that Sphinx is installed on your computer. You can find information on how to install Sphinx on the `Sphinx website <http://sphinx-doc.org/>`_.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:17
|
|
7.
|
|
|
Getting the code
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:20
|
|
8.
|
|
|
The code for the Mahara user manual is managed in git.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:22
|
|
9.
|
|
|
Create a folder on your computer (if you don't already) where you place git repositories, e.g. ``code``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:24
|
|
10.
|
|
|
In the terminal, enter the folder "code": ``cd code``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:24
|
|
11.
|
|
|
Do a checkout of the code:
|
|
|
|
(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.
|
|
|
Compile the user manual in English only. The following command assumes that you want to compile it for Mahara 15.10: ``make preview MAHARA=15.10``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:32
|
|
16.
|
|
|
Open the ``index.html`` file in a browser to view the manual. You can find it in the folder ``build/en/15.10``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:33
|