diff --git a/docs/api/external_forces.rst b/docs/api/external_forces.rst index 3d351abb7..fdb55b398 100644 --- a/docs/api/external_forces.rst +++ b/docs/api/external_forces.rst @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 964ad0a03..592f12e13 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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, diff --git a/docs/guide/pybind.md b/docs/guide/binder.md similarity index 99% rename from docs/guide/pybind.md rename to docs/guide/binder.md index ca31ca154..54393f0da 100644 --- a/docs/guide/pybind.md +++ b/docs/guide/binder.md @@ -1,4 +1,4 @@ -# PyBind Tutorials +# Binder Tutorials