Skip to content

Commit 4900278

Browse files
authored
update doc (#335)
1 parent 25dc569 commit 4900278

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

docs/source/index.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,18 @@ Welcome to PINA’s documentation!
2323

2424
.. grid-item::
2525

26-
.. image:: index_files/tutorial_5_0.png
27-
:target: _rst/tutorials/tutorial10/tutorial.html
26+
.. image:: index_files/tutorial_36_0.png
27+
:target: _rst/tutorials/tutorial6/tutorial.html
2828

2929
.. grid-item::
3030

3131
.. image:: index_files/tutorial_15_0.png
3232
:target: _rst/tutorials/tutorial13/tutorial.html
3333

34-
3534
.. grid-item::
3635

37-
.. image:: index_files/tutorial_36_0.png
38-
:target: _rst/tutorials/tutorial6/tutorial.html
36+
.. image:: index_files/tutorial_5_0.png
37+
:target: _rst/tutorials/tutorial10/tutorial.html
3938

4039
.. grid:: 1 1 3 3
4140

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@
1919
]
2020

2121
EXTRAS = {
22-
'docs': ['sphinx', 'sphinx_rtd_theme', 'sphinx_copybutton', 'sphinx_design'],
22+
'docs': [
23+
'sphinx',
24+
'sphinx_rtd_theme',
25+
'sphinx_copybutton',
26+
'sphinx_design',
27+
'pydata_sphinx_theme'
28+
],
2329
'test': ['pytest', 'pytest-cov'],
2430
}
2531

0 commit comments

Comments
 (0)