Unverified Commit 58749d9d authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

Try to get docs build working (#5282)

* Try to get docs build working

* Update changed link

* Try switching a URL to https
parent aa8ec1a8
...@@ -666,12 +666,12 @@ jobs: ...@@ -666,12 +666,12 @@ jobs:
)") )")
for d in api-c++ api-python developerguide userguide; do for d in api-c++ api-python developerguide userguide; do
echo "::group:: Check ${d}" echo "::group:: Check ${d}"
npx linkinator@3.0.0 ./${d}/ --recurse --timeout=20000 --retry-errors --skip "$SKIP_REGEX" --server-root ./build/api-docs --verbosity error npx linkinator@7.6.1 ./${d}/ --recurse --timeout=20000 --retry-errors --skip "$SKIP_REGEX" --server-root ./build/api-docs --verbosity error
((exitcode+=$?)) ((exitcode+=$?))
echo "::endgroup::" echo "::endgroup::"
done done
echo "::group:: Check README" echo "::group:: Check README"
npx linkinator@3.0.0 ./README.md --markdown --retry-errors --skip "$SKIP_REGEX" npx linkinator@7.6.1 ./README.md --markdown --retry-errors --skip "$SKIP_REGEX"
((exitcode+=$?)) ((exitcode+=$?))
echo "::endgroup::" echo "::endgroup::"
exit $exitcode exit $exitcode
...@@ -615,7 +615,7 @@ CHARMM36 ...@@ -615,7 +615,7 @@ CHARMM36
-------- --------
The CHARMM36\ :cite:`Best2012` force field provides parameters for proteins, DNA, The CHARMM36\ :cite:`Best2012` force field provides parameters for proteins, DNA,
RNA, lipids, carbohydrates, water, ions, and various small molecules (see `here <http://mackerell.umaryland.edu/charmm_ff.shtml#refs>`_ RNA, lipids, carbohydrates, water, ions, and various small molecules (see `here <https://mackerell.umaryland.edu/charmm_ff.shtml#refs>`_
for full references). for full references).
.. tabularcolumns:: |l|L| .. tabularcolumns:: |l|L|
...@@ -657,12 +657,12 @@ such as :file:`charmm36_2024/water.xml`, which specifies the default CHARMM wate ...@@ -657,12 +657,12 @@ such as :file:`charmm36_2024/water.xml`, which specifies the default CHARMM wate
how to add hydrogens to these nonstandard residues, and your input topologies how to add hydrogens to these nonstandard residues, and your input topologies
must already contain appropriate hydrogens. This can often cause problems when must already contain appropriate hydrogens. This can often cause problems when
trying to read in PDB files from sources such as `CHARMM-GUI <http://charmm-gui.org/>`_ trying to read in PDB files from sources such as `CHARMM-GUI <http://charmm-gui.org/>`_
that do not generate PDB files that comply with the `PDB standard <http://www.wwpdb.org/documentation/file-format>`_. that do not generate PDB files that comply with the `PDB standard <https://www.wwpdb.org/documentation/file-format>`_.
If you're using files from `CHARMM-GUI <http://charmm-gui.org/>`_, it's easiest to load If you're using files from `CHARMM-GUI <http://charmm-gui.org/>`_, it's easiest to load
the PSF file directly, as discussed in Section :numref:`using-charmm-files`. the PSF file directly, as discussed in Section :numref:`using-charmm-files`.
.. tip:: Trying to read in PDB files from sources such as `CHARMM-GUI <http://charmm-gui.org/>`_ .. tip:: Trying to read in PDB files from sources such as `CHARMM-GUI <http://charmm-gui.org/>`_
that do not generate PDB files that comply with the `PDB standard <http://www.wwpdb.org/documentation/file-format>`_ that do not generate PDB files that comply with the `PDB standard <https://www.wwpdb.org/documentation/file-format>`_
and omit ``CONECT`` records specifying bonds between residues (such as cysteines) and omit ``CONECT`` records specifying bonds between residues (such as cysteines)
or include ``CONECT`` records specifying non-chemical ``H-H`` bonds in waters or include ``CONECT`` records specifying non-chemical ``H-H`` bonds in waters
can cause issues with the detection and parameter assignment for disulfide bonds. can cause issues with the detection and parameter assignment for disulfide bonds.
...@@ -687,7 +687,7 @@ such as :file:`charmm36_2024/water.xml`, which specifies the default CHARMM wate ...@@ -687,7 +687,7 @@ such as :file:`charmm36_2024/water.xml`, which specifies the default CHARMM wate
additional force field XML files that can be loaded as needed. additional force field XML files that can be loaded as needed.
The converted parameter sets come from the The converted parameter sets come from the
`CHARMM36 July 2024 update <http://mackerell.umaryland.edu/charmm_ff.shtml>`_, `CHARMM36 July 2024 update <https://mackerell.umaryland.edu/charmm_ff.shtml>`_,
which includes the CHARMM36m protein parameters. They were converted using the which includes the CHARMM36m protein parameters. They were converted using the
openmmforcefields_ package and `ParmEd <https://github.com/parmed/parmed>`_. openmmforcefields_ package and `ParmEd <https://github.com/parmed/parmed>`_.
...@@ -1494,8 +1494,8 @@ OpenMM can save simulation trajectories to disk in four formats: PDB_, ...@@ -1494,8 +1494,8 @@ OpenMM can save simulation trajectories to disk in four formats: PDB_,
`PDBx/mmCIF`_, DCD_ and XTC_. All of these are widely supported formats, so you `PDBx/mmCIF`_, DCD_ and XTC_. All of these are widely supported formats, so you
should be able to read them into most analysis and visualization programs. should be able to read them into most analysis and visualization programs.
.. _PDB: http://www.wwpdb.org/documentation/format33/v3.3.html .. _PDB: https://www.wwpdb.org/documentation/file-format-content/format33/v3.3.html
.. _PDBx/mmCIF: http://mmcif.wwpdb.org .. _PDBx/mmCIF: https://mmcif.wwpdb.org
.. _DCD: http://www.ks.uiuc.edu/Research/vmd/plugins/molfile/dcdplugin.html .. _DCD: http://www.ks.uiuc.edu/Research/vmd/plugins/molfile/dcdplugin.html
.. _XTC: https://manual.gromacs.org/archive/5.0.4/online/xtc.html .. _XTC: https://manual.gromacs.org/archive/5.0.4/online/xtc.html
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment