diff --git a/docs/src/guides/how-to-articles/index.rst b/docs/src/guides/how-to-articles/index.rst new file mode 100644 index 0000000000..61dddff334 --- /dev/null +++ b/docs/src/guides/how-to-articles/index.rst @@ -0,0 +1,9 @@ +.. _how-to articles: + +=============== +How-To Articles +=============== + +.. toctree:: + :maxdepth: 2 + diff --git a/docs/src/guides/index.rst b/docs/src/guides/index.rst new file mode 100644 index 0000000000..ce94b6ebd9 --- /dev/null +++ b/docs/src/guides/index.rst @@ -0,0 +1,11 @@ +.. _guides: + +====== +Guides +====== + +.. toctree:: + :maxdepth: 2 + + how-to-articles/index + internal-subsystems/index diff --git a/docs/src/guides/internal-subsystems/index.rst b/docs/src/guides/internal-subsystems/index.rst new file mode 100644 index 0000000000..d0cbe5cd34 --- /dev/null +++ b/docs/src/guides/internal-subsystems/index.rst @@ -0,0 +1,9 @@ +.. _internal subsystems: + +=================== +Internal Subsystems +=================== + +.. toctree:: + :maxdepth: 2 + diff --git a/docs/src/index.rst b/docs/src/index.rst index c6394e910e..511adef132 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -81,6 +81,7 @@ Details details/auxiliary-modules/index details/libs/index details/debugging/index + guides/index Appendix