Skip to content

Commit 934013b

Browse files
authored
Replace HTTP URLs with HTTPS, avoid from pytest import raises/mark (#4021)
* replace http with https, all committed changes verified * replace more http with https * replace expired abinit urls * replace scipy expired url * update NIST url and w3.org * update netCDF4 doc url * replace some http with https in unit test * remove debug leftover * add missing build doc dependency * rebuild docs * add invoke to docs dependency * Revert "rebuild docs" as it makes it impossible to review This reverts commit 47e4d59. * revert replace on io.exciting * revert replacement for structureNL metadata * fix from pytest import raises or mark * directly access MonkeyPatch when pytest is already imported * regenerate documents
1 parent 1f954af commit 934013b

File tree

85 files changed

+11679
-8694
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+11679
-8694
lines changed

ADMIN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The general procedure for releasing `pymatgen` comprises the following steps:
1616

1717
## Initial setup
1818

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

2222
```sh

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ message: |
55
66
In addition, some of pymatgen's functionality is based on scientific advances
77
/ principles developed by the computational materials scientists in our team.
8-
Please refer to pymatgen's docs at http://pymatgen.org on how to cite them.
8+
Please refer to pymatgen's docs at https://pymatgen.org on how to cite them.
99
authors:
1010
- family-names: Ong
1111
given-names: Shyue Ping

dev_scripts/nist_codata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Fundamental Physical Constants --- Complete Listing
33

44

5-
From: http://physics.nist.gov/constants
5+
From: https://physics.nist.gov/cuu/Constants/index.html
66

77

88

docs/apidoc/pymatgen.util.testing.rst

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/modules.html

Lines changed: 182 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pymatgen.alchemy.html

Lines changed: 76 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pymatgen.analysis.chemenv.connectivity.html

Lines changed: 79 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pymatgen.analysis.chemenv.coordination_environments.coordination_geometries_files.html

Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pymatgen.analysis.chemenv.coordination_environments.html

Lines changed: 399 additions & 391 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pymatgen.analysis.chemenv.html

Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)