Skip to content

Commit c55dc59

Browse files
author
github-actions
committed
Automated documentation rebuild
1 parent 8e3f65d commit c55dc59

Some content is hidden

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

48 files changed

+357
-219
lines changed

_sources/latex-rmg.rst.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ RMG is an automatic chemical reaction mechanism generator
88
that constructs kinetic models composed of elementary chemical reaction
99
steps using a general understanding of how molecules react. This documentation is for the newer Python version of RMG that we call RMG-Py.
1010

11-
+---------------------------------------------+----------------------------------------------------------------------------------------+
12-
| I want to... | Resource |
13-
+=============================================+========================================================================================+
14-
| analyze models & search databases | `RMG website resources <https://rmg.mit.edu/>`__ (no download needed) |
15-
+---------------------------------------------+----------------------------------------------------------------------------------------+
16-
| create mechanisms automatically | Download RMG with the RMG User's Guide |
17-
+---------------------------------------------+----------------------------------------------------------------------------------------+
18-
| make transition state theory calculations | Run Arkane after downloading RMG. See the Arkane User's Guide |
19-
+---------------------------------------------+----------------------------------------------------------------------------------------+
20-
| post an issue with RMG | `GitHub issues page <https://github.com/ReactionMechanismGenerator/RMG-Py/issues>`__ |
21-
+---------------------------------------------+----------------------------------------------------------------------------------------+
22-
| contribute to the RMG project | `RMG developer's wiki <https://github.com/ReactionMechanismGenerator/RMG-Py/wiki>`__ |
23-
+---------------------------------------------+----------------------------------------------------------------------------------------+
11+
+---------------------------------------------+---------------------------------------------------------------------------------------------------------------+
12+
| I want to... | Resource |
13+
+=============================================+===============================================================================================================+
14+
| analyze models & search databases | `RMG website resources <https://rmg.mit.edu/>`__ (no download needed) |
15+
+---------------------------------------------+---------------------------------------------------------------------------------------------------------------+
16+
| create mechanisms automatically | Download RMG with the RMG User's Guide |
17+
+---------------------------------------------+---------------------------------------------------------------------------------------------------------------+
18+
| make transition state theory calculations | Run Arkane after downloading RMG. See the Arkane User's Guide |
19+
+---------------------------------------------+---------------------------------------------------------------------------------------------------------------+
20+
| post an issue with RMG | `GitHub issues page <https://github.com/ReactionMechanismGenerator/RMG-Py/issues>`__ |
21+
+---------------------------------------------+---------------------------------------------------------------------------------------------------------------+
22+
| contribute to the RMG project | `Contributor guidelines <https://github.com/ReactionMechanismGenerator/RMG-Py/blob/main/CONTRIBUTING.md>`__ |
23+
+---------------------------------------------+---------------------------------------------------------------------------------------------------------------+
2424

2525
Arkane is developed and distributed as part of RMG-Py, but can be used as a stand-alone
2626
application for Thermochemistry, Transition State Theory, and Master Equation chemical kinetics

_sources/reference/molecule/graph.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _rmgpy.molecule.graph.Graph:
2+
13
**************************
24
rmgpy.molecule.graph.Graph
35
**************************

_sources/reference/molecule/group.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _rmgpy.molecule.Group:
2+
13
********************
24
rmgpy.molecule.Group
35
********************

_sources/reference/molecule/molecule.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _rmgpy.molecule.Molecule:
2+
13
***********************
24
rmgpy.molecule.Molecule
35
***********************

