Skip to content

Commit b6c19e0

Browse files
committed
fix rst table
1 parent 13a5384 commit b6c19e0

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

docs/content/about.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@ About
44
Links
55
-----
66

7-
========== ========================================
8-
Website https://pypeec.otvam.ch
9-
Repository https://github.com/otvam/pypeec
10-
Issues https://github.com/otvam/pypeec/issues
11-
========== ========================================
7+
============= ==========================================
8+
Website https://pypeec.otvam.ch
9+
Repository https://github.com/otvam/pypeec
10+
Issues https://github.com/otvam/pypeec/issues
11+
============= ==========================================
1212

1313
Maintainer
1414
----------
1515

16-
=========== ==================
17-
Name **Thomas Guillod**
18-
Affiliation Dartmouth College
19-
Email guillod@otvam.ch
20-
Website https://otvam.ch
21-
=========== ==================
16+
============= ==========================================
17+
Name **Thomas Guillod**
18+
Affiliation Dartmouth College
19+
Email guillod@otvam.ch
20+
Website https://otvam.ch
21+
============= ==========================================
2222

2323
Release
2424
-------
2525

26-
========== =====================================================
27-
Package **pypeec**
28-
Version |ver| / |date|
29-
PyPI https://pypi.org/project/pypeec
30-
Conda https://anaconda.org/conda-forge/pypeec
31-
GitHub https://github.com/otvam/pypeec/releases
32-
========== =====================================================
26+
============= ==========================================
27+
Package **pypeec**
28+
Version |ver| / |date|
29+
PyPI https://pypi.org/project/pypeec
30+
Conda https://anaconda.org/conda-forge/pypeec
31+
GitHub https://github.com/otvam/pypeec/releases
32+
============= ==========================================
3333

3434
Authors
3535
-------

docs/content/api.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ API Doc
66
List of Packages
77
----------------
88

9-
============================ =====================================================
10-
``pypeec`` Main PyPEEC package.
11-
---------------------------- -----------------------------------------------------
12-
---------------------------- -----------------------------------------------------
9+
======================= =======================================================
10+
``pypeec`` Main PyPEEC package.
11+
----------------------- -------------------------------------------------------
12+
----------------------- -------------------------------------------------------
1313
``pypeec.run`` Mesher, solver, viewer, and plotter.
1414
``pypeec.utils`` Various independent utils for data manipulation.
1515
``pypeec.data`` Modules containing all the static data.
16-
---------------------------- -----------------------------------------------------
17-
---------------------------- -----------------------------------------------------
18-
``pypeec.lib_check`` Library for checking the integrity of the input data.
19-
``pypeec.lib_matrix`` Library for handling and manipulating matrices.
20-
``pypeec.lib_plot`` Modules used by the viewer and plotter.
21-
``pypeec.lib_mesher`` Modules used by the mesher.
22-
``pypeec.lib_solver`` Modules used by the solver.
23-
============================ =====================================================
16+
----------------------- -------------------------------------------------------
17+
----------------------- -------------------------------------------------------
18+
``pypeec.lib_check`` Library for checking the integrity of the input data.
19+
``pypeec.lib_matrix`` Library for handling and manipulating matrices.
20+
``pypeec.lib_plot`` Modules used by the viewer and plotter.
21+
``pypeec.lib_mesher`` Modules used by the mesher.
22+
``pypeec.lib_solver`` Modules used by the solver.
23+
======================= =======================================================
2424

2525
Mesher Function
2626
---------------

0 commit comments

Comments
 (0)