Skip to content

Commit

Permalink
Ran pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Diedrich committed Dec 3, 2024
1 parent e24b805 commit 6e1371f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
7 changes: 3 additions & 4 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
API
API
===


Peptides
Peptides
--------

.. toctree::
Expand All @@ -29,7 +29,7 @@ Spectral Library
modules_spectral_library


Reader
Reader
------

.. toctree::
Expand All @@ -53,4 +53,3 @@ Constants
:maxdepth: 2

modules_constants

8 changes: 4 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Users

Users can install AlphaBase as a Python package in an existing Python environment.

::
::

## Optional: create a python environment
# conda create -n alphabase python=3.9
Expand All @@ -27,15 +27,15 @@ Development version
-------------------
For development, clone the latest version from GitHub to an appropriate location on your personal device and install an editable version:

::
::

## Optional: Create development environment
## Optional: Create development environment
# conda create -n alphabase_dev python=3.9
# conda activate alphabase_dev

# Clone repository
git clone https://github.com/MannLabs/alphabase.git
cd alphabase

# Install editable development version
# Install editable development version
pip install -e "./alphabase[development]"
1 change: 0 additions & 1 deletion docs/references.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ References
==========

.. [Zeng2022] Zeng, W.-F. et al. AlphaPeptDeep: a modular deep learning framework to predict peptide properties for proteomics. Nat Commun 13, 7238 (2022).

0 comments on commit 6e1371f

Please sign in to comment.