From aa561086a4342c962fa5d4333f66b85c728c3624 Mon Sep 17 00:00:00 2001 From: engn33r Date: Wed, 24 Feb 2021 23:18:10 -0500 Subject: Update contribution guidelines --- docs/source/contributing.rst | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'docs/source/contributing.rst') diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst index e033981..884a9d9 100644 --- a/docs/source/contributing.rst +++ b/docs/source/contributing.rst @@ -2,21 +2,5 @@ Contributing ############ -All contributions are welcome! To submit a suggestion, you can either create a -new issue (after searching for an existing issue that covers the same topic) -or submit a pull request with the edits that you would like to see in the -repository. - -If you are contributing to the project's documentation, which is still in its -early stages, it is recommended that you install Sphinx and build the updated -documentation locally before submitting -your edits. The Sphinx dependencies can be installed by navigating to the -docs/source directory and running ``pip install -r requirements.txt``. To build -a new version of the documentation, navigate to the docs/ directory and run -``make clean html``. Any build warnings or errors will be displayed in your -terminal, and the new documentation will then be available in the -docs/build/html directory. You may also find the -`Sphinx documentation style guide -`_ -useful when editing reStructuredText (reST), which is quite different from -Markdown. +Contributions are welcome! See this project's +`contributing guidelines `_ -- cgit v1.2.1