Skip to content

Commit

Permalink
Merge branch 'master' into release-0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
statrita2004 authored Aug 27, 2021
2 parents a3cdcf5 + 3ee0aee commit 3ee238d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: python
stages:
- name: test
- name: deploy
if: tag IS present AND branch = master
addons:
apt:
sources:
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ scientists by providing
# Documentation
For more information, check out the

* [Documentation](http://abcpy.readthedocs.io/en/latest)
* [Examples](https://github.com/eth-cscs/abcpy/tree/v0.6.2/examples) directory and
* [Reference](http://abcpy.readthedocs.io/en/v0.6.2/abcpy.html)
* [Youtube video](https://www.youtube.com/watch?v=cf2uNo0UEBs) presenting the library
* [Documentation](http://abcpy.readthedocs.io/en/v0.6.3)
* [Examples](https://github.com/eth-cscs/abcpy/tree/v0.6.3/examples) directory and
* [Reference](http://abcpy.readthedocs.io/en/v0.6.3/abcpy.html)


Further, we provide a
Expand Down
2 changes: 1 addition & 1 deletion doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To create a package and install it, do

make package
pip3 install wheel
pip3 install build/dist/abcpy-0.6.2-py3-none-any.whl
pip3 install build/dist/abcpy-0.6.3-py3-none-any.whl

``wheel`` is required to install in this way.

Expand Down

0 comments on commit 3ee238d

Please sign in to comment.