From 1d4f8a74f746ae0fab64c83981b4d9828c0fcfa5 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 13 May 2018 00:28:35 +0200 Subject: [PATCH] code --- in/index.rst | 9 ++------- in/{ => public/code}/bash/configure.rst | 0 in/{ => public/code}/bash/index.rst | 0 in/{ => public/code}/bash/snippets.rst | 0 in/{code.rst => public/code/index.rst} | 4 ++-- in/{ => public/code}/python3/index.rst | 0 in/{ => public/code}/python3/snippets.rst | 0 in/{ => public/code}/python3/syntax.rst | 0 in/script.rst | 1 - 9 files changed, 4 insertions(+), 10 deletions(-) rename in/{ => public/code}/bash/configure.rst (100%) rename in/{ => public/code}/bash/index.rst (100%) rename in/{ => public/code}/bash/snippets.rst (100%) rename in/{code.rst => public/code/index.rst} (73%) rename in/{ => public/code}/python3/index.rst (100%) rename in/{ => public/code}/python3/snippets.rst (100%) rename in/{ => public/code}/python3/syntax.rst (100%) 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