Skip to content
Snippets Groups Projects
Unverified Commit a250177d authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

Merge pull request #2349 from freifunk-gluon/doc-indent

docs: consistent indentation + minor fixes
parents 4019293e 543039d1
No related branches found
No related tags found
No related merge requests found
Showing
with 308 additions and 289 deletions
...@@ -25,7 +25,7 @@ indent_size = 4 ...@@ -25,7 +25,7 @@ indent_size = 4
[*.rst] [*.rst]
indent_style = space indent_style = space
indent_size = 3 indent_size = 2
[*.yml] [*.yml]
indent_style = space indent_style = space
......
...@@ -9,10 +9,13 @@ Development workflow ...@@ -9,10 +9,13 @@ Development workflow
When you are developing packages, it often happens that you iteratively want to deploy When you are developing packages, it often happens that you iteratively want to deploy
and verify the state your development. There are two ways to verify your changes: and verify the state your development. There are two ways to verify your changes:
1) One way is to rebuild the complete firmware, flash it, configure it and verify your 1)
One way is to rebuild the complete firmware, flash it, configure it and verify your
development then. This usually takes at least a few minutes to get your changes development then. This usually takes at least a few minutes to get your changes
working so you can test them. Especially if you iterate a lot, this becomes tedious. working so you can test them. Especially if you iterate a lot, this becomes tedious.
2) Another way is to rebuild only the package you are currently working on and
2)
Another way is to rebuild only the package you are currently working on and
to deploy this package to your test system. Here not even a reboot is required. to deploy this package to your test system. Here not even a reboot is required.
This makes iterating relatively fast. Your test system could be real hardware or This makes iterating relatively fast. Your test system could be real hardware or
even a qemu in most cases. even a qemu in most cases.
......
...@@ -188,7 +188,7 @@ domain.conf only variables ...@@ -188,7 +188,7 @@ domain.conf only variables
- ``true``, ``false`` - ``true``, ``false``
- ``{ 'foo', 'bar' }`` - ``{ 'foo', 'bar' }``
- Because each domain is considered as an own layer 2 network, these - Because each domain is considered a separate layer 2 network, these
values should be different in each domain: values should be different in each domain:
- next_node.ip4 - next_node.ip4
......
...@@ -30,13 +30,15 @@ Known issues ...@@ -30,13 +30,15 @@ Known issues
* The integration of the BATMAN_V routing algorithm is incomplete. * The integration of the BATMAN_V routing algorithm is incomplete.
- | Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_) - Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_)
| Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
| metric.
- | Throughput values are not correctly acquired for different interface types. Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
| (`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_) metric.
| This affects virtual interface types like bridges and VXLAN.
- Throughput values are not correctly acquired for different interface types.
(`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_)
This affects virtual interface types like bridges and VXLAN.
* Default TX power on many Ubiquiti devices is too high, correct offsets are unknown * Default TX power on many Ubiquiti devices is too high, correct offsets are unknown
(`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_) (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
......
...@@ -26,13 +26,15 @@ Known issues ...@@ -26,13 +26,15 @@ Known issues
* The integration of the BATMAN_V routing algorithm is incomplete. * The integration of the BATMAN_V routing algorithm is incomplete.
- | Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_) - Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_)
| Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
| metric.
- | Throughput values are not correctly acquired for different interface types. Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
| (`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_) metric.
| This affects virtual interface types like bridges and VXLAN.
- Throughput values are not correctly acquired for different interface types.
(`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_)
This affects virtual interface types like bridges and VXLAN.
* Default TX power on many Ubiquiti devices is too high, correct offsets are unknown * Default TX power on many Ubiquiti devices is too high, correct offsets are unknown
(`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_) (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
......
...@@ -36,13 +36,15 @@ Known issues ...@@ -36,13 +36,15 @@ Known issues
* The integration of the BATMAN_V routing algorithm is incomplete. * The integration of the BATMAN_V routing algorithm is incomplete.
- | Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_) - Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_)
| Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
| metric.
- | Throughput values are not correctly acquired for different interface types. Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
| (`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_) metric.
| This affects virtual interface types like bridges and VXLAN.
- Throughput values are not correctly acquired for different interface types.
(`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_)
This affects virtual interface types like bridges and VXLAN.
* Default TX power on many Ubiquiti devices is too high, correct offsets are unknown * Default TX power on many Ubiquiti devices is too high, correct offsets are unknown
(`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_) (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
......
...@@ -253,13 +253,15 @@ Known issues ...@@ -253,13 +253,15 @@ Known issues
* The integration of the BATMAN_V routing algorithm is incomplete. * The integration of the BATMAN_V routing algorithm is incomplete.
- | Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_) - Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_)
| Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
| metric.
- | Throughput values are not correctly acquired for different interface types. Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
| (`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_) metric.
| This affects virtual interface types like bridges and VXLAN.
- Throughput values are not correctly acquired for different interface types.
(`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_)
This affects virtual interface types like bridges and VXLAN.
* Default TX power on many Ubiquiti devices is too high, correct offsets are unknown * Default TX power on many Ubiquiti devices is too high, correct offsets are unknown
(`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_) (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
......
...@@ -25,13 +25,15 @@ Known issues ...@@ -25,13 +25,15 @@ Known issues
- The integration of the BATMAN_V routing algorithm is incomplete. - The integration of the BATMAN_V routing algorithm is incomplete.
- | Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_) - Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_)
| Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
| metric.
- | Throughput values are not correctly acquired for different interface types. Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
| (`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_) metric.
| This affects virtual interface types like bridges and VXLAN.
- Throughput values are not correctly acquired for different interface types.
(`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_)
This affects virtual interface types like bridges and VXLAN.
- Default TX power on many Ubiquiti devices is too high, correct offsets are unknown - Default TX power on many Ubiquiti devices is too high, correct offsets are unknown
(`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_) (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
......
...@@ -50,13 +50,15 @@ Known issues ...@@ -50,13 +50,15 @@ Known issues
- The integration of the BATMAN_V routing algorithm is incomplete. - The integration of the BATMAN_V routing algorithm is incomplete.
- | Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_) - Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_)
| Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
| metric.
- | Throughput values are not correctly acquired for different interface types. Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
| (`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_) metric.
| This affects virtual interface types like bridges and VXLAN.
- Throughput values are not correctly acquired for different interface types.
(`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_)
This affects virtual interface types like bridges and VXLAN.
- Default TX power on many Ubiquiti devices is too high, correct offsets are unknown - Default TX power on many Ubiquiti devices is too high, correct offsets are unknown
(`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_) (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
......
...@@ -30,13 +30,15 @@ Known issues ...@@ -30,13 +30,15 @@ Known issues
- The integration of the BATMAN_V routing algorithm is incomplete. - The integration of the BATMAN_V routing algorithm is incomplete.
- | Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_) - Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_)
| Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
| metric.
- | Throughput values are not correctly acquired for different interface types. Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
| (`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_) metric.
| This affects virtual interface types like bridges and VXLAN.
- Throughput values are not correctly acquired for different interface types.
(`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_)
This affects virtual interface types like bridges and VXLAN.
- Default TX power on many Ubiquiti devices is too high, correct offsets are unknown - Default TX power on many Ubiquiti devices is too high, correct offsets are unknown
(`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_) (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
......
...@@ -206,13 +206,15 @@ Known issues ...@@ -206,13 +206,15 @@ Known issues
* The integration of the BATMAN_V routing algorithm is incomplete. * The integration of the BATMAN_V routing algorithm is incomplete.
- | Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_) - Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_)
| Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
| metric.
- | Throughput values are not correctly acquired for different interface types. Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
| (`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_) metric.
| This affects virtual interface types like bridges and VXLAN.
- Throughput values are not correctly acquired for different interface types.
(`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_)
This affects virtual interface types like bridges and VXLAN.
* Default TX power on many Ubiquiti devices is too high, correct offsets are unknown * Default TX power on many Ubiquiti devices is too high, correct offsets are unknown
(`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_) (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment