diff --git a/docs/source/configuring-ipu.md b/docs/source/configuring-ipu.md new file mode 100644 index 0000000000..9014b10adc --- /dev/null +++ b/docs/source/configuring-ipu.md @@ -0,0 +1,2 @@ +# Configuring in-place upgrade +TBD diff --git a/docs/source/contrib-and-devel-guidelines.md b/docs/source/contrib-and-devel-guidelines.md new file mode 100644 index 0000000000..d84fb4ccae --- /dev/null +++ b/docs/source/contrib-and-devel-guidelines.md @@ -0,0 +1,2 @@ +# Contribution and development guidelines +TBD. diff --git a/docs/source/faq.md b/docs/source/faq.md new file mode 100644 index 0000000000..6b7f7ccc1b --- /dev/null +++ b/docs/source/faq.md @@ -0,0 +1,2 @@ +# FAQ +TBD diff --git a/docs/source/index.rst b/docs/source/index.rst index bbaca6ab35..4a37fd2185 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -10,9 +10,14 @@ providing Red Hat Enterprise Linux in-place upgrade functionality. :caption: Contents: :glob: - - - + installation-and-building + tutorials/index + project-structure + upgrade-architecture-and-workflow + configuring-ipu + libraries-and-api + contrib-and-devel-guidelines + faq .. Indices and tables .. ================== diff --git a/docs/source/installation-and-building.md b/docs/source/installation-and-building.md new file mode 100644 index 0000000000..376e423444 --- /dev/null +++ b/docs/source/installation-and-building.md @@ -0,0 +1,2 @@ +# Installation and building +TBD. diff --git a/docs/source/libraries-and-api.md b/docs/source/libraries-and-api.md new file mode 100644 index 0000000000..ae9888b523 --- /dev/null +++ b/docs/source/libraries-and-api.md @@ -0,0 +1,2 @@ +# Libraries and API +TBD diff --git a/docs/source/project-structure.rst b/docs/source/project-structure.rst new file mode 100644 index 0000000000..3d298b4ae4 --- /dev/null +++ b/docs/source/project-structure.rst @@ -0,0 +1,19 @@ +Project structure +================= +TBD + +.. toctree:: + :maxdepth: 4 + :caption: Contents: + :glob: + + repositories + data + cli + +.. Indices and tables +.. ================== +.. +.. * :ref:`genindex` +.. * :ref:`modindex` +.. * :ref:`search` diff --git a/docs/source/tutorials/index.rst b/docs/source/tutorials/index.rst new file mode 100644 index 0000000000..0f4c040e3b --- /dev/null +++ b/docs/source/tutorials/index.rst @@ -0,0 +1,14 @@ +Tutorials +========= + +.. toctree:: + :maxdepth: 4 + :caption: Contents: + :glob: + +.. Indices and tables +.. ================== +.. +.. * :ref:`genindex` +.. * :ref:`modindex` +.. * :ref:`search` diff --git a/docs/source/upgrade-architecture-and-workflow.md b/docs/source/upgrade-architecture-and-workflow.md new file mode 100644 index 0000000000..34329d55e7 --- /dev/null +++ b/docs/source/upgrade-architecture-and-workflow.md @@ -0,0 +1,2 @@ +# In-place upgrade architecture and workflow +TBD