Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace HTTP URLs with HTTPS, avoid from pytest import raises/mark #4021

Merged
merged 18 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ADMIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The general procedure for releasing `pymatgen` comprises the following steps:

## Initial setup

Pymatgen uses [invoke](http://pyinvoke.org) to automate releases.
Pymatgen uses [invoke](https://pyinvoke.org) to automate releases.
You will also need `sphinx` and `doc2dash`.

```sh
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ message: |

In addition, some of pymatgen's functionality is based on scientific advances
/ principles developed by the computational materials scientists in our team.
Please refer to pymatgen's docs at http://pymatgen.org on how to cite them.
Please refer to pymatgen's docs at https://pymatgen.org on how to cite them.
authors:
- family-names: Ong
given-names: Shyue Ping
Expand Down
2 changes: 1 addition & 1 deletion dev_scripts/nist_codata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Fundamental Physical Constants --- Complete Listing


From: http://physics.nist.gov/constants
From: https://physics.nist.gov/cuu/Constants/index.html



Expand Down
11 changes: 0 additions & 11 deletions docs/apidoc/pymatgen.util.testing.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

211 changes: 182 additions & 29 deletions docs/modules.html

Large diffs are not rendered by default.

154 changes: 76 additions & 78 deletions docs/pymatgen.alchemy.html

Large diffs are not rendered by default.

154 changes: 79 additions & 75 deletions docs/pymatgen.analysis.chemenv.connectivity.html

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

790 changes: 399 additions & 391 deletions docs/pymatgen.analysis.chemenv.coordination_environments.html

Large diffs are not rendered by default.

16 changes: 9 additions & 7 deletions docs/pymatgen.analysis.chemenv.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading