Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/_source/pygromos.html
Original file line number Diff line number Diff line change
Expand Up @@ -465,13 +465,13 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<section id="module-pygromos.pygromos">
<span id="pygromos-pygromos-module"></span><h2>pygromos.pygromos module<a class="headerlink" href="#module-pygromos.pygromos" title="Permalink to this headline">¶</a></h2>
<p>pygromos.py
The aim of the module is to bring romos to the Python3 World!</p>
The aim of the module is to bring GROMOS to the Python3 World!</p>
<p>Handles the primary functions</p>
</section>
<section id="module-pygromos">
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pygromos" title="Permalink to this headline">¶</a></h2>
<p>PyGromos
The aim of the module is to bring romos to the Python3 World!</p>
The aim of the module is to bring GROMOS to the Python3 World!</p>
</section>
</section>

Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx_project/_build/html/_source/pygromos.html
Original file line number Diff line number Diff line change
Expand Up @@ -465,13 +465,13 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<section id="module-pygromos.pygromos">
<span id="pygromos-pygromos-module"></span><h2>pygromos.pygromos module<a class="headerlink" href="#module-pygromos.pygromos" title="Permalink to this headline">¶</a></h2>
<p>pygromos.py
The aim of the module is to bring romos to the Python3 World!</p>
The aim of the module is to bring GROMOS to the Python3 World!</p>
<p>Handles the primary functions</p>
</section>
<section id="module-pygromos">
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pygromos" title="Permalink to this headline">¶</a></h2>
<p>PyGromos
The aim of the module is to bring romos to the Python3 World!</p>
The aim of the module is to bring GROMOS to the Python3 World!</p>
</section>
</section>

Expand Down
2 changes: 1 addition & 1 deletion pygromos/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
PyGromos
The aim of the module is to bring romos to the Python3 World!
The aim of the module is to bring GROMOS to the Python3 World!
"""

# Add imports here
Expand Down
2 changes: 1 addition & 1 deletion pygromos/pygromos.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
pygromos.py
The aim of the module is to bring romos to the Python3 World!
The aim of the module is to bring GROMOS to the Python3 World!

Handles the primary functions
"""
Expand Down