Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rs-station/laue-dials
Browse files Browse the repository at this point in the history
Updating local repo before documentation pushes
  • Loading branch information
PrinceWalnut committed Sep 25, 2024
2 parents ed32585 + 0447d8e commit ab8b1dc
Show file tree
Hide file tree
Showing 11 changed files with 1,159 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-docstring-first
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.8.0
hooks:
- id: black
5 changes: 5 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ and use Python's built-in web server for a preview in your web browser

python3 -m http.server --directory 'docs/_build/html'

If you wish to ``make html`` directly, be sure to install ``pandoc`` via

``conda install pandoc``

first.

Code Contributions
==================
Expand Down
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,12 @@
"sphinx_rtd_theme",
"libtbx.sphinx.phil",
"libtbx.sphinx.python_string",
"nbsphinx",
]

# Set nbsphinx parameters
nbsphinx_execute = "never"

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Contents
Tutorials <tutorials/notebooks>
Command-Line Reference <cli/functions>
Full API Reference <api/modules>
Jupyter Tutorials <notebooks/tutorials>


Indices and tables
Expand Down
Loading

0 comments on commit ab8b1dc

Please sign in to comment.