diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/docs/_images/01-setup-nocall.png b/Getting_Started_Guide/_images/01-setup-nocall.png similarity index 100% rename from docs/_images/01-setup-nocall.png rename to Getting_Started_Guide/_images/01-setup-nocall.png diff --git a/docs/_images/02-basic-setup.png b/Getting_Started_Guide/_images/02-basic-setup.png similarity index 100% rename from docs/_images/02-basic-setup.png rename to Getting_Started_Guide/_images/02-basic-setup.png diff --git a/docs/_images/03-node-status.png b/Getting_Started_Guide/_images/03-node-status.png similarity index 100% rename from docs/_images/03-node-status.png rename to Getting_Started_Guide/_images/03-node-status.png diff --git a/docs/_images/04-node-charts.png b/Getting_Started_Guide/_images/04-node-charts.png similarity index 100% rename from docs/_images/04-node-charts.png rename to Getting_Started_Guide/_images/04-node-charts.png diff --git a/docs/_images/05-mesh-status.png b/Getting_Started_Guide/_images/05-mesh-status.png similarity index 100% rename from docs/_images/05-mesh-status.png rename to Getting_Started_Guide/_images/05-mesh-status.png diff --git a/docs/_images/06-admin-header.png b/Getting_Started_Guide/_images/06-admin-header.png similarity index 100% rename from docs/_images/06-admin-header.png rename to Getting_Started_Guide/_images/06-admin-header.png diff --git a/docs/_images/07-setup-options.png b/Getting_Started_Guide/_images/07-setup-options.png similarity index 100% rename from docs/_images/07-setup-options.png rename to Getting_Started_Guide/_images/07-setup-options.png diff --git a/docs/_images/08-port-forward.png b/Getting_Started_Guide/_images/08-port-forward.png similarity index 100% rename from docs/_images/08-port-forward.png rename to Getting_Started_Guide/_images/08-port-forward.png diff --git a/docs/_images/09-admin-upgrade.png b/Getting_Started_Guide/_images/09-admin-upgrade.png similarity index 100% rename from docs/_images/09-admin-upgrade.png rename to Getting_Started_Guide/_images/09-admin-upgrade.png diff --git a/docs/_images/10-tunneling-diagram.png b/Getting_Started_Guide/_images/10-tunneling-diagram.png similarity index 100% rename from docs/_images/10-tunneling-diagram.png rename to Getting_Started_Guide/_images/10-tunneling-diagram.png diff --git a/docs/_images/11-tunnel-client.png b/Getting_Started_Guide/_images/11-tunnel-client.png similarity index 100% rename from docs/_images/11-tunnel-client.png rename to Getting_Started_Guide/_images/11-tunnel-client.png diff --git a/docs/_images/setup-login.png b/Getting_Started_Guide/_images/setup-login.png similarity index 100% rename from docs/_images/setup-login.png rename to Getting_Started_Guide/_images/setup-login.png diff --git a/docs/advanced_config.rst b/Getting_Started_Guide/advanced_config.rst similarity index 100% rename from docs/advanced_config.rst rename to Getting_Started_Guide/advanced_config.rst diff --git a/docs/aredn_overview.rst b/Getting_Started_Guide/aredn_overview.rst similarity index 100% rename from docs/aredn_overview.rst rename to Getting_Started_Guide/aredn_overview.rst diff --git a/docs/basic_setup.rst b/Getting_Started_Guide/basic_setup.rst similarity index 97% rename from docs/basic_setup.rst rename to Getting_Started_Guide/basic_setup.rst index 6407f9f..e0bfaac 100644 --- a/docs/basic_setup.rst +++ b/Getting_Started_Guide/basic_setup.rst @@ -47,7 +47,7 @@ In order to get your new AREDN |trade| node on the air, you need to enter the fo * Use the dropdown list to select the maximum output power for this device. Remember that amateur operators are required to use the minimum power necessary to make contact with other stations. -* Use the slider to select the estimated maximum distance you estimate between your node and other neighboring nodes. +* Use the slider to select the maximum distance you estimate between your node and other neighboring nodes. * Some devices have max power levels that change depending on the channel or frequency being used, and in that case the max level may change when you save the settings. The output power will be capped at the max level supported by the hardware for that frequency. diff --git a/docs/conf.py b/Getting_Started_Guide/conf.py similarity index 100% rename from docs/conf.py rename to Getting_Started_Guide/conf.py diff --git a/docs/downloading_firmware.rst b/Getting_Started_Guide/downloading_firmware.rst similarity index 100% rename from docs/downloading_firmware.rst rename to Getting_Started_Guide/downloading_firmware.rst diff --git a/docs/index.rst b/Getting_Started_Guide/index.rst similarity index 94% rename from docs/index.rst rename to Getting_Started_Guide/index.rst index 666d4c9..c93e238 100644 --- a/docs/index.rst +++ b/Getting_Started_Guide/index.rst @@ -16,4 +16,4 @@ AREDN Getting Started Guide node_status mesh_status advanced_config - more-info.rst + more_info.rst diff --git a/docs/installing_firmware.rst b/Getting_Started_Guide/installing_firmware.rst similarity index 100% rename from docs/installing_firmware.rst rename to Getting_Started_Guide/installing_firmware.rst diff --git a/docs/mesh_status.rst b/Getting_Started_Guide/mesh_status.rst similarity index 100% rename from docs/mesh_status.rst rename to Getting_Started_Guide/mesh_status.rst diff --git a/docs/more-info.rst b/Getting_Started_Guide/more_info.rst similarity index 100% rename from docs/more-info.rst rename to Getting_Started_Guide/more_info.rst diff --git a/docs/node_status.rst b/Getting_Started_Guide/node_status.rst similarity index 100% rename from docs/node_status.rst rename to Getting_Started_Guide/node_status.rst diff --git a/docs/selecting_devices.rst b/Getting_Started_Guide/selecting_devices.rst similarity index 100% rename from docs/selecting_devices.rst rename to Getting_Started_Guide/selecting_devices.rst diff --git a/docs/.DS_Store b/docs/.DS_Store deleted file mode 100644 index 8fe8ab5..0000000 Binary files a/docs/.DS_Store and /dev/null differ diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 298ea9e..0000000 --- a/docs/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Minimal makefile for Sphinx documentation -# - -# You can set these variables from the command line. -SPHINXOPTS = -SPHINXBUILD = sphinx-build -SOURCEDIR = . -BUILDDIR = _build - -# Put it first so that "make" without argument is like "make help". -help: - @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) - -.PHONY: help Makefile - -# Catch-all target: route all unknown targets to Sphinx using the new -# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). -%: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file diff --git a/docs/_images/.DS_Store b/docs/_images/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/docs/_images/.DS_Store and /dev/null differ