Skip to content

Commit

Permalink
Merge pull request #92 from GazzolaLab/doc_patch
Browse files Browse the repository at this point in the history
Documentation update for v0.2.3
  • Loading branch information
skim0119 authored May 19, 2022
2 parents eedbdc4 + 8f7037b commit fb91bfa
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
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

0 comments on commit fb91bfa

Please sign in to comment.