File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
+ - repo : https://github.com/pre-commit/pygrep-hooks
3
+ rev : v1.10.0
4
+ hooks :
5
+ - id : python-check-blanket-type-ignore
6
+ - id : rst-backticks
7
+ - id : rst-directive-colons
8
+ - id : rst-inline-touching-normal
2
9
- repo : https://github.com/astral-sh/ruff-pre-commit
3
10
rev : v0.6.3
4
11
hooks :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ and for the cosmological background. Make sure you have CAMB installed:
13
13
$ python -c 'import camb' # should not give an error
14
14
15
15
If you want to compute the angular matter power spectra in the examples, you
16
- need the `glass.ext.camb ` package:
16
+ need the `` glass.ext.camb ` ` package:
17
17
18
18
.. code-block :: console
19
19
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ These notes document the changes between individual *GLASS* releases.
75
75
power spectra by index from a list using GLASS ordering.
76
76
77
77
* The :func: `~glass.galaxies.gaussian_phz() ` function now accepts bounds using
78
- `lower= ` and `upper= ` keyword parameters.
78
+ `` lower= `` and `` upper= ` ` keyword parameters.
79
79
80
80
81
81
2023.6 (30 Jun 2023)
@@ -157,7 +157,7 @@ These notes document the changes between individual *GLASS* releases.
157
157
by window functions using :func: `glass.shells.restrict ` and
158
158
:func: `glass.shells.partition `.
159
159
160
- - The ``zmin `` and ``zmax `` parameters of `glass.galaxies.redshifts_from_nz `
160
+ - The ``zmin `` and ``zmax `` parameters of `` glass.galaxies.redshifts_from_nz ` `
161
161
have been removed for the same reason.
162
162
163
163
- The ``glass.lensing.multi_plane_weights `` function, which computed all
You can’t perform that action at this time.
0 commit comments