summaryrefslogtreecommitdiff
path: root/docs/contributing
diff options
context:
space:
mode:
authorThomas Mangin <thomas.mangin@exa.net.uk>2020-02-08 15:30:26 +0000
committerThomas Mangin <thomas.mangin@exa.net.uk>2020-02-08 15:42:17 +0000
commitd87a2feac05b3e3ff3750449740ce93b6bbc6192 (patch)
tree3a01800dfa50d4da9cd75e0a8d92537cab01d238 /docs/contributing
parent5fcefb78b54f32fc06696257e00f2871841023c9 (diff)
downloadvyos-documentation-d87a2feac05b3e3ff3750449740ce93b6bbc6192.tar.gz
vyos-documentation-d87a2feac05b3e3ff3750449740ce93b6bbc6192.zip
fix note due to : vs :: typo
Diffstat (limited to 'docs/contributing')
-rw-r--r--docs/contributing/build-vyos.rst4
-rw-r--r--docs/contributing/development.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst
index 26a9c674..f5875bb4 100644
--- a/docs/contributing/build-vyos.rst
+++ b/docs/contributing/build-vyos.rst
@@ -53,10 +53,10 @@ The container can always be built directly from source:
$ git clone -b current --single-branch https://github.com/vyos/vyos-build
$ docker build -t vyos/vyos-build docker
-.. note: The container is automatically downloaded from Dockerhub if it is not
+.. note:: The container is automatically downloaded from Dockerhub if it is not
found on your local machine when the below command is executed.
-.. note: We require one container per build branch, this means that the used
+.. note:: We require one container per build branch, this means that the used
container in ``crux`` and ``current`` can and will differ once VyOS makes
the move towards Debian (10) Buster.
diff --git a/docs/contributing/development.rst b/docs/contributing/development.rst
index 220dd362..009e84f7 100644
--- a/docs/contributing/development.rst
+++ b/docs/contributing/development.rst
@@ -201,7 +201,7 @@ Formatting
* Python: Tabs **shall not** be used. Every indentation level should be 4 spaces
* XML: Tabs **shall not** be used. Every indentation level should be 2 spaces
-.. note: There are extensions to e.g. VIM (xmllint) which will help you to get
+.. note:: There are extensions to e.g. VIM (xmllint) which will help you to get
your indention levels correct. Add to following to your .vimrc file:
``au FileType xml setlocal equalprg=xmllint\ --format\ --recover\ -\
2>/dev/null`` now you can call the linter using ``gg=G`` in command mode.