AREDN Documentation Repository
Go to file
Jean-Michel Vien 1431ec51e8
Added Tips & Tricks for Firmware Install (#68)
* Update installing_firmware.rst

Added tips related to browser session management not always working properly and Windows firewall.

* Update installing_firmware.rst

Typos.

* Revert "Update installing_firmware.rst"

This reverts commit f8c07ee67b.

* Revert "Update installing_firmware.rst"

This reverts commit 1f9abd25f1.

* Update installing_firmware.rst

Moved tip for Tiny PXE Server to troubleshooting.

* Update installing_firmware.rst

* Moved troubleshooting up

Moved Troubleshooting up to make more people read possible problems they may encounter prior to start following instructions.
2020-07-21 08:54:07 -05:00
_images Update freq band graphic (#53) 2020-03-28 08:14:33 -07:00
appendix Update freq band graphic (#53) 2020-03-28 08:14:33 -07:00
arednGettingStarted Added Tips & Tricks for Firmware Install (#68) 2020-07-21 08:54:07 -05:00
arednHow-toGuides Add local package server How-To (#63) 2020-06-03 07:40:53 -05:00
arednNetworkDesign Update freq band graphic (#53) 2020-03-28 08:14:33 -07:00
arednServicesGuide Add caution for polling nodes (#46) 2019-11-06 15:25:07 -06:00
.gitignore Added .DS_Store back in for OSX environments 2019-01-22 17:18:08 -05:00
How to Use GitHub for AREDN.md Added How to Use GitHub doc 2018-12-21 10:00:25 -07:00
README.md Update README with another clarification 2019-01-19 13:39:25 -08:00
conf.py Update text and screens for 3.20.3.1 (#67) 2020-07-10 08:27:11 -05:00
index.rst Update text and screens for 3.20.3.1 (#67) 2020-07-10 08:27:11 -05: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 identical to the workflow for contributing code which is described in detail here: How to Use GitHub for AREDN.

The only difference is the repository name of aredn/documentation and the main branch name of master. 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 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.