Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Oct 22, 2024
1 parent 67c8fb1 commit 031fe2d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ pydata-sphinx-theme
setuptools-scm
sphinx
sphinx-autodoc-typehints
sphinx-design
sphinx-sitemap
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"sphinx_sitemap",
"myst_parser",
"nbsphinx",
"sphinx_design",
]

# Configure the myst parser to enable cool markdown features
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
```
5 changes: 5 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand Down
3 changes: 3 additions & 0 deletions docs/source/installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Install

Do something.

0 comments on commit 031fe2d

Please sign in to comment.