From f847eb857238315247ad3d074f77eacb12fae310 Mon Sep 17 00:00:00 2001 From: Ulas Kozat Date: Fri, 17 Jun 2016 10:38:33 -0700 Subject: Additional placeholders for documentation Change-Id: I2c70158e6af205d511731d73b8c97e6117973daa Signed-off-by: Ulas Kozat --- docs/configguide/featureconfig.rst | 22 ++++++++++++++++++++++ docs/configguide/index.rst | 28 ++++++++++++++++++++++++++++ docs/design/architecture.rst | 20 ++++++++++++++++++++ docs/design/index.rst | 29 +++++++++++++++++++++++++++++ docs/design/use-cases.rst | 13 +++++++++++++ docs/manuals/index.rst | 28 ++++++++++++++++++++++++++++ docs/manuals/usingwithheat.rst | 13 +++++++++++++ 7 files changed, 153 insertions(+) create mode 100644 docs/configguide/featureconfig.rst create mode 100644 docs/configguide/index.rst create mode 100644 docs/design/architecture.rst create mode 100644 docs/design/index.rst create mode 100644 docs/design/use-cases.rst create mode 100644 docs/manuals/index.rst create mode 100644 docs/manuals/usingwithheat.rst diff --git a/docs/configguide/featureconfig.rst b/docs/configguide/featureconfig.rst new file mode 100644 index 0000000..b6ac974 --- /dev/null +++ b/docs/configguide/featureconfig.rst @@ -0,0 +1,22 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +.. image:: ../etc/opnfv-logo.png + :height: 40 + :width: 200 + :alt: OPNFV + :align: left +.. these two pipes are to seperate the logo from the first title +| +| +Domino Configuration +==================== + +Domino Server +------------- + +Domino Client +------------- + +Domino CLI Utility +------------------ diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst new file mode 100644 index 0000000..b192ffa --- /dev/null +++ b/docs/configguide/index.rst @@ -0,0 +1,28 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +.. image:: ../etc/opnfv-logo.png + :height: 40 + :width: 200 + :alt: OPNFV + :align: left + +DOMINO Configuration Guide +========================== + +Contents: + +.. toctree:: + :numbered: + :maxdepth: 2 + + featureconfig.rst + +Indices and tables +================== + +* :ref:`search` + +Revision: _sha1_ + +Build date: |today| diff --git a/docs/design/architecture.rst b/docs/design/architecture.rst new file mode 100644 index 0000000..d9b8a25 --- /dev/null +++ b/docs/design/architecture.rst @@ -0,0 +1,20 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +.. image:: ../etc/opnfv-logo.png + :height: 40 + :width: 200 + :alt: OPNFV + :align: left +.. these two pipes are to seperate the logo from the first title +| +| +High-level Architecture +======================= + + +Domino Server +============= + +Domino Client +============= diff --git a/docs/design/index.rst b/docs/design/index.rst new file mode 100644 index 0000000..876b4b3 --- /dev/null +++ b/docs/design/index.rst @@ -0,0 +1,29 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +.. image:: ../etc/opnfv-logo.png + :height: 40 + :width: 200 + :alt: OPNFV + :align: left + +DESIGN DOCUMENTS +================ + +Contents: + +.. toctree:: + :numbered: + :maxdepth: 4 + + use-cases.rst + architecture.rst + +Indices and tables +================== + +* :ref:`search` + +Revision: _sha1_ + +Build date: |today| diff --git a/docs/design/use-cases.rst b/docs/design/use-cases.rst new file mode 100644 index 0000000..955a71a --- /dev/null +++ b/docs/design/use-cases.rst @@ -0,0 +1,13 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +.. image:: ../etc/opnfv-logo.png + :height: 40 + :width: 200 + :alt: OPNFV + :align: left +.. these two pipes are to seperate the logo from the first title +| +| +Template Distribution between Orchestrators and Managers +======================================================== diff --git a/docs/manuals/index.rst b/docs/manuals/index.rst new file mode 100644 index 0000000..e0554b6 --- /dev/null +++ b/docs/manuals/index.rst @@ -0,0 +1,28 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +.. image:: ../etc/opnfv-logo.png + :height: 40 + :width: 200 + :alt: OPNFV + :align: left + +Domino Manuals +============== + +Contents: + +.. toctree:: + :numbered: + :maxdepth: 2 + + usingwithheat.rst + +Indices and tables +================== + +* :ref:`search` + +Revision: _sha1_ + +Build date: |today| diff --git a/docs/manuals/usingwithheat.rst b/docs/manuals/usingwithheat.rst new file mode 100644 index 0000000..df3efdb --- /dev/null +++ b/docs/manuals/usingwithheat.rst @@ -0,0 +1,13 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +.. image:: ../etc/opnfv-logo.png + :height: 40 + :width: 200 + :alt: OPNFV + :align: left +.. these two pipes are to seperate the logo from the first title +| +| +Usign Domino Client in a Heat Site +================================== -- cgit 1.2.3-korg