Skip to content

Commit

Permalink
Merge pull request #34 from NDoering99/patch_docstrings
Browse files Browse the repository at this point in the history
edit docstrings
  • Loading branch information
NDoering99 authored Sep 30, 2024
2 parents 1cab9e6 + b650e44 commit e010736
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion mdpath/mdpath.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""MDPath --- MD signal transduction calculation and visualization
"""MDPath --- MD signal transduction calculation and visualization --- :mod:`mdpath.mdapth`
====================================================================
MDPath is a Python package for calculating signal transduction paths in molecular dynamics (MD) simulations.
Expand All @@ -15,6 +15,8 @@
Functions
----------
:func:`main` - Main function for running MDPath from the command line.
"""

import os
Expand Down
7 changes: 6 additions & 1 deletion mdpath/mdpath_tools.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
"""MDPath Tools
"""MDPath Tools --- :mod:`mdpath.mdapth_tools`
=============================
This module contains the command-line interface (CLI) functions for editing and visualizing the results of MDPath analysis.
All functions can be called from the command line after installation of the package.
Functions
-----------
:func:`edit_3D_visualization_json` - Edit the 3D visualization JSONS to your visualization needs from the command line.
:func:`path_comparison` - Compare Pathways of different simulations.
:func:`multitraj_analysis` - Merge and analyze multiple trajectories.
:func:`gpcr_2D_vis` - Create a 2D Visualization of Paths through a GPCR using the Ballesteros-Weinstein-System for numbering(querries gpcrdb.org for numbering).
"""

import os
Expand Down

0 comments on commit e010736

Please sign in to comment.