diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-08 20:42:54 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-08 20:42:54 +0200 |
commit | 54185616ef81fa1da57b3d3bad4d9f5f71c0b07c (patch) | |
tree | bb0e6892a787bcb32fff151d65406f7f8d28f8f0 /docs | |
parent | 6e454378b939d8beeba26e59cb49d130307f93db (diff) |
Split documentation by target
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/contrib/index.rst | 10 | ||||
-rw-r--r-- | docs/source/devel/index.rst | 13 | ||||
-rw-r--r-- | docs/source/devel/promises.rst (renamed from docs/source/promises.rst) | 0 | ||||
-rw-r--r-- | docs/source/index.rst | 6 | ||||
-rw-r--r-- | docs/source/user/getting_started_command_line.rst (renamed from docs/source/getting_started_command_line.rst) | 0 | ||||
-rw-r--r-- | docs/source/user/index.rst | 12 | ||||
-rw-r--r-- | docs/source/user/moving_data_between_collections.rst (renamed from docs/source/moving_data_between_collections.rst) | 0 |
7 files changed, 38 insertions, 3 deletions
diff --git a/docs/source/contrib/index.rst b/docs/source/contrib/index.rst new file mode 100644 index 0000000..70d1e1c --- /dev/null +++ b/docs/source/contrib/index.rst @@ -0,0 +1,10 @@ +########################### + Contributor Documentation +########################### + +Documentation that is useful for contributors of lesana. + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + diff --git a/docs/source/devel/index.rst b/docs/source/devel/index.rst new file mode 100644 index 0000000..cdaa532 --- /dev/null +++ b/docs/source/devel/index.rst @@ -0,0 +1,13 @@ +######################### + Developer Documentation +######################### + +Documentation that is useful for developers who are using lesana as a +library. + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + promises + diff --git a/docs/source/promises.rst b/docs/source/devel/promises.rst index 6a3b04e..6a3b04e 100644 --- a/docs/source/promises.rst +++ b/docs/source/devel/promises.rst diff --git a/docs/source/index.rst b/docs/source/index.rst index fe3c821..8f5f8fa 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -20,9 +20,9 @@ The author can be contacted via email: webmaster AT trueelena DOT org. :maxdepth: 2 :caption: Contents: - getting_started_command_line - moving_data_between_collections - promises + user/index + devel/index + contrib/index man/index diff --git a/docs/source/getting_started_command_line.rst b/docs/source/user/getting_started_command_line.rst index 0c4d507..0c4d507 100644 --- a/docs/source/getting_started_command_line.rst +++ b/docs/source/user/getting_started_command_line.rst diff --git a/docs/source/user/index.rst b/docs/source/user/index.rst new file mode 100644 index 0000000..75aa1dd --- /dev/null +++ b/docs/source/user/index.rst @@ -0,0 +1,12 @@ +#################### + User Documentation +#################### + +Documentation that is useful for everybody. + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + getting_started_command_line + moving_data_between_collections diff --git a/docs/source/moving_data_between_collections.rst b/docs/source/user/moving_data_between_collections.rst index 23c693e..23c693e 100644 --- a/docs/source/moving_data_between_collections.rst +++ b/docs/source/user/moving_data_between_collections.rst |