Skip to content

Commit

Permalink
Fix documentation build; add tutorial notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Sep 11, 2023
1 parent 438ba7d commit 670fc18
Show file tree
Hide file tree
Showing 3 changed files with 143,320 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

sys.path.insert(0, os.path.abspath("../../"))

from psm_utils import __version__ # noqa: E402
from ms2rescore import __version__ # noqa: E402

# Project information
project = "ms2rescore"
Expand Down
143,318 changes: 143,318 additions & 0 deletions docs/source/tutorials/in-depth-python-api.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies = [

[project.optional-dependencies]
dev = ["ruff", "black", "pytest", "pytest-cov", "pre-commit"]
doc = [
docs = [
"sphinx",
"numpydoc>=1,<2",
"myst-parser",
Expand Down

0 comments on commit 670fc18

Please sign in to comment.