Skip to content

Commit

Permalink
Minor syntax fices inthe doc
Browse files Browse the repository at this point in the history
Fix errors that are preventing the build.
  • Loading branch information
jbarnoud committed Jun 30, 2018
1 parent 692c981 commit 2a36ddd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ PSF_ files from CHARMM, NAMD (whitespace separated)
and XPLOR are supported as topology files.
Both standard and extended (EXT) PSF formats are supported.
Universes created from a PSF file will have the following attributes:
- ids
- atom names
- atom types
- masses
- charges
- resids
- resnames
- segids
- bonds
- angles
- dihedrals
- impropers
- ids
- atom names
- atom types
- masses
- charges
- resids
- resnames
- segids
- bonds
- angles
- dihedrals
- impropers

For implementation details, see :mod:`MDAnalysis.topology.PSFParser`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ and writing XTC and TRR trajectories.


Reading TRR and XTC files
^^^^^^^^^^^^^^^^^^^^^^^^^
~~~~~~~~~~~~~~~~~~~~~~~~~

All information present in the trajectory is read and made available
in the :class:`Timestep`, either as `Timestep.positions`,
Expand All @@ -152,7 +152,7 @@ time point so MDAnalysis DOES WHAT?


Writing TRR and XTC files
^^^^^^^^^^^^^^^^^^^^^^^^^
~~~~~~~~~~~~~~~~~~~~~~~~~

TODO:

Expand Down

0 comments on commit 2a36ddd

Please sign in to comment.