diff --git a/docs/advance/index.rst b/docs/advance/index.rst new file mode 100644 index 00000000..fcf80d36 --- /dev/null +++ b/docs/advance/index.rst @@ -0,0 +1,8 @@ +Advance usage +============= + +.. toctree:: + :caption: Advanced usage + +.. toctree:: + :caption: Example from the community \ No newline at end of file diff --git a/docs/gallery/index.rst b/docs/gallery/index.rst new file mode 100644 index 00000000..480a6a1e --- /dev/null +++ b/docs/gallery/index.rst @@ -0,0 +1,4 @@ +Gallery +======= + +To be filled with 1 page per widget. An auto-generated script will generate missing pages and then community of users will fill them with meaningful example. \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 113fb406..90b9f317 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,8 +3,8 @@ ipyvuetify: Jupyter widgets based on Vuetify UI components .. toctree:: - introduction - installation - usage - advanced_usage - template_usage + usage/index + gallery/index + advance/index + legacy/index + diff --git a/docs/advanced_usage.rst b/docs/legacy/advanced_usage.rst similarity index 100% rename from docs/advanced_usage.rst rename to docs/legacy/advanced_usage.rst diff --git a/docs/fruit-selector.vue b/docs/legacy/fruit-selector.vue similarity index 100% rename from docs/fruit-selector.vue rename to docs/legacy/fruit-selector.vue diff --git a/docs/legacy/index.rst b/docs/legacy/index.rst new file mode 100644 index 00000000..908d44b1 --- /dev/null +++ b/docs/legacy/index.rst @@ -0,0 +1,10 @@ +Legacy documentation +==================== + +.. toctree:: + + introduction + installation + usage + advanced_usage + template_usage diff --git a/docs/installation.rst b/docs/legacy/installation.rst similarity index 100% rename from docs/installation.rst rename to docs/legacy/installation.rst diff --git a/docs/introduction.rst b/docs/legacy/introduction.rst similarity index 100% rename from docs/introduction.rst rename to docs/legacy/introduction.rst diff --git a/docs/showcase.py b/docs/legacy/showcase.py similarity index 100% rename from docs/showcase.py rename to docs/legacy/showcase.py diff --git a/docs/template_usage.rst b/docs/legacy/template_usage.rst similarity index 100% rename from docs/template_usage.rst rename to docs/legacy/template_usage.rst diff --git a/docs/usage.rst b/docs/legacy/usage.rst similarity index 100% rename from docs/usage.rst rename to docs/legacy/usage.rst diff --git a/docs/usage/authors b/docs/usage/authors new file mode 100644 index 00000000..76330948 --- /dev/null +++ b/docs/usage/authors @@ -0,0 +1,2 @@ +Authors +======= \ No newline at end of file diff --git a/docs/usage/contributing.rst b/docs/usage/contributing.rst new file mode 100644 index 00000000..7cd6796e --- /dev/null +++ b/docs/usage/contributing.rst @@ -0,0 +1,2 @@ +Contribute +========== \ No newline at end of file diff --git a/docs/usage/index.rst b/docs/usage/index.rst new file mode 100644 index 00000000..98d427d7 --- /dev/null +++ b/docs/usage/index.rst @@ -0,0 +1,10 @@ +Getting started +=============== + +.. toctree:: + + installation + tutorial + contributing + license + authors \ No newline at end of file diff --git a/docs/usage/installation.rst b/docs/usage/installation.rst new file mode 100644 index 00000000..d0be4636 --- /dev/null +++ b/docs/usage/installation.rst @@ -0,0 +1,2 @@ +installation +============ \ No newline at end of file diff --git a/docs/usage/license.rst b/docs/usage/license.rst new file mode 100644 index 00000000..02148442 --- /dev/null +++ b/docs/usage/license.rst @@ -0,0 +1,2 @@ +license +======= \ No newline at end of file diff --git a/docs/usage/tutorial.rst b/docs/usage/tutorial.rst new file mode 100644 index 00000000..56128888 --- /dev/null +++ b/docs/usage/tutorial.rst @@ -0,0 +1,2 @@ +User guide +========== \ No newline at end of file