-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
documented selection of backend for distance calculations
- closes issue #530. - improved general docs for MDAnalysis.lib
- Loading branch information
Showing
6 changed files
with
76 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
package/doc/sphinx/source/documentation_pages/lib/_distances_openmp.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.. automodule:: MDAnalysis.lib._distances_openmp | ||
:members: |
16 changes: 16 additions & 0 deletions
16
package/doc/sphinx/source/documentation_pages/lib/distances.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
.. automodule:: MDAnalysis.lib.distances | ||
:members: | ||
|
||
|
||
Low-level modules for :mod:`MDAnalysis.lib.distances` | ||
===================================================== | ||
|
||
:mod:`MDAnalysis.lib._distances` contains low level access to the | ||
*serial* MDAnalysis Cython functions in `distances`. These have | ||
little to no error checking done on inputs so should be used with | ||
caution. Similarly, :mod:`MDAnalysis.lib._distances_openmp` contains | ||
the OpenMP-enable functions. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
_distances | ||
_distances_openmp |
2 changes: 0 additions & 2 deletions
2
package/doc/sphinx/source/documentation_pages/lib/parallel.rst
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters