Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhassell committed Oct 1, 2023
1 parent 2023f5a commit 3f3f98e
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 178 deletions.
16 changes: 16 additions & 0 deletions cf/docstring/docstring.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,22 @@
`numpy.arange` while creating the points, one should
verify that that the number of grid points are
returned as expected.""",
# weights weights
"{{weights weights: `dict`}}": """weights: `dict`
A dictionary that will get updated in place with any
created weights.""",
# weights weights_axes
"{{weights weights_axes: `set`}}": """weights_axes: `set`
TODOUGRID.""",
# weights methods
"{{weights methods: `bool`, optional}}": """methods: `bool`, optional
If True then add a description of the method used to
create the weights to the *weights* dictionary, as
opposed to the actual weights.""",
# weights measure
"{{weights measure: `bool`, optional}}": """measure: `bool`, optional
If True then make calculate weights that are actual
cell sizes with approriate units.""",
# ----------------------------------------------------------------
# Method description substitutions (4 levels of indentation)
# ----------------------------------------------------------------
Expand Down
Loading

0 comments on commit 3f3f98e

Please sign in to comment.