-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed link
- Loading branch information
Showing
1 changed file
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ Clone the repository "main" using git | |
~$ git clone https://github.com/linuxmuster-docs/main.git # if you have no ssh-key within github | ||
~$ git clone [email protected]:linuxmuster-docs/main.git # if you have a ssh-key within github | ||
|
||
Install sphinx, e.g. under Ubuntu 22.04, do | ||
Install sphinx, e.g. under Ubuntu 20.04, do | ||
|
||
.. code:: bash | ||
|
||
|
@@ -114,7 +114,7 @@ Guidelines for documentation | |
++++++++++++++++++++++++++++ | ||
|
||
The structure guide and style guide provide information on the design of our documentation. See our Guidelines | ||
https://docs.linuxmuster.net/de/latest/appendix/contribute/guidelines.html | ||
https://docs.linuxmuster.net/de/latest/appendix/contribute/guidelines.html. | ||
|
||
Translation | ||
+++++++++++ | ||
|
@@ -145,11 +145,3 @@ Then run to following commands (inside the document root): | |
$ make -e SPHINXOPTS="-D language='en'" html | ||
|
||
Read the `Internationalization chapter <http://www.sphinx-doc.org/en/stable/intl.html>`__ in the offical sphinx documentation for a more detailed description. | ||
|
||
|
||
Further reading | ||
+++++++++++++++ | ||
|
||
See the documentation on linuxmuster.net_. | ||
|
||
.. _linuxmuster.net: https://docs.linuxmuster.net/de/latest/appendix/contribute/index.html |