Skip to content

Commit

Permalink
Fix restarting of GUI when stopped; fix contributing.rst setup command
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Sep 13, 2023
1 parent 82a7a68 commit 448d678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Local install

.. code-block:: sh
pip install --editable .[dev,doc]
pip install --editable .[dev,docs]
Pre-commit hooks
Expand Down Expand Up @@ -69,7 +69,7 @@ and run ``sphinx-autobuild``:

.. code-block:: sh
pip install .[doc]
pip install .[docs]
sphinx-autobuild --watch ./ms2rescore ./docs/source/ ./docs/_build/html/
Then browse to http://localhost:8000 to watch the live preview.
Expand Down
1 change: 0 additions & 1 deletion ms2rescore/gui/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ def main():

if __name__ == "__main__":
main()
main()

0 comments on commit 448d678

Please sign in to comment.