Skip to content

Commit

Permalink
Replace HTTP URLs with HTTPS, avoid from pytest import raises/mark (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
DanielYang59 authored Aug 30, 2024
1 parent 1f954af commit 934013b
Show file tree
Hide file tree
Showing 85 changed files with 11,679 additions and 8,694 deletions.
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

0 comments on commit 934013b

Please sign in to comment.