glotzerlab / hoomd-blue

Molecular dynamics and Monte Carlo soft matter simulation on GPUs.
http://glotzerlab.engin.umich.edu/hoomd-blue
BSD 3-Clause "New" or "Revised" License
329 stars 127 forks source link

fix interaction matrix documentation #205

Closed joaander closed 7 years ago

joaander commented 7 years ago

Original report by Jens Glaser (Bitbucket: jens_glaser, GitHub: jglaser).


there are two examples for how to enable/disable overlap checks here, and one of them is misleading because it assumes interaction_matrix is an object, whereas it is a class name

http://hoomd-blue.readthedocs.io/en/stable/module-hpmc-integrate.html#hoomd.hpmc.integrate.interaction_matrix

joaander commented 7 years ago

Clarify interaction_matrix docs

refs #205

joaander commented 7 years ago

Merged in misc-doc-fixes (pull request #326)

Misc doc fixes

fixes #205, #213, #140, #149