Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/external_forces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ External Forces / Interactions
Description
-----------

External force and environmental interaction are represented as force/torque bounaary condition at different location.
External force and environmental interaction are represented as force/torque boundary condition at different location.

.. rubric:: Available Forcing

Expand Down
9 changes: 7 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,13 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.

html_theme = 'sphinx_rtd_theme'
html_logo = "https://github.com/GazzolaLab/PyElastica/blob/assets/docs/assets/Logo.png?raw=true"
html_theme = 'sphinx_book_theme'
html_theme_options = {
"repository_url": "https://github.com/GazzolaLab/PyElastica",
"use_repository_button": True,
}
html_title = "PyElastica"
html_logo = "_static/assets/Logo.png"
#pygments_style = "sphinx"

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/pybind.md → docs/guide/binder.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PyBind Tutorials
# Binder Tutorials

<!--
<a href="https://mybinder.org/v2/gh/GazzolaLab/PyElastica/master?filepath=examples%2FBinder%2F0_PyElastica_Tutorials_Overview.ipynb">
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If you are interested to contribute, please read `contribution-guide`_ first.
guide/workflow
guide/discretization
guide/example_cases
guide/pybind
guide/binder
guide/visualization

.. toctree::
Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# File: docs/requirements.txt

sphinx==4.4.0
sphinx_rtd_theme==1.0.0
#sphinx_rtd_theme==1.0.0
sphinx-book-theme
readthedocs-sphinx-search==0.1.1
sphinx-autodoc-typehints
myst-parser
Expand Down