From 8a41b49f376c230e92f6a82752ccfe57aa59d104 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Thu, 21 May 2020 20:38:37 -0500 Subject: [PATCH] [docs] Updated github stars and fork buttons #154 Related to #154 --- docs/source/_github.rst | 6 ------ docs/source/backends/openvpn.rst | 2 +- docs/source/backends/openwisp.rst | 2 +- docs/source/backends/openwrt.rst | 2 +- docs/source/general/basics.rst | 2 +- docs/source/general/commandline_utility.rst | 2 +- docs/source/general/contributing.rst | 2 +- docs/source/general/goals.rst | 2 +- docs/source/general/running_tests.rst | 2 +- docs/source/general/setup.rst | 2 +- docs/source/index.rst | 2 +- 11 files changed, 10 insertions(+), 16 deletions(-) delete mode 100644 docs/source/_github.rst diff --git a/docs/source/_github.rst b/docs/source/_github.rst deleted file mode 100644 index 3f8f505bb..000000000 --- a/docs/source/_github.rst +++ /dev/null @@ -1,6 +0,0 @@ -.. raw:: html - -

- - -

diff --git a/docs/source/backends/openvpn.rst b/docs/source/backends/openvpn.rst index 67fc83cab..2d529b76c 100644 --- a/docs/source/backends/openvpn.rst +++ b/docs/source/backends/openvpn.rst @@ -2,7 +2,7 @@ OpenVPN 2.3 Backend =================== -.. include:: ../_github.rst + The ``OpenVpn`` backend allows to generate OpenVPN 2.3.x compatible configurations. diff --git a/docs/source/backends/openwisp.rst b/docs/source/backends/openwisp.rst index 33ba5805a..9726ff82b 100644 --- a/docs/source/backends/openwisp.rst +++ b/docs/source/backends/openwisp.rst @@ -2,7 +2,7 @@ OpenWISP 1.x Backend ==================== -.. include:: ../_github.rst + The OpenWISP 1.x Backend is based on the OpenWRT backend, therefore it inherits all its features with some differences that are explained in this page. diff --git a/docs/source/backends/openwrt.rst b/docs/source/backends/openwrt.rst index 3ddfacbde..cb1447903 100644 --- a/docs/source/backends/openwrt.rst +++ b/docs/source/backends/openwrt.rst @@ -2,7 +2,7 @@ OpenWRT Backend =============== -.. include:: ../_github.rst + The ``OpenWrt`` backend allows to generate OpenWRT compatible configurations. diff --git a/docs/source/general/basics.rst b/docs/source/general/basics.rst index 902102f59..f403cf3e8 100644 --- a/docs/source/general/basics.rst +++ b/docs/source/general/basics.rst @@ -2,7 +2,7 @@ Basic concepts ============== -.. include:: ../_github.rst + Before starting, let's quickly introduce the main concepts used in netjsonconfig: diff --git a/docs/source/general/commandline_utility.rst b/docs/source/general/commandline_utility.rst index 9e2a9cc08..55e07b98d 100644 --- a/docs/source/general/commandline_utility.rst +++ b/docs/source/general/commandline_utility.rst @@ -2,7 +2,7 @@ Command line utility ==================== -.. include:: ../_github.rst + netjsonconfig ships a command line utility that can be used from the interactive shell, bash scripts or other programming diff --git a/docs/source/general/contributing.rst b/docs/source/general/contributing.rst index 64d5c45c7..fa3461de8 100644 --- a/docs/source/general/contributing.rst +++ b/docs/source/general/contributing.rst @@ -2,7 +2,7 @@ Contributing ============ -.. include:: ../_github.rst + Thank you for taking the time to contribute to netjsonconfig. diff --git a/docs/source/general/goals.rst b/docs/source/general/goals.rst index b75c8caf5..39ba6b8d9 100644 --- a/docs/source/general/goals.rst +++ b/docs/source/general/goals.rst @@ -1,7 +1,7 @@ Motivations and Goals ===================== -.. include:: ../_github.rst + In this page we explain the goals of this project and the motivations that led us on this path. diff --git a/docs/source/general/running_tests.rst b/docs/source/general/running_tests.rst index 5b77e5d46..e2eca8c38 100644 --- a/docs/source/general/running_tests.rst +++ b/docs/source/general/running_tests.rst @@ -2,7 +2,7 @@ Running tests ============= -.. include:: ../_github.rst + Running the test suite is really straightforward! diff --git a/docs/source/general/setup.rst b/docs/source/general/setup.rst index a57caf594..1e046a9e5 100644 --- a/docs/source/general/setup.rst +++ b/docs/source/general/setup.rst @@ -2,7 +2,7 @@ Setup ===== -.. include:: ../_github.rst + Install stable version from pypi -------------------------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index d8637a62d..6f82cb635 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -20,7 +20,7 @@ Netjsonconfig is part of the `OpenWISP project `_. .. image:: ./images/openwisp.org.svg :target: http://openwisp.org -.. include:: _github.rst + **netjsonconfig** is a python library that converts `NetJSON `_ *DeviceConfiguration* objects into real router configurations that can be installed