summaryrefslogtreecommitdiff
path: root/developers-manual.rst
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-23 05:50:11 +0000
committerbuckE <buckE@disroot.org>2020-06-23 05:50:11 +0000
commitb454dab174ce9b13a8480703bcd4b3d9df229cd7 (patch)
tree92404a654f7337bfdffc2c528c38520ace7c7d57 /developers-manual.rst
parent8216acf41a9deef5a3334d5b3bf629410926fdf5 (diff)
downloaddocs-b454dab174ce9b13a8480703bcd4b3d9df229cd7.tar.gz
docs-b454dab174ce9b13a8480703bcd4b3d9df229cd7.tar.bz2
docs-b454dab174ce9b13a8480703bcd4b3d9df229cd7.zip
added ` to ` re: "verbatim"
Diffstat (limited to 'developers-manual.rst')
-rw-r--r--developers-manual.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/developers-manual.rst b/developers-manual.rst
index b67ceeb6..14e2a13d 100644
--- a/developers-manual.rst
+++ b/developers-manual.rst
@@ -667,10 +667,10 @@ 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 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 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.
* **Merge style** - *Rebase*, in line with GNU Taler development procedures
* **Translation license** - *GNU General Public License v3.0 or Later*