Skip to content

Commit

Permalink
Merge pull request #5 from scipp/copy-from-legacy
Browse files Browse the repository at this point in the history
Copy from legacy ess package
  • Loading branch information
jl-wynen authored Nov 21, 2023
2 parents 8726822 + 7e6ea7a commit b0f7fd4
Show file tree
Hide file tree
Showing 29 changed files with 2,289 additions and 12 deletions.
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

0 comments on commit b0f7fd4

Please sign in to comment.