diff --git a/in/index.rst b/in/index.rst index 1f27108..e9c487a 100644 --- a/in/index.rst +++ b/in/index.rst @@ -5,6 +5,7 @@ RTFD :maxdepth: 2 public/archives/index + public/code/index public/containers/index public/desktops/index public/documents/index @@ -26,15 +27,9 @@ RTFD :maxdepth: 4 :caption: Dispatch - tasks - - archive script network data - code boot - - desktop - media privacy + tasks diff --git a/in/bash/configure.rst b/in/public/code/bash/configure.rst similarity index 100% rename from in/bash/configure.rst rename to in/public/code/bash/configure.rst diff --git a/in/bash/index.rst b/in/public/code/bash/index.rst similarity index 100% rename from in/bash/index.rst rename to in/public/code/bash/index.rst diff --git a/in/bash/snippets.rst b/in/public/code/bash/snippets.rst similarity index 100% rename from in/bash/snippets.rst rename to in/public/code/bash/snippets.rst diff --git a/in/code.rst b/in/public/code/index.rst similarity index 73% rename from in/code.rst rename to in/public/code/index.rst index 5b65fb4..1c629e3 100644 --- a/in/code.rst +++ b/in/public/code/index.rst @@ -1,8 +1,8 @@ -#### Code -#### +==== .. toctree:: :maxdepth: 2 + bash/index python3/index diff --git a/in/python3/index.rst b/in/public/code/python3/index.rst similarity index 100% rename from in/python3/index.rst rename to in/public/code/python3/index.rst diff --git a/in/python3/snippets.rst b/in/public/code/python3/snippets.rst similarity index 100% rename from in/python3/snippets.rst rename to in/public/code/python3/snippets.rst diff --git a/in/python3/syntax.rst b/in/public/code/python3/syntax.rst similarity index 100% rename from in/python3/syntax.rst rename to in/public/code/python3/syntax.rst diff --git a/in/script.rst b/in/script.rst index 9760ebb..bd01566 100644 --- a/in/script.rst +++ b/in/script.rst @@ -5,5 +5,4 @@ Script .. toctree:: :maxdepth: 2 - bash/index rsync/index