diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-12-20 18:56:54 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-12-20 18:56:54 +0100 |
commit | 2231e139cb0fcf84f2c6caf1238653e0cc1c1d91 (patch) | |
tree | 304da1ca0dae6e72ce2a0191f291cb4a0bea3576 /source | |
parent | a869350e4df34c298f647bb72fc68c57e27ae12b (diff) |
Some structure
Diffstat (limited to 'source')
-rw-r--r-- | source/feet/index.rst | 7 | ||||
-rw-r--r-- | source/hands/index.rst | 7 | ||||
-rw-r--r-- | source/head/index.rst | 7 | ||||
-rw-r--r-- | source/house/index.rst | 7 | ||||
-rw-r--r-- | source/index.rst | 7 | ||||
-rw-r--r-- | source/neck/index.rst | 7 | ||||
-rw-r--r-- | source/shoulders/index.rst | 7 | ||||
-rw-r--r-- | source/techniques/index.rst | 4 |
8 files changed, 51 insertions, 2 deletions
diff --git a/source/feet/index.rst b/source/feet/index.rst new file mode 100644 index 0000000..0478b14 --- /dev/null +++ b/source/feet/index.rst @@ -0,0 +1,7 @@ +****** + Feet +****** + +.. toctree:: + :maxdepth: 2 + :caption: Contents: diff --git a/source/hands/index.rst b/source/hands/index.rst new file mode 100644 index 0000000..a9d8325 --- /dev/null +++ b/source/hands/index.rst @@ -0,0 +1,7 @@ +******* + Hands +******* + +.. toctree:: + :maxdepth: 2 + :caption: Contents: diff --git a/source/head/index.rst b/source/head/index.rst new file mode 100644 index 0000000..914d0d3 --- /dev/null +++ b/source/head/index.rst @@ -0,0 +1,7 @@ +****** + Head +****** + +.. toctree:: + :maxdepth: 2 + :caption: Contents: diff --git a/source/house/index.rst b/source/house/index.rst new file mode 100644 index 0000000..55c7888 --- /dev/null +++ b/source/house/index.rst @@ -0,0 +1,7 @@ +******* + House +******* + +.. toctree:: + :maxdepth: 2 + :caption: Contents: diff --git a/source/index.rst b/source/index.rst index 4846f0e..70ce65a 100644 --- a/source/index.rst +++ b/source/index.rst @@ -34,6 +34,13 @@ Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. :maxdepth: 2 :caption: Contents: + head/index + shoulders/index + neck/index + hands/index + feet/index + house/index + techniques/index .. only:: draft diff --git a/source/neck/index.rst b/source/neck/index.rst new file mode 100644 index 0000000..52fc095 --- /dev/null +++ b/source/neck/index.rst @@ -0,0 +1,7 @@ +****** + Neck +****** + +.. toctree:: + :maxdepth: 2 + :caption: Contents: diff --git a/source/shoulders/index.rst b/source/shoulders/index.rst new file mode 100644 index 0000000..d55b370 --- /dev/null +++ b/source/shoulders/index.rst @@ -0,0 +1,7 @@ +*********** + Shoulders +*********** + +.. toctree:: + :maxdepth: 2 + :caption: Contents: diff --git a/source/techniques/index.rst b/source/techniques/index.rst index 2915115..309d998 100644 --- a/source/techniques/index.rst +++ b/source/techniques/index.rst @@ -1,6 +1,6 @@ -############ +************ Techniques -############ +************ .. toctree:: :maxdepth: 2 |