Skip to content

Commit a1f12b2

Browse files
committed
Move index files in docs to sub folders
1 parent 7ae2e52 commit a1f12b2

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

docs/dev/content.rst renamed to docs/dev/content/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Content
2-
======================================
2+
=======
33

44
This is a core module found in ``kolibri/Content``.
55

66
.. toctree::
77
:maxdepth: 1
88

9-
content/concepts_and_definitions
10-
content/implementation
11-
content/api_methods
12-
content/api_endpoints
9+
concepts_and_definitions
10+
implementation
11+
api_methods
12+
api_endpoints
1313

1414

1515
Models

docs/dev/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ Themes
3333
.. toctree::
3434
:maxdepth: 1
3535

36-
content
36+
content/index
3737
dataflow
38-
uap
38+
uap/index
3939
user_management
4040
asset_loading
41-
logger
41+
logger/index
4242

4343
References
4444
----------

docs/dev/logger.rst renamed to docs/dev/logger/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This is a core module found in ``kolibri/logger``.
66
.. toctree::
77
:maxdepth: 1
88

9-
logger/concepts_and_definitions.rst
10-
logger/implementations.rst
9+
concepts_and_definitions.rst
10+
implementations.rst
1111

1212

1313
Models

docs/dev/uap.rst renamed to docs/dev/uap/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This is a core module found in ``kolibri/auth``.
66
.. toctree::
77
:maxdepth: 1
88

9-
uap/concepts_and_definitions
10-
uap/implementation
9+
concepts_and_definitions
10+
implementation
1111

1212

1313
Models

0 commit comments

Comments
 (0)