AREDN Documentation Repository
Go to file
Steve AB7PA 58bd6583f2
Format Advanced Configuration Section (#109)
Break the Advanced Configuration section into parts with separate 
screenshots. This should make it more readable, since the Adv Conf table 
is becoming quite large.
2021-04-13 21:30:06 -05:00
_images Revise Freq/Band Sections (#105) 2021-04-03 09:18:38 -05:00
appendix Update GitHub auth method 2021-01-23 09:22:42 -08:00
arednGettingStarted Format Advanced Configuration Section (#109) 2021-04-13 21:30:06 -05:00
arednHow-toGuides Update Screenshot Release Number 2021-04-12 22:09:28 -05:00
arednNetworkDesign Revise Freq/Band Sections (#105) 2021-04-03 09:18:38 -05:00
arednServicesGuide Clarify Channel Planning Diagrams 2021-01-19 21:16:10 -05:00
.gitignore Add Sphinx Makefile to repo (#104) 2021-03-15 09:55:41 -05:00
How to Use GitHub for AREDN.md Update HowTo MD file with new default branch name (#100) 2021-01-29 13:56:46 -06:00
LICENSE.md Add BY-NC-ND License 2021-01-20 15:32:07 -05:00
Makefile Add Sphinx Makefile to repo (#104) 2021-03-15 09:55:41 -05:00
README.md Update links for new aredn code repo 2020-12-17 21:01:21 -05:00
conf.py New Stable Release Number (#107) 2021-04-11 07:22:10 -05:00
index.rst Add version macro in RST files (#103) 2021-02-04 08:26:33 -06:00

README.md

AREDN Documentation

This repository is for creating documentation for the AREDN project so it can be made available on ReadTheDocs.

Viewing the Docs:

To view the AREDN documentation in a web browser, navigate to https://arednmesh.readthedocs.io/en/latest/ or select your choice from the Docs dropdown menu on https://arednmesh.org.

Exporting to PDF:

While viewing the AREDN documentation in your web browser, you will see the contents list in the left panel. At the bottom of the panel is a drawer labeled "ReadTheDocs" showing the version you are viewing. Click the label bar to open it. From the drawer you can export the documentation set as a single PDF or Epub file. This is handy if you want to take a PDF copy of the guidebook with you into the field where you do not have Internet access.

Contributing:

If you are interested in contributing to the rapidly growing set of AREDN related information, you can easily do so on GitHub. The workflow for contributing documentation is described in detail here: How to Use GitHub for AREDN.

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.