Skip to content

Commit

Permalink
Merge pull request #285 from wilhelm-lab/patch/fix_documentation
Browse files Browse the repository at this point in the history
Patch/fix documentation
  • Loading branch information
WassimG authored Oct 11, 2024
2 parents ddc659f + 40cba07 commit c5af565
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .cookietemple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ full_name: Victor Giurcoiu
email: [email protected]
project_name: oktoberfest
project_short_description: Public repo oktoberfest
version: 0.8.1
version: 0.8.2
license: MIT
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: "0.8.1 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
tag-template: 0.8.1 # <<COOKIETEMPLE_FORCE_BUMP>>
name-template: "0.8.2 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
tag-template: 0.8.2 # <<COOKIETEMPLE_FORCE_BUMP>>
exclude-labels:
- "skip-changelog"

Expand Down
2 changes: 1 addition & 1 deletion cookietemple.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.1
current_version = 0.8.2

[bumpversion_files_whitelisted]
init_file = oktoberfest/__init__.py
Expand Down
2 changes: 1 addition & 1 deletion docs/_key_contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* `Wassim Gabriel <https://github.com/WassimG>`_
* `Victor-George Giurcoiu <https://github.com/victorgiurcoiu>`_
* `Firas Hamood <https://github.com/fhamood>`_
* `Cecilia Jensen`
* Cecilia Jensen
* `Mostafa Kalhor <https://github.com/mostafakalhor>`_
* `Ludwig Lautenbacher <https://github.com/LLautenbacher>`_
* `Julian Mueller <https://github.com/jmueller95>`_
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# the built documents.
#
# The short X.Y version.
version = "0.8.1"
version = "0.8.2"
# The full version, including alpha/beta/rc tags.
release = "0.8.1"
release = "0.8.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Applicable to PTM pipeline
+----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| possible_sites | List of Possible sites where the PTM can happen. e.g (['R','N','Q'] for citrullination/deamidation) |
+----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| neutral_loss | Flag to annotate neutral loss peaks or not. |
| neutral_loss | Flag to annotate neutral loss peaks and use it as a feaure in percolator. |
+----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+

Applicable to local intensity prediction
Expand Down
2 changes: 1 addition & 1 deletion oktoberfest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__author__ = """The Oktoberfest development team (Wilhelmlab at Technical University of Munich)"""
__copyright__ = f"Copyright {datetime.now():%Y}, Wilhelmlab at Technical University of Munich"
__license__ = "MIT"
__version__ = "0.8.1"
__version__ = "0.8.2"

import logging.handlers
import sys
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "oktoberfest"
version = "0.8.1" # <<COOKIETEMPLE_FORCE_BUMP>>
version = "0.8.2" # <<COOKIETEMPLE_FORCE_BUMP>>
description = "Public repo oktoberfest"
authors = ["Wilhelmlab at Technical University of Munich"]
license = "MIT"
Expand Down
188 changes: 9 additions & 179 deletions tutorials/Prosit_cit_tutorial.ipynb

Large diffs are not rendered by default.

0 comments on commit c5af565

Please sign in to comment.