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
Empty file added docs/source/.nojekyll
Empty file.
2 changes: 1 addition & 1 deletion docs/source/bffd.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Barycenter Free-form Deformation
=====================
================================

.. currentmodule:: pygem.bffd

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cffd.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Constrained Free-form Deformation
=====================
=================================

.. currentmodule:: pygem.cffd

Expand Down
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"sphinx.ext.coverage",
"sphinx.ext.viewcode",
"sphinx.ext.ifconfig",
"sphinx.ext.mathjax",
]

intersphinx_mapping = {
Expand Down Expand Up @@ -174,7 +175,7 @@
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# directly to the root of the documentation.
html_extra_path = ["_tutorials"]
html_extra_path = ["_tutorials", ".nojekyll"]

# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
Expand Down
1 change: 1 addition & 0 deletions docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Common Development Tasks
**Running tests:**

.. code-block:: bash

pip install -e ".[dev]" # or ".[test]" if just running tests
pytest

Expand Down
2 changes: 1 addition & 1 deletion docs/source/vffd.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Volume Free-form Deformation
=====================
============================

.. currentmodule:: pygem.vffd

Expand Down
Loading