From 031fe2d4f80047d2e316deb3e1962c1593801b29 Mon Sep 17 00:00:00 2001 From: niksirbi Date: Tue, 22 Oct 2024 15:29:19 +0100 Subject: [PATCH] test commit --- docs/requirements.txt | 1 + docs/source/conf.py | 1 + docs/source/getting_started.md | 2 +- docs/source/index.rst | 5 +++++ docs/source/installation.md | 3 +++ 5 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 docs/source/installation.md diff --git a/docs/requirements.txt b/docs/requirements.txt index 27a26267..f8fdeea3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,4 +5,5 @@ pydata-sphinx-theme setuptools-scm sphinx sphinx-autodoc-typehints +sphinx-design sphinx-sitemap diff --git a/docs/source/conf.py b/docs/source/conf.py index ba2dcc1e..3e70635c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -44,6 +44,7 @@ "sphinx_sitemap", "myst_parser", "nbsphinx", + "sphinx_design", ] # Configure the myst parser to enable cool markdown features diff --git a/docs/source/getting_started.md b/docs/source/getting_started.md index bac959d5..8ea75e3f 100644 --- a/docs/source/getting_started.md +++ b/docs/source/getting_started.md @@ -5,7 +5,7 @@ Here you may demonstrate the basic functionalities your package. You can include code snippets using the usual Markdown syntax: ```python -from my_package import my_function +from NeuralPlayground import my_function result = my_function() ``` diff --git a/docs/source/index.rst b/docs/source/index.rst index e8dac36b..7cc8d445 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -10,9 +10,14 @@ Welcome to NeuralPlayground's documentation! :maxdepth: 2 :caption: Contents: + installation getting_started api_index +.. card:: Card Title + + Card content + By default the documentation includes the following sections: * Getting started. Here you could describe the basic functionalities of your package. To modify this page, edit the file ``docs/source/getting_started.md``. diff --git a/docs/source/installation.md b/docs/source/installation.md new file mode 100644 index 00000000..be6363ef --- /dev/null +++ b/docs/source/installation.md @@ -0,0 +1,3 @@ +# Install + +Do something.