From f397904bdf3f0add25464f9598b16987a21c08b4 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Fri, 14 Sep 2018 08:08:57 +0530 Subject: [PATCH] Add quote --- docs/dev/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index 5a1aaf4..cc4815f 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -115,9 +115,9 @@ We recommend that your pull request complies with the following guidelines: Writing Documentation --------------------- -Writing documentation, function docstrings, examples and tutorials is a great way to start contributing to open-source software! The documentation is present inside the `docs/` directory of the source code repository. +Writing documentation, function docstrings, examples and tutorials is a great way to start contributing to open-source software! The documentation is present inside the ``docs/`` directory of the source code repository. -The documentation is written in `reStructuredText`_, with `Sphinx`_ used to generate these lovely HTML files that you're currently reading (unless you're reading this on GitHub). You can edit the documentation using any text editor and then generate the HTML output by running `make html` in the `docs/` directory. +The documentation is written in `reStructuredText`_, with `Sphinx`_ used to generate these lovely HTML files that you're currently reading (unless you're reading this on GitHub). You can edit the documentation using any text editor and then generate the HTML output by running `make html` in the ``docs/`` directory. The function docstrings are written using the `numpydoc`_ extension for Sphinx. Make sure you check out how its format guidelines, before you start writing one.