Skip to content

Commit d68c1e0

Browse files
committed
linter typos
1 parent c7703e6 commit d68c1e0

File tree

6 files changed

+5
-9
lines changed

6 files changed

+5
-9
lines changed

.github/envs/env_conda.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Definition of the Conda Environment for PyPEEC (minimum versions).
1+
# Definition of the Conda environment for PyPEEC (minimum versions).
22
#
33
# Thomas Guillod - Dartmouth College
44
# Mozilla Public License Version 2.0

.github/envs/env_pypi.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Definition of the Python Virtual Environment (minimum versions).
1+
# Definition of the Python virtual environment (minimum versions).
22
#
33
# Thomas Guillod - Dartmouth College
44
# Mozilla Public License Version 2.0

.github/envs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Definition of the Python Virtual Environment (pinned versions).
1+
# Definition of the Python virtual environment (pinned versions).
22
#
33
# Thomas Guillod - Dartmouth College
44
# Mozilla Public License Version 2.0

.github/scripts/run_script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Script for testing the main script.
2+
# Script for testing the main scripts.
33
#
44
# Thomas Guillod - Dartmouth College
55
# Mozilla Public License Version 2.0

docs/content/api.rst

-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@ List of Packages
88

99
======================= =======================================================
1010
``pypeec`` Main PyPEEC package.
11-
----------------------- -------------------------------------------------------
12-
----------------------- -------------------------------------------------------
1311
``pypeec.run`` Mesher, solver, viewer, and plotter.
1412
``pypeec.utils`` Various independent utils for data manipulation.
1513
``pypeec.data`` Modules containing all the static data.
16-
----------------------- -------------------------------------------------------
17-
----------------------- -------------------------------------------------------
1814
``pypeec.lib_check`` Library for checking the integrity of the input data.
1915
``pypeec.lib_matrix`` Library for handling and manipulating matrices.
2016
``pypeec.lib_plot`` Modules used by the viewer and plotter.

docs/content/warnings.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Library Issues
4040

4141
.. important::
4242
**Jupyter** is not included in the default package dependencies.
43-
Inside Jupyter notebooks, IPyWidgets Trame, and ipympl are used for the rendering.
43+
Inside Jupyter notebooks, IPyWidgets, Trame, and ipympl are used for the rendering.
4444
Jupyter support is optional, PyPEEC is fully functional without Jupyter.
4545

4646
.. important::

0 commit comments

Comments
 (0)