Skip to content

Commit

Permalink
Merge branch 'main' into visualize-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags authored Dec 20, 2023
2 parents 584a039 + 524a0e6 commit a57a88d
Show file tree
Hide file tree
Showing 34 changed files with 84,598 additions and 913 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Run notebooks in docs
if: ${{ matrix.rdkit == true && matrix.openeye == true }}
run: |
pytest -v --no-cov --nbval --ignore docs/_build/ docs/
pytest -v --no-cov --durations=5 --nbval --ignore docs/_build/ docs/
- name: Run examples in docstrings
if: ${{ matrix.rdkit == true && matrix.openeye == true }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
ls build
- name: Upload installer as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}_py${{ matrix.python-version }}.sh
path: toolkit-installer-constructor/build/openff-toolkit*/openff-toolkit*.sh
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
hooks:
- id: nbqa-pyupgrade
args:
- --py37-plus
- --py39-plus
- id: nbqa-isort
- id: nbqa-flake8
args:
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ maxdepth: 1

users/concepts
users/molecule_cookbook
users/pdb_cookbook/index
users/smirnoff
users/virtualsites
users/developing
Expand Down
2 changes: 2 additions & 0 deletions docs/releasehistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Releases follow the `major.minor.micro` scheme recommended by [PEP440](https://w

### Improved documentation and warnings

- [PR #1732](https://github.com/openforcefield/openff-toolkit/pull/1732): Add documentation describing the use of PDB files with the toolkit.

## 0.14.5

### Bugfixes
Expand Down
540 changes: 17 additions & 523 deletions docs/users/molecule_cookbook.ipynb

Large diffs are not rendered by default.

8,934 changes: 8,934 additions & 0 deletions docs/users/pdb_cookbook/6hvi_prepared.pdb

Large diffs are not rendered by default.

24,459 changes: 24,459 additions & 0 deletions docs/users/pdb_cookbook/RAMP1_solv_box_ions.pdb

Large diffs are not rendered by default.

47,636 changes: 47,636 additions & 0 deletions docs/users/pdb_cookbook/gromacs_solv_complex.pdb

Large diffs are not rendered by default.

Loading

0 comments on commit a57a88d

Please sign in to comment.