Remove trailing backtick

This patch is removing a trailing backtick (`) from the
doc/source/contributing.rst and
doc/source/topics/settings.rst documents.

Change-Id: I9b50bf86765d6cccc1b34d9f1e4704211ff4d2be
This commit is contained in:
Cao Xuan Hoang 2017-01-04 13:52:56 +07:00
parent 9b297a00d1
commit ca69e6a114
2 changed files with 2 additions and 2 deletions

View File

@ -536,7 +536,7 @@ for writing reST. This includes:
* Make use of Sphinx's autodoc feature to document modules, classes
and functions. This keeps the docs close to the source.
* Where possible, use Sphinx's cross-reference syntax (e.g.
``:class:`~horizon.foo.Bar```) when referring to other Horizon components.
``:class:`~horizon.foo.Bar``) when referring to other Horizon components.
The better-linked our docs are, the easier they are to use.
Be sure to generate the documentation before submitting a patch for review.

View File

@ -541,7 +541,7 @@ and the entire contents of the directory will be served up at
files in a theme directory, but do not wish that content to be served up,
then you can create a sub directory named ``static``. If the theme folder
contains a sub-directory with the name ``static``, then
``static/custom/static``` will be used as the root for the content
``static/custom/static`` will be used as the root for the content
served at ``/static/custom``.
The static root of the theme folder must always contain a _variables.scss