Skip to content

Commit

Permalink
Merge pull request #107 from Kai-Striega/doc/move-docs-to-docs-folder
Browse files Browse the repository at this point in the history
DOC: build dev documentation
  • Loading branch information
Kai-Striega authored Mar 21, 2024
2 parents 4d28be9 + e21a7b4 commit 6896008
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 114 deletions.
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'sphinx.ext.autodoc',
'numpydoc',
'sphinx.ext.mathjax',
'myst_parser',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
64 changes: 0 additions & 64 deletions doc/source/doc_developer/building_with_poetry.rst

This file was deleted.

48 changes: 0 additions & 48 deletions doc/source/doc_developer/getting_the_code.rst

This file was deleted.

5 changes: 3 additions & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ Development
.. toctree::
:maxdepth: 1

doc_developer/getting_the_code
doc_developer/building_with_poetry
dev/getting_the_code.md
dev/building_with_poetry.md
dev/running_the_benchmarks.md

.. include:: release-notes.rst

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ pytest = "^8.0"
sphinx = "^7.0"
numpydoc = "^1.5"
pydata-sphinx-theme = "^0.14.3"
myst-parser = "^2.0.0"



Expand Down

0 comments on commit 6896008

Please sign in to comment.