Add Sphinx and rST to README

Add links for Sphinx and reStructured Text to the github README for 
clarity.
This commit is contained in:
Steve Lewis AB7PA 2022-01-01 19:55:47 -07:00 committed by Joe AE6XE
parent 23831da48e
commit 945ea86ce5
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ If you are interested in contributing to the rapidly growing set of AREDN relate
Your local code branch name can be anything that makes sense to you. After you create your Pull Request, the AREDN team will review your request just as it does for code changes. Once your documentation contributions are committed to the AREDN GitHub repository, a webhook automatically updates and builds the latest docs for viewing and exporting on ReadTheDocs.org
AREDN documentation is written using the reStructuredText markup language. Text is saved in "rst" files. Before committing your changes, be sure to test your `rst` files to ensure they will render correctly.
AREDN documentation is written using the [reStructuredText](https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html) markup language and your text is saved in "rst" files. Before committing your changes, be sure to test your "rst" files locally using [Sphinx](https://www.sphinx-doc.org/en/master/usage/quickstart.html) to ensure they will render correctly.