| | |
| | | |
| | | $ git clone ssh://DEIN-BENUTZERNAME@dev.hostsharing.net:29418/docs/hs.docs.users.git |
| | | |
| | | Und die Dokumentation bauen. |
| | | Und die Dokumentation bauen. |
| | | |
| | | Für die HTML-Version: |
| | | |
| | | $ cd hs.docs.users |
| | | $ make html |
| | | $ sphinx-build -c local -b html source/ build/html |
| | | |
| | | Für die PDF-Version: |
| | | |
| | | $ make latexpdf |
| | | |
| | | Um die PDF-Version mit Hilfe von LaTeX zu erzeugen, ist eine sehr umfangreiche LaTeX-Installation notwendig. |
| | | Wer mit einer minimalen LaTeX-Installation startet, muss viele Pakete nachinstallieren. |
| | | Die Startseite der Dokumentation lautet: `build/html/index.html` |