File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
examples/analysis/alignment_and_rms Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Some great resources for learning Git:
7575
7676 * the `GitHub help pages <http://help.github.com/ >`_.
7777 * the `NumPy's documentation <http://docs.scipy.org/doc/numpy/dev/index.html >`_.
78- * Matthew Brett's `The curious coder’s guide to git <https://matthew-brett.github.io/curious-git / >`_.
78+ * Matthew Brett's `The curious coder’s guide to git <https://matthew-brett.github.io/pydagogue / >`_.
7979
8080------------------------
8181Getting started with Git
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ modules contain the functions used for aligning structures,
1111aligning trajectories, and calculating root mean squared quantities.
1212
1313Demonstrations of alignment are in `align_structure <aligning_structure_to_another.ipynb >`__,
14- `align_trajectory_first <aligning_trajectory_to_first_frame .ipynb >`__, and `align_trajectory <aligning_trajectory.ipynb >`__. Another example of
14+ `align_trajectory_first <aligning_trajectory_to_frame .ipynb >`__, and `align_trajectory <aligning_trajectory.ipynb >`__. Another example of
1515generating an average structure from an alignment is demonstrated in
1616`rmsf <rmsf.ipynb >`__. Typically, trajectories need to be aligned for RMSD and
1717RMSF values to make sense.
@@ -35,3 +35,7 @@ RMSF values to make sense.
3535
3636.. _rmsd : /examples/analysis/alignment_and_rms/rmsd.ipynb
3737.. _pairwise : /examples/analysis/alignment_and_rms/pairwise_rmsd.ipynb
38+ .. _align_structure : aligning_structure_to_another.ipynb
39+ .. _align_trajectory : aligning_trajectory.ipynb
40+ .. _align_trajectory_frame : aligning_trajectory_to_frame.ipynb
41+
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.5.0/
218218* [ @jvermaas ] ( https://github.com/jvermaas ) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4031
219219* [ @SophiaRuan ] ( https://github.com/SophiaRuan ) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4072
220220* [ @marinegor ] ( https://github.com/marinegor ) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4085
221- * [ @shaivimalik ] ( https://github.com/shaivimalik ) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4089
221+ * [ @g2707 ] ( https://github.com/g2707 ) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4089
222222* [ @DanielJamesEvans ] ( https://github.com/DanielJamesEvans ) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4109
223223
224224## Release 2.4.3 of MDAnalysis
You can’t perform that action at this time.
0 commit comments