Remove wrong usage of :option:

From http://www.sphinx-doc.org/en/stable/domains.html#directive-option:

  > The directive will create cross-reference targets for the given options,
  > referencable by option (in the example case, you’d use something like
  > :option:`dest_dir`, :option:`-m`, or :option:`--module`).

I don't think we're intending here to create cross references,
we simply want to render it nicely.

So just use code formatting instead.

This gets rid of the last build warnings.
This commit is contained in:
Marijn van der Zee
2017-03-11 15:18:48 +01:00
parent 873b21fe0b
commit 2f9028969c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ over the syntax file included in Vim 6.1.
These plugins supply you with a basic environment for developing in Python.
To get the most out of Vim, you should continually check your code for syntax
errors and PEP8 compliance. Luckily PEP8_ and Pyflakes_ will do this for you.
If your Vim is compiled with :option:`+python` you can also utilize some very
If your Vim is compiled with ``+python`` you can also utilize some very
handy plugins to do these checks from within the editor.
For PEP8 checking and pyflakes, you can install vim-flake8_. Now you can map the