Skip to content

Commit

Permalink
Simplify disabling markdownlint (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Nov 24, 2023
1 parent 2f372c5 commit 1f9a510
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion documentation/DOCUMENTATION.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- markdownlint-disable MD041 -->

Documentation of the `SLEPLET` package. The
[API documentation](#header-submodules) <!-- markdownlint-disable MD051 -->
[API documentation](#header-submodules) <!-- markdownlint-disable-line MD051 -->
is included at the end of this page.

## Background
Expand Down
10 changes: 6 additions & 4 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ date: "`r format(Sys.time(), '%d %B %Y')`"
bibliography: paper.bib
---

# Summary <!-- markdownlint-disable-line MD025 -->
<!-- markdownlint-disable MD025 -->

# Summary

Wavelets are widely used in various disciplines to analyse signals both in space
and scale. Whilst many fields measure data on manifolds (i.e., the sphere),
Expand All @@ -33,7 +35,7 @@ include gravitational/magnetic fields in geodesy, ground-based measurements in
astronomy, measurements of whole-planet properties in planetary science,
geomagnetism of the Earth, and cosmic microwave background analyses.

# Statement of Need <!-- markdownlint-disable-line MD025 -->
# Statement of Need

Many fields in science and engineering measure data that inherently live on
non-Euclidean geometries, such as the sphere. Techniques developed in the
Expand Down Expand Up @@ -91,7 +93,7 @@ methods on supercomputers with massive memory and storage. To this end, Slepian
wavelets may be exploited at present at low resolutions, but further work is
required for them to be fully scalable.

# Acknowledgements <!-- markdownlint-disable-line MD025 -->
# Acknowledgements

The author would like to thank Jason D. McEwen for his advice and guidance on
the mathematics behind `SLEPLET`. Further, the author would like to thank Zubair
Expand All @@ -102,4 +104,4 @@ libraries the author would like to acknowledge, in particular, `libigl`
[@Libigl2017], `NumPy` [@Harris2020], `plotly` [@Plotly2015], `SSHT`
[@McEwen2011], `S2LET` [@Leistedt2013].

# References <!-- markdownlint-disable-line MD025 -->
# References

0 comments on commit 1f9a510

Please sign in to comment.