|
24.
|
|
|
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
|
|
25.
|
|
|
Getting the code
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:20
|
|
26.
|
|
|
The code for the Mahara user manual is managed in git.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:22
|
|
27.
|
|
|
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
|
|
28.
|
|
|
In the terminal, enter the folder "code": ``cd code``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:24
|
|
29.
|
|
|
Do a checkout of the code:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:26
|
|
30.
|
|
|
via SSH: ``git clone git@git.mahara.org:user-manual/manual.git`` **OR**
|
|
|
|
via SSH: ``git clone git@git.mahara.org:user-manual/manual.git`` **ODER**
|
|
Translated and reviewed by
Luca Bösch
|
|
|
|
Located in
../source/documentation_info.rst:25
|
|
31.
|
|
|
via HTTS: ``git clone https://git.mahara.org/user-manual/manual.git``
|
|
|
|
via HTTS: ``git clone https://git.mahara.org/user-manual/manual.git``
|
|
Translated and reviewed by
Luca Bösch
|
|
|
|
Located in
../source/documentation_info.rst:26
|
|
32.
|
|
|
In the terminal, enter the folder "manual": ``cd manual``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:30
|
|
33.
|
|
|
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
|