_sources/users/arkane/faq.rst.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ data and physical quantities.
3030
3131
.. [#f2] No longer distributed
3232
33-
.. _MultiWell: https://clasp-research.engin.umich.edu/multiwell/
34-
.. _UNIMOL: http://www.ccl.net/cca/software/SOURCES/FORTRAN/unimol/index.shtml
35-
.. _ChemRate: https://kinetics.nist.gov/ChemRate/
36-
.. _Variflex: http://web.archive.org/web/20181126234555/http://ftp.tcg.anl.gov/pub/variflex/Summary.vrfx
33+
.. _MultiWell: https://web.archive.org/web/20220927051103/https://multiwell.engin.umich.edu/about/
34+
.. _UNIMOL: https://server.ccl.net//cca/software/SOURCES/FORTRAN/unimol/index.shtml
35+
.. _ChemRate: https://web.archive.org/web/20220621125921/https://kinetics.nist.gov/ChemRate/
36+
.. _Variflex: https://web.archive.org/web/20181126234555/http://ftp.tcg.anl.gov/pub/variflex/Summary.vrfx
3737
.. _MESMER: https://sourceforge.net/projects/mesmer/

_sources/users/arkane/input.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Frequency Scale Factor
170170
======================
171171

172172
Frequency scale factors are empirically fit to experiment for different ``modelChemistry``.
173-
Refer to NIST website for values (http://cccbdb.nist.gov/vibscalejust.asp).
173+
Refer to NIST website for values (https://cccbdb.nist.gov/vibscalejustx.asp).
174174
For CBS-QB3, which is not included in the link above, ``frequencyScaleFactor = 0.99`` according to Montgomery et al.
175175
(*J. Chem. Phys. 1999, 110, 2822–2827*).
176176
The frequency scale factor is automatically assigned according to the supplied ``modelChemistry``, if available
@@ -617,7 +617,7 @@ systems in literature. For example, if the user is interested in a pressure-depe
617617
formula C7H8, the single exponential down parameters for toluene in helium availabe from literature could be used for
618618
all unimolecular isomers in the network (assuming helium is the bath gas). One helpful literature source for calculated
619619
exponential down parameters is the following paper:
620-
http://www.sciencedirect.com/science/article/pii/S1540748914001084#s0060
620+
http://www.sciencedirect.com/science/article/pii/S1540748914001084
621621

622622

623623
Option #2: Directly Enter Molecular Properties
@@ -1056,7 +1056,7 @@ An example of the ``network`` function is given below along with a scheme of the
10561056

10571057
.. image:: acetyl+O2.jpg
10581058

1059-
Image source: `J.W. Allen, PhD dissertation, MIT 2013 <http://hdl.handle.net/1721.1/81677>`_,
1059+
Image source: `J.W. Allen, PhD dissertation, MIT 2013 <https://dspace.mit.edu/handle/1721.1/81677>`_,
10601060
calculated at the RQCISD(T)/CBS//B3LYP/6-311++G(d,p) level of theory
10611061

10621062
Pressure Dependent Rate Calculation

_sources/users/arkane/introduction.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ License
3131
=======
3232

3333
Arkane is provided as free, open source code under the terms of the
34-
`MIT/X11 License <http://www.opensource.org/licenses/mit-license.php>`_. The
34+
`MIT/X11 License <https://opensource.org/license/mit>`_. The
3535
full, official license is reproduced below
3636

3737

_sources/users/rmg/installation/anacondaDeveloper.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
121121
python replace/with/path/to/rmg.py input.py
122122

123123
You may now use RMG-Py, Arkane, as well as any of the :ref:`Standalone Modules <modules>` included in the RMG-Py package.
124-
For more information about using conda, please check out the `conda user guide <https://conda.io/projects/conda/en/latest/user-guide/getting-started.html>`_.
124+
For more information about using conda, please check out the `conda user guide <https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html>`_.
125125

126126

127127
Debugging

_sources/users/rmg/installation/anacondaDeveloperWindows.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Installation by Source Using Anaconda Environment for Windows
1010
.. image:: images/AnacondaInstallWindows.png
1111
:align: center
1212

13-
#. Install `Git <http://git-scm.com/download/win>`_, the open source version control package. When asked, append Git tools to your Command Prompt. It is also recommended to commit Unix-style line endings:
13+
#. Install `Git <https://git-scm.com/download/win>`_, the open source version control package. When asked, append Git tools to your Command Prompt. It is also recommended to commit Unix-style line endings:
1414

1515
.. image:: images/InstallGit.png
1616
:align: center
@@ -44,7 +44,7 @@ Installation by Source Using Anaconda Environment for Windows
4444

4545
#. If you set any new environment variables, you must now close and reopen the command prompt so that those environment variables can be refreshed and used.
4646

47-
#. Optional: If you wish to use the :ref:`QMTP interface <qm>` with `MOPAC <http://openmopac.net/>`_ to run quantum mechanical calculations for improved thermochemistry estimates of cyclic species, please obtain a legal license through the `MOPAC License Request Form <http://openmopac.net/form.php>`_. Once you have it, type the following into your command prompt ::
47+
#. Optional: If you wish to use the :ref:`QMTP interface <qm>` with `MOPAC <https://openmopac.net/>`_ to run quantum mechanical calculations for improved thermochemistry estimates of cyclic species, please obtain a legal license through the `MOPAC License Request Form <https://openmopac.net/form.php>`_. Once you have it, type the following into your command prompt ::
4848
4949
mopac password_string_here
5050

_sources/users/rmg/installation/anacondaUser.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Binary Installation Using Anaconda for Unix-Based Systems: Linux and Mac OSX
1515

1616
conda activate rmg_env
1717

18-
For more information about using conda, please check out the `conda user guide <https://conda.io/projects/conda/en/latest/user-guide/getting-started.html>`_.
18+
For more information about using conda, please check out the `conda user guide <https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html>`_.
1919
2020
To install a specific version of RMG, add the version to the install command::
2121

0 commit comments

Comments
 (0)