Skip to content
Merged
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
fix link to gmsh_interop
  • Loading branch information
alexfikl committed Oct 23, 2022
commit d56669aabd32eeaf31a0610eb3cf052c5e56b341
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ setuptools*tar.gz
setuptools*pth
.sw[op]

.eggs
.cache
CMakeCache*
CMakeFiles
Expand Down
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MeshPy: Simplicial Mesh Generation from Python
.. image:: https://github.com/inducer/meshpy/workflows/CI/badge.svg?branch=main
:alt: Github Build Status
:target: https://github.com/inducer/meshpy/actions?query=branch%3Amain+workflow%3ACI
.. image:: https://badge.fury.io/py/MeshPy.png
.. image:: https://badge.fury.io/py/MeshPy.svg
:alt: Python Package Index Release Page
:target: https://pypi.org/project/meshpy/

Expand All @@ -23,9 +23,8 @@ The former two are included in the package in slightly modified versions. A
generic mesh reader for the latter is included, as is an easy way to run `gmsh`
from a Python script.

For an interface to `gmsh
<http://www.geuz.org/gmsh/>`_ by Christophe Geuzaine and Jean-Francois Remacle,
see `gmsh_interop <https://github.com/inducer/gmsh_interop>`.
For an interface to `gmsh <http://www.geuz.org/gmsh/>`_ by Christophe Geuzaine
and Jean-Francois Remacle, see `gmsh_interop <https://github.com/inducer/gmsh_interop>`__.

MeshPy has no dependencies other than a C++ compiler,
`pybind11 <https://pybind11.readthedocs.io/en/stable/>`_,
Expand Down