Skip to content

Commit

Permalink
Documentation fixes (#1070)
Browse files Browse the repository at this point in the history
Small documentation fixes I stumbled upon while reading the docs.

* Fix indentation of mkdocs section in examples
* Fix documentation output path
* Add myself to contributors
  • Loading branch information
nblock authored and gaborbernat committed Oct 24, 2018
1 parent 4c03d41 commit b7b1615
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Expand Up @@ -75,7 +75,7 @@ without using a local copy. This can be convenient for small fixes.
$ tox -e docs
The built documentation should be available in the ``docs/_build/``.
The built documentation should be available in the ``.tox/docs_out/``.

.. _submitplugin:

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Expand Up @@ -21,6 +21,7 @@ Ederag
Eli Collins
Eugene Yunak
Fernando L. Pereira
Florian Preinstorfer
Florian Schulze
Hazal Ozturk
Henk-Jaap Wagenaar
Expand Down
2 changes: 1 addition & 1 deletion docs/example/documentation.rst
Expand Up @@ -30,7 +30,7 @@ Note here we say we also require python 3.7, allowing us to use f-strings within
links are correct.

mkdocs
======
------

Define one environment to write/generate the documentation, and another to deploy it. Use
the config substitution logic to avoid defining dependencies multiple time:
Expand Down

0 comments on commit b7b1615

Please sign in to comment.