Skip to content

Commit 6cdfa32

Browse files
author
Travis Hesketh
committed
Changed links in README from relative to absolute so that they work on the PyPI page [skip ci]
1 parent cf893c5 commit 6cdfa32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ $ pygen-structures -v AdP -o AdP
8484
$
8585
```
8686

87-
A different CHARMM distribution can be loaded using the `-t` option, with the path to the folder. `pygen-structures` ships with the latest CHARMM distribution (July 2019) at the time of writing, with some modifications to correct the D-amino acid parameters ([these modifications are highlighted in the toppar README](pygen_structures/toppar/README.md)). The function which parses the folder will pick the latest versions of the parameter and topology files (36 over 27, 36m over 36), so if you plan on using an older version of the forcefield (this is not recommended) you will have to remove the newer versions and change the extensions to match the current conventions (.rtf, .prm).
87+
A different CHARMM distribution can be loaded using the `-t` option, with the path to the folder. `pygen-structures` ships with the latest CHARMM distribution (July 2019) at the time of writing, with some modifications to correct the D-amino acid parameters ([these modifications are highlighted in the toppar README](https://github.com/thesketh/pygen-structures/blob/master/pygen_structures/toppar/README.md)). The function which parses the folder will pick the latest versions of the parameter and topology files (36 over 27, 36m over 36), so if you plan on using an older version of the forcefield (this is not recommended) you will have to remove the newer versions and change the extensions to match the current conventions (.rtf, .prm).
8888

8989
## Library usage
9090

9191
Information about classes and functions for usage as a library can be found on [the project's ReadtheDocs page](https://pygen-structures.readthedocs.io/en/latest/).
9292

9393
## Contributing
9494

95-
Contributions are welcome! [Please read our Code of Conduct.](CONTRIBUTING.md)
95+
Contributions are welcome! [Please read our Code of Conduct.](https://github.com/thesketh/pygen-structures/blob/master/CONTRIBUTING.md)

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'Travis Hesketh'
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '0.2.3'
27+
release = '0.2.5'
2828

2929

3030
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)