-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: python documentation main page
Signed-off-by: Franz R. Sattler <[email protected]>
- Loading branch information
Franz R. Sattler
committed
Dec 18, 2024
1 parent
08b7f8a
commit 2380bd6
Showing
3 changed files
with
30 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
r''' | ||
# The DiFfRG python package | ||
The DiFfRG python package is a collection of tools for the analysis of results from simulations created with [DiFfRG](https://github.com/satfra/DiFfRG). | ||
# Installation | ||
To install the DiFfRG python package, you can either use the wheel file provided with a local DiFfRG build: | ||
```shell | ||
pip install /opt/DiFfRG/python/dist/DiFfRG-1.0.0-py3-none-any.whl | ||
``` | ||
or you can download the wheel file from the DiFfRG repository and install it: | ||
```shell | ||
wget https://raw.githubusercontent.com/satfra/DiFfRG/main/python/dist/DiFfRG-1.0.0-py3-none-any.whl | ||
pip install DiFfRG-1.0.0-py3-none-any.whl | ||
``` | ||
# Usage | ||
The DiFfRG python package provides a number of modules that can be used to analyze the results of DiFfRG simulations. The main modules are: | ||
- `DiFfRG.file_io`: read DiFfRG simulation results from files | ||
- `DiFfRG.plot`: plotting tools | ||
- `DiFfRG.phasediagram`: tools to run DiFfRG simulations with different parameters directly from python | ||
''' |
This file was deleted.
Oops, something went wrong.