|
3.
|
|
|
This is a list in progress as I work on the user manual. There are a number of things for which I created conventions. I want to keep them in a central space so that others have access to them and that I can refer to them as well. ;-)
|
|
|
|
To je seznam v delu, ko ustvarjam uporabniški priročnik. Obstaja več stvari, za katere sem ustvarila dogovore. Želim jih imeti na nekem osrednjem mestu, tako da bodo lahko tudi drugi dostopali do njih in da se lahko tudi jaz sklicujem na njih. ;-)
|
|
Translated and reviewed by
Gregor Anželj
|
|
|
|
Located in
../source/documentation_info.rst:10
|
|
4.
|
|
|
The list is not in any particular order.
|
|
|
|
Seznam ni urejen po nobenem posebnem vrstnem redu.
|
|
Translated and reviewed by
Gregor Anželj
|
|
|
|
Located in
../source/documentation_info.rst:10
|
|
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.
|
|
|
The following instructions are for Debian / Ubuntu based systems and require that you work in the terminal.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:17
|
|
8.
|
|
|
Install the Python virtual environment: ``sudo apt-get install python-virtualenv``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:19
|
|
9.
|
|
|
If you also want to generate PDFs, you will need to install all the LaTeX dependencies: ``sudo apt-get install texlive-xetex texlive-lang-all texlive-fonts-extra``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:20
|
|
10.
|
|
|
Create a folder on your computer (if you don't already have one) where you place git repositories, e.g. ``code``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:21
|
|
11.
|
|
|
In the terminal, enter the folder "code": ``cd code``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:24
|
|
12.
|
|
|
Do a checkout of the code for the user manual:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:25
|