summaryrefslogtreecommitdiff
path: root/developers-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-04 05:00:53 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-04 05:00:53 -0500
commiteb85a8039af31b547b59cd3e4cd64a943ece7d22 (patch)
tree302901cc97e72da08555f3d6478feac8ac0f8f32 /developers-manual.rst
parent3cb2fdecfaa3193c42ca3648fb73df66810ce860 (diff)
downloaddocs-eb85a8039af31b547b59cd3e4cd64a943ece7d22.tar.gz
docs-eb85a8039af31b547b59cd3e4cd64a943ece7d22.tar.bz2
docs-eb85a8039af31b547b59cd3e4cd64a943ece7d22.zip
delete spurious indentation (11 instances)
Diffstat (limited to 'developers-manual.rst')
-rw-r--r--developers-manual.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/developers-manual.rst b/developers-manual.rst
index 9fddc8d9..2910c9fb 100644
--- a/developers-manual.rst
+++ b/developers-manual.rst
@@ -644,13 +644,13 @@ About Privilege Levels
This is the breakdown of privilege levels in Weblate:
- * **Users**/**Viewers** = Can log in, view Translations (*applies to new users*)
+* **Users**/**Viewers** = Can log in, view Translations (*applies to new users*)
- * **Reviewers** = Can contribute Translations to existing *Components*
+* **Reviewers** = Can contribute Translations to existing *Components*
- * **Managers** = Can create new *Components* of existing *Projects*
+* **Managers** = Can create new *Components* of existing *Projects*
- * **Superusers** = Can create new *Projects*
+* **Superusers** = Can create new *Projects*
Upgrading Privileges
--------------------
@@ -675,19 +675,19 @@ What follows is a sort of Wizard. You can find detailed docs at https://docs.we
Under *https://weblate.taler.net/create/component/vcs/*:
- * **Source code repository** - Generally ``git+ssh://git@git.taler.net/<reponame>```. Check with ``git remote -v``.
+* **Source code repository** - Generally ``git+ssh://git@git.taler.net/<reponame>```. Check with ``git remote -v``.
- * **Repository branch** - Choose the correct branch to draw from and commit to.
+* **Repository branch** - Choose the correct branch to draw from and commit to.
- * **Repository push URL** - This is generally ``git+ssh://git@git.taler.net/<reponame>``` Check with ``git remote -v``.
+* **Repository push URL** - This is generally ``git+ssh://git@git.taler.net/<reponame>``` Check with ``git remote -v``.
- * **Repository browser** - This is the www URL of the Git repo's file browser. Example ``https://git.taler.net/<repositoryname>.git/tree/{{filename}}?h={{branch}}#n{{line}}`` where ``<repositoryname>`` gets replaced but ``{{filename}}`` and other items in braces are actual variables in the string.
+* **Repository browser** - This is the www URL of the Git repo's file browser. Example ``https://git.taler.net/<repositoryname>.git/tree/{{filename}}?h={{branch}}#n{{line}}`` where ``<repositoryname>`` gets replaced but ``{{filename}}`` and other items in braces are actual variables in the string.
- * **Merge style** - *Rebase*, in line with GNU Taler development procedures
+* **Merge style** - *Rebase*, in line with GNU Taler development procedures
- * **Translation license** - *GNU General Public License v3.0 or Later*
+* **Translation license** - *GNU General Public License v3.0 or Later*
- * **Adding new translation** - Decide how to handle adding new translations
+* **Adding new translation** - Decide how to handle adding new translations
How to Create a Translation
---------------------------