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-reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Classes

```{eval-rst}
.. currentmodule:: essdiffraction
.. currentmodule:: ess.diffraction

.. autosummary::
:toctree: ../generated/classes
Expand Down
10 changes: 8 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,13 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '**.ipynb_checkpoints']
exclude_patterns = [
'_build',
'Thumbs.db',
'.DS_Store',
'**.ipynb_checkpoints',
'examples/preprocess_files.ipynb',
]

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand Down Expand Up @@ -187,7 +193,7 @@
# -- Options for Matplotlib in notebooks ----------------------------------

nbsphinx_execute_arguments = [
"--Session.metadata=scipp_docs_build=True",
"--Session.metadata=scipp_sphinx_build=True",
]

# -- Options for doctest --------------------------------------------------
Expand Down
9 changes: 9 additions & 0 deletions docs/examples/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Examples

```{toctree}
---
maxdepth: 2
---

powgen_reduction
```
Loading