Skip to content

Commit

Permalink
Loki: Fixing typos and links in sub-pacakge docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed May 10, 2024
1 parent 25affdc commit 055f580
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion loki/batch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
This sub-package provides the :any:`Scheduler` class that allows Loki
transformations to be applied over large source trees. For this it
provides the basic :any:`Transformation` and :and:`Pipeline` classes
provides the basic :any:`Transformation` and :any:`Pipeline` classes
that provide the core interfaces for batch processing, as well as the
configuration utilities for large call tree traversals.
"""
Expand Down
2 changes: 1 addition & 1 deletion loki/build/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Just-in-Time compilation utilities used in the Loki test base.
These allow compilation and wrapping of generated Fortran source code
using `f90wrap <https://github.com/jameskermode/f90wrap>` for
using `f90wrap <https://github.com/jameskermode/f90wrap>`_ for
execution from Python tests.
"""

Expand Down
2 changes: 1 addition & 1 deletion loki/expression/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# nor does it submit to any jurisdiction.
"""
Expression layer of the two-level Loki IR based on `Pymbolic
<https://github.com/inducer/pymbolic`.
<https://github.com/inducer/pymbolic`_.
"""

from loki.expression.expr_visitors import * # noqa
Expand Down
4 changes: 2 additions & 2 deletions loki/frontend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
Frontend parsers that create Loki IR from input Fortran code.
This includes code sanitisation utilities and several frontend parser
interfaces, including the REGEX-frontend that used for fast source
code exploration in large call trees.
interfaces, including the REGEX-frontend that is used for fast source
code exploration in large call and dependency trees.
"""

from loki.frontend.preprocessing import * # noqa
Expand Down
2 changes: 1 addition & 1 deletion loki/transformations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""
Sub-package with supported source code transformation passes.
This sub-package includes general source code trnasformations and
This sub-package includes general source code transformations and
bespoke :any:`Transformation` and :any:`Pipeline` classes for
IFS-specific source-to-source recipes that target GPUs.
"""
Expand Down

0 comments on commit 055f580

Please sign in to comment.