-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs and release workflow (#36)
* Tidy up top of docs page * Fix problem where changelog was not being updated on release * Add CHANGELOG to online documentation * Add PyPI release to install instructions * Tidy up docs stubs * Fix formatting of install instructions * Fix changelog link in PyPI metadata * Add favicon
- Loading branch information
Showing
11 changed files
with
10,358 additions
and
44 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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# Installation | ||
|
||
Clone this repository and then install with `pip` in the virtual environment of your choice. | ||
QToolKit is available on [PyPI](https://pypi.org/project/qtoolkit) and can be installed with `pip`: | ||
|
||
``` | ||
git clone git@https://github.com:matgenix/qtoolkit | ||
cd qtoolkit | ||
pip install . | ||
```shell | ||
pip install qtoolkit | ||
``` | ||
|
||
## Development installation | ||
|
||
You can use | ||
Clone this repository and then install with `pip` in the virtual environment of your choice. | ||
|
||
``` | ||
```shell | ||
git clone git@https://github.com:matgenix/qtoolkit | ||
cd qtoolkit | ||
pip install -e .[dev,tests] | ||
``` | ||
|
||
to perform an editable installation with additional development and test dependencies. | ||
This will perform an editable installation with additional development and test dependencies. | ||
You can then activate `pre-commit` in your local repository with `pre-commit install`. |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -4,5 +4,4 @@ | |
What is QToolKit? | ||
================= | ||
|
||
QToolKit is ... | ||
TODO: add the features that it has. | ||
To be added. |
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