Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mpsd-software-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MPSD Computational Science
mpsd-software-manager
Commits
f5dc121f
Commit
f5dc121f
authored
1 year ago
by
Ashwin Kumar Karnad
Browse files
Options
Downloads
Patches
Plain Diff
add documentation
parent
692798ec
No related branches found
No related tags found
1 merge request
!78
Add pre-commit hooks
Pipeline
#373041
passed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+5
-2
5 additions, 2 deletions
README.rst
development.rst
+18
-0
18 additions, 0 deletions
development.rst
with
23 additions
and
2 deletions
README.rst
+
5
−
2
View file @
f5dc121f
...
...
@@ -165,7 +165,7 @@ The ``mpsd-software-manager`` python package.
- Install via pip or pipx.
Pipx commands are:
- to install: ``pipx install git+https://gitlab.gwdg.de/mpsd-cs/mpsd-software-manager``
- to update: ``pipx upgrade mpsd-software-manager``
- to uninstall: ``pipx uninstall mpsd-software-manager``
...
...
@@ -192,7 +192,7 @@ Working example
There is an
`example <https://github.com/mpsd-computational-science/octopus-with-mpsd-software>`__
compilation that shows the complete compilation cycle (including compilation of
Octopus) using the ``foss2022a-serial`` toolchain.
Octopus) using the ``foss2022a-serial`` toolchain.
...
...
@@ -249,3 +249,6 @@ Frequently asked questions
to experiment with toolchains etc.
Development
-----------
Developers documentation is available at [development.rst](development.rst).
This diff is collapsed.
Click to expand it.
development.rst
0 → 100644
+
18
−
0
View file @
f5dc121f
Developers Setup
================
This section is for developers wanting to contribute to the project.
Setup pre-commit hooks
----------------------
The project uses [pre-commit](https://pre-commit.com/) to run some checks before committing code.
Install pre-commit by running the following command:
pip install pre-commit
To setup the pre-commit hooks, run the following command from the root of the project:
pre-commit install
Then every time you commit, pre-commit will run all checks defined in `.pre-commit-config.yaml`.
you can run the pre-commit checks manually by running:
pre-commit run --all-files
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment