Skip to content

Commit d002348

Browse files
committed
Merge remote-tracking branch 'origin/main' into local
2 parents 181406c + 5acb5ec commit d002348

File tree

8 files changed

+5
-1265
lines changed

8 files changed

+5
-1265
lines changed

doc/source/Resources/pydyna_post.rst

Lines changed: 0 additions & 1034 deletions
This file was deleted.

doc/source/Resources/pydyna_pre.rst

Lines changed: 0 additions & 193 deletions
This file was deleted.

doc/source/Resources/pydyna_solver.rst

Lines changed: 0 additions & 33 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

doc/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ PyDyna documentation |version|
99
.. toctree::
1010
:hidden:
1111

12-
Resources/Getting_Started
13-
Resources/User_Guide
12+
getting-started/index
13+
user-guide/index
1414
{% if build_api %}
1515
autoapi/index
1616
{% endif %}
17-
Resources/Contributing
17+
contributing
1818
{% if build_examples %}
1919
examples/index
2020
{% endif %}
File renamed without changes.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tests = [
3535
"pyvista==0.39.1",
3636
"matplotlib==3.7.1",
3737
"numpy==1.25.0",
38-
"pytest==7.3.2",
38+
"pytest==7.4.0",
3939
"pytest-cov==4.1.0",
4040
"joblib==1.2.0",
4141
"pandas==2.0.2",
@@ -58,7 +58,7 @@ doc = [
5858
"sphinx-notfound-page==0.8.3",
5959
"sphinx-copybutton==0.5.2",
6060
"sphinx-gallery==0.13.0",
61-
"sphinx-autodoc-typehints==1.23.2",
61+
"sphinx-autodoc-typehints==1.23.3",
6262
"ansys-sphinx-theme==0.9.9",
6363
"pypandoc==1.11",
6464
"nbsphinx==0.9.2",

0 commit comments

Comments
 (0)