Skip to content

Commit a5d7451

Browse files
ShawnL00inducer
authored andcommitted
possible typos
1 parent 8d30083 commit a5d7451

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/autopush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Gitlab mirror
1+
name: GitLab mirror
22
on:
33
push:
44
branches:

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ pytential: 2D/3D Layer Potential Evaluation
22
===========================================
33

44
.. image:: https://gitlab.tiker.net/inducer/pytential/badges/main/pipeline.svg
5-
:alt: Gitlab Build Status
5+
:alt: GitLab Build Status
66
:target: https://gitlab.tiker.net/inducer/pytential/commits/main
77
.. image:: https://github.com/inducer/pytential/actions/workflows/ci.yml/badge.svg
8-
:alt: Github Build Status
8+
:alt: GitHub Build Status
99
:target: https://github.com/inducer/pytential/actions/workflows/ci.yml
1010
.. image:: https://badge.fury.io/py/pytential.svg
1111
:alt: Python Package Index Release Page

doc/discretization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Discretizations
44
QBX discretization
55
------------------
66

7-
To compute a layer potential as an an end user, create a
7+
To compute a layer potential as an end user, create a
88
:class:`meshmode.discretization.Discretization`
99
with a :class:`meshmode.discretization.poly_element.InterpolatoryQuadratureSimplexGroupFactory`
1010
as a discretization for the density.

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ potentials (and, sooner or later, volume potentials).
88
It also knows how to set up meshes and solve integral
99
equations.
1010

11-
See :download:`example/helmholtz-dirichlet.py <../examples/helmholtz-dirichlet.py>`
11+
See :download:`examples/helmholtz-dirichlet.py <../examples/helmholtz-dirichlet.py>`
1212
for a complete usage example.
1313

1414
Contents
@@ -22,7 +22,7 @@ Contents
2222
linalg
2323
misc
2424
qbx
25-
🚀 Github <https://github.com/inducer/pytential>
25+
🚀 GitHub <https://github.com/inducer/pytential>
2626
💾 Download Releases <https://pypi.org/project/pytential>
2727

2828
* :ref:`genindex`

0 commit comments

Comments
 (0)