Skip to content

Commit fcb3dab

Browse files
committed
Review addressed
1 parent cab8880 commit fcb3dab

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

doc/source/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
------------------------
8181
Getting started with Git

doc/source/examples/analysis/alignment_and_rms/README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ modules contain the functions used for aligning structures,
1111
aligning trajectories, and calculating root mean squared quantities.
1212

1313
Demonstrations 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
1515
generating an average structure from an alignment is demonstrated in
1616
`rmsf <rmsf.ipynb>`__. Typically, trajectories need to be aligned for RMSD and
1717
RMSF 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+

doc/source/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)