From 235cb921e06fbc979276aca8d753084033678df2 Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Tue, 9 Oct 2018 15:16:25 +0300 Subject: Add flake8 and yamllint tox environments and fix tox errors JIRA: SDNVPN-231 This patch adds flake8 and yamllint tox environments. Furthermore, it fixes tox errors and applies general tox improvements. Change-Id: Id180695ef034562efb236932e6f783b0e91157c2 Signed-off-by: Stamatis Katsaounis --- docs/_static/favicon.ico | Bin 0 -> 15086 bytes docs/_static/logo.png | Bin 0 -> 2829 bytes docs/index.rst | 1 + docs/release/release-notes/index.rst | 4 ++-- 4 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 docs/_static/favicon.ico create mode 100644 docs/_static/logo.png (limited to 'docs') diff --git a/docs/_static/favicon.ico b/docs/_static/favicon.ico new file mode 100644 index 0000000..bbe55ab Binary files /dev/null and b/docs/_static/favicon.ico differ diff --git a/docs/_static/logo.png b/docs/_static/logo.png new file mode 100644 index 0000000..1519503 Binary files /dev/null and b/docs/_static/logo.png differ diff --git a/docs/index.rst b/docs/index.rst index d07beb2..d58d5d5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,6 +17,7 @@ OPNFV SDNVPN release/configguide/index release/userguide/index release/installation/index + release/scenarios/os-odl-bgpvpn/index development/requirements/index development/overview/index development/design/index diff --git a/docs/release/release-notes/index.rst b/docs/release/release-notes/index.rst index 2b6664a..c7e07ee 100644 --- a/docs/release/release-notes/index.rst +++ b/docs/release/release-notes/index.rst @@ -4,9 +4,9 @@ .. http://creativecommons.org/licenses/by/4.0 .. (c) Nikolas Hermanns, (nikolas.hermanns@ericsson.com) and others -================== +===================== SDN VPN release notes -================== +===================== .. toctree:: :maxdepth: 3 -- cgit 1.2.3-korg