-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Update to links from static doc pages #312
Conversation
Documentation for this branch can be viewed at https://sites.ecmwf.int/docs/loki/312/index.html |
44d9634
to
e022c98
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #312 +/- ##
=======================================
Coverage 95.11% 95.12%
=======================================
Files 165 165
Lines 35130 35143 +13
=======================================
+ Hits 33415 33429 +14
+ Misses 1715 1714 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
b1e2708
to
7958714
Compare
7958714
to
621ad6c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love this, many thanks! I've flagged a few typos, otherwise good to go!
loki/build/__init__.py
Outdated
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
using `f90wrap <https://github.com/jameskermode/f90wrap>` for | |
using `f90wrap <https://github.com/jameskermode/f90wrap>`_ for |
loki/expression/__init__.py
Outdated
Expression layer of the two-level Loki IR based on `Pymbolic | ||
<https://github.com/inducer/pymbolic`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expression layer of the two-level Loki IR based on `Pymbolic | |
<https://github.com/inducer/pymbolic`. | |
Expression layer of the two-level Loki IR based on | |
`Pymbolic <https://github.com/inducer/pymbolic>`_. |
loki/frontend/__init__.py
Outdated
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interfaces, including the REGEX-frontend that used for fast source | |
interfaces, including the REGEX-frontend that is used for fast source |
loki/frontend/__init__.py
Outdated
|
||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code exploration in large call trees. | |
code exploration in large call and dependency trees. |
loki/transformations/__init__.py
Outdated
""" | ||
Sub-package with supported source code transformation passes. | ||
|
||
This sub-package includes general source code trnasformations and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sub-package includes general source code trnasformations and | |
This sub-package includes general source code transformations and |
loki/batch/__init__.py
Outdated
|
||
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
provides the basic :any:`Transformation` and :and:`Pipeline` classes | |
provides the basic :any:`Transformation` and :any:`Pipeline` classes |
621ad6c
to
055f580
Compare
Ok, thanks @reuterbal . Pushed fixes and rebased. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! There was a 1-letter typo still, which I took the liberty of fixing myself. Going in...
Filing early to get the resulting change and errors logs. Please ignore for now...General documentation update following the move of sub-packages. This primarily does three things:
Unfortunately, I didn't get everything in the docstring clean-up commit, and there are still a few warnings I do not understand. The overall impact should be net-positive though.