From 7c94323078c1db1973117defa94ddcde414a323f Mon Sep 17 00:00:00 2001 From: DylanB95EST Date: Wed, 22 Sep 2021 10:38:21 +0100 Subject: Update preliminary documentation CPS-Core with Admin Guide Add Admin Guide Page with Logging & Diagnostics section to preliminary documentation for Istanbul releas Issue-ID: CPS-676 Change-Id: Ie2ca89cca225ffc692eaf7ebc5880b92801062a1 Signed-off-by: DylanB95EST --- docs/admin-guide.rst | 18 ++++++++++++++++++ docs/index.rst | 1 + docs/requirements-docs.txt | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 docs/admin-guide.rst diff --git a/docs/admin-guide.rst b/docs/admin-guide.rst new file mode 100644 index 000000000..8e917e1f5 --- /dev/null +++ b/docs/admin-guide.rst @@ -0,0 +1,18 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright (C) 2021 Nordix Foundation + +.. DO NOT CHANGE THIS LABEL FOR RELEASE NOTES - EVEN THOUGH IT GIVES A WARNING +.. _adminGuide: + + +CPS Admin Guide +############### + +.. warning:: draft + +.. toctree:: + :maxdepth: 1 + +Logging & Diagnostics +===================== diff --git a/docs/index.rst b/docs/index.rst index ec2ec5dd8..265887414 100755 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,6 +18,7 @@ CPS-Core Documentation overview.rst architecture.rst + admin-guide.rst design.rst modeling.rst deployment.rst diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index b3188ddd3..a743c226a 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,5 +1,5 @@ tox -Sphinx +Sphinx==4.2.0 doc8 docutils setuptools -- cgit 1.2.3-korg