Skip to content

Commit

Permalink
Remove the FAQ and redirect to ecosystem-wide FAQ (#1934)
Browse files Browse the repository at this point in the history
* Remove the FAQ and redirect to ecosystem-wide FAQ

* Update changelog

* Fix link to stereochem FAQ entry

* Pin micromamba 1.5.10-0
  • Loading branch information
Yoshanuikabundi authored Oct 2, 2024
1 parent fd7b8b0 commit 58b0688
Show file tree
Hide file tree
Showing 10 changed files with 106 additions and 279 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ jobs:
environment-file: devtools/conda-envs/${{ env.ENVFILE }}.yaml
create-args: >-
python=${{ matrix.python-version }}
# default - will pull down 2.0 which we don't want!
# micromamba-version: latest
# pin to latest 1.x release
micromamba-version: "1.5.10-0"

- name: Make oe_license.txt file from GH org secret "OE_LICENSE"
env:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/beta_rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
- conda-forge
create-args: >-
python=${{ matrix.python-version }}
# default - will pull down 2.0 which we don't want!
# micromamba-version: latest
# pin to latest 1.x release
micromamba-version: "1.5.10-0"

- name: Make oe_license.txt file from GH org secret "OE_LICENSE"
env:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
environment-file: devtools/conda-envs/conda_oe.yaml
create-args: >-
python=${{ matrix.python-version }}
# default - will pull down 2.0 which we don't want!
# micromamba-version: latest
# pin to latest 1.x release
micromamba-version: "1.5.10-0"

- name: Additional info about the build
run: |
Expand Down Expand Up @@ -128,4 +132,4 @@ jobs:
- name: Run example notebooks
run: |
python -m pytest -r fE -v -x --tb=short --nbval-lax --ignore=examples/deprecated examples
python -m pytest -r fE -v -x --tb=short --nbval-lax --ignore=examples/deprecated examples
4 changes: 4 additions & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
environment-file: devtools/conda-envs/${{env.ENVFILE}}-examples.yaml
create-args: >-
python=${{ matrix.python-version }}
# default - will pull down 2.0 which we don't want!
# micromamba-version: latest
# pin to latest 1.x release
micromamba-version: "1.5.10-0"

- name: Additional info about the build
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,3 @@ jobs:
# This should work if run directly at release time, but a safer approach would be
# to `git checkout` the corresponding tag of the release, see PR #577
pytest $PYTEST_ARGS ../
187 changes: 1 addition & 186 deletions FAQ.md

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/faq.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ maxdepth: 1
installation
examples
releasehistory
faq
Frequently Asked Questions (FAQ) <https://docs.openforcefield.org/faq>
:::

:::{toctree}
Expand Down
173 changes: 86 additions & 87 deletions docs/releasehistory.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/users/molecule_cookbook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
"id": "821c4687",
"metadata": {},
"source": [
"We can downgrade this error to a warning with the `allow_undefined_stereo` argument. This will create a molecule with undefined stereochemistry, which might lead to incorrect parametrization or surprising conformer generation. See the [FAQ](../faq.md#im-getting-stereochemistry-errors-when-loading-a-molecule-from-a-smiles-string) for more details."
"We can downgrade this error to a warning with the `allow_undefined_stereo` argument. This will create a molecule with undefined stereochemistry, which might lead to incorrect parametrization or surprising conformer generation. See the [FAQ](inv:openff.docs#faq-stereochemistry-errors-from-smiles) for more details."
]
},
{
Expand Down

0 comments on commit 58b0688

Please sign in to comment.