update doc (#335)
This commit is contained in:
@@ -23,19 +23,18 @@ Welcome to PINA’s documentation!
|
|||||||
|
|
||||||
.. grid-item::
|
.. grid-item::
|
||||||
|
|
||||||
.. image:: index_files/tutorial_5_0.png
|
.. image:: index_files/tutorial_36_0.png
|
||||||
:target: _rst/tutorials/tutorial10/tutorial.html
|
:target: _rst/tutorials/tutorial6/tutorial.html
|
||||||
|
|
||||||
.. grid-item::
|
.. grid-item::
|
||||||
|
|
||||||
.. image:: index_files/tutorial_15_0.png
|
.. image:: index_files/tutorial_15_0.png
|
||||||
:target: _rst/tutorials/tutorial13/tutorial.html
|
:target: _rst/tutorials/tutorial13/tutorial.html
|
||||||
|
|
||||||
|
|
||||||
.. grid-item::
|
.. grid-item::
|
||||||
|
|
||||||
.. image:: index_files/tutorial_36_0.png
|
.. image:: index_files/tutorial_5_0.png
|
||||||
:target: _rst/tutorials/tutorial6/tutorial.html
|
:target: _rst/tutorials/tutorial10/tutorial.html
|
||||||
|
|
||||||
.. grid:: 1 1 3 3
|
.. grid:: 1 1 3 3
|
||||||
|
|
||||||
|
|||||||
8
setup.py
8
setup.py
@@ -19,7 +19,13 @@ REQUIRED = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
EXTRAS = {
|
EXTRAS = {
|
||||||
'docs': ['sphinx', 'sphinx_rtd_theme', 'sphinx_copybutton', 'sphinx_design'],
|
'docs': [
|
||||||
|
'sphinx',
|
||||||
|
'sphinx_rtd_theme',
|
||||||
|
'sphinx_copybutton',
|
||||||
|
'sphinx_design',
|
||||||
|
'pydata_sphinx_theme'
|
||||||
|
],
|
||||||
'test': ['pytest', 'pytest-cov'],
|
'test': ['pytest', 'pytest-cov'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user