Skip to content

Commit

Permalink
fix rst table
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Jan 15, 2025
1 parent 13a5384 commit b6c19e0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
36 changes: 18 additions & 18 deletions docs/content/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,32 @@ About
Links
-----

========== ========================================
Website https://pypeec.otvam.ch
Repository https://github.com/otvam/pypeec
Issues https://github.com/otvam/pypeec/issues
========== ========================================
============= ==========================================
Website https://pypeec.otvam.ch
Repository https://github.com/otvam/pypeec
Issues https://github.com/otvam/pypeec/issues
============= ==========================================

Maintainer
----------

=========== ==================
Name **Thomas Guillod**
Affiliation Dartmouth College
Email [email protected]
Website https://otvam.ch
=========== ==================
============= ==========================================
Name **Thomas Guillod**
Affiliation Dartmouth College
Email [email protected]
Website https://otvam.ch
============= ==========================================

Release
-------

========== =====================================================
Package **pypeec**
Version |ver| / |date|
PyPI https://pypi.org/project/pypeec
Conda https://anaconda.org/conda-forge/pypeec
GitHub https://github.com/otvam/pypeec/releases
========== =====================================================
============= ==========================================
Package **pypeec**
Version |ver| / |date|
PyPI https://pypi.org/project/pypeec
Conda https://anaconda.org/conda-forge/pypeec
GitHub https://github.com/otvam/pypeec/releases
============= ==========================================

Authors
-------
Expand Down
24 changes: 12 additions & 12 deletions docs/content/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ API Doc
List of Packages
----------------

============================ =====================================================
``pypeec`` Main PyPEEC package.
---------------------------- -----------------------------------------------------
---------------------------- -----------------------------------------------------
======================= =======================================================
``pypeec`` Main PyPEEC package.
----------------------- -------------------------------------------------------
----------------------- -------------------------------------------------------
``pypeec.run`` Mesher, solver, viewer, and plotter.
``pypeec.utils`` Various independent utils for data manipulation.
``pypeec.data`` Modules containing all the static data.
---------------------------- -----------------------------------------------------
---------------------------- -----------------------------------------------------
``pypeec.lib_check`` Library for checking the integrity of the input data.
``pypeec.lib_matrix`` Library for handling and manipulating matrices.
``pypeec.lib_plot`` Modules used by the viewer and plotter.
``pypeec.lib_mesher`` Modules used by the mesher.
``pypeec.lib_solver`` Modules used by the solver.
============================ =====================================================
----------------------- -------------------------------------------------------
----------------------- -------------------------------------------------------
``pypeec.lib_check`` Library for checking the integrity of the input data.
``pypeec.lib_matrix`` Library for handling and manipulating matrices.
``pypeec.lib_plot`` Modules used by the viewer and plotter.
``pypeec.lib_mesher`` Modules used by the mesher.
``pypeec.lib_solver`` Modules used by the solver.
======================= =======================================================

Mesher Function
---------------
Expand Down

0 comments on commit b6c19e0

Please sign in to comment.