Skip to content

Commit 3f3f98e

Browse files
committed
dev
1 parent 2023f5a commit 3f3f98e

File tree

2 files changed

+111
-178
lines changed

2 files changed

+111
-178
lines changed

cf/docstring/docstring.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,22 @@
566566
`numpy.arange` while creating the points, one should
567567
verify that that the number of grid points are
568568
returned as expected.""",
569+
# weights weights
570+
"{{weights weights: `dict`}}": """weights: `dict`
571+
A dictionary that will get updated in place with any
572+
created weights.""",
573+
# weights weights_axes
574+
"{{weights weights_axes: `set`}}": """weights_axes: `set`
575+
TODOUGRID.""",
576+
# weights methods
577+
"{{weights methods: `bool`, optional}}": """methods: `bool`, optional
578+
If True then add a description of the method used to
579+
create the weights to the *weights* dictionary, as
580+
opposed to the actual weights.""",
581+
# weights measure
582+
"{{weights measure: `bool`, optional}}": """measure: `bool`, optional
583+
If True then make calculate weights that are actual
584+
cell sizes with approriate units.""",
569585
# ----------------------------------------------------------------
570586
# Method description substitutions (4 levels of indentation)
571587
# ----------------------------------------------------------------

0 commit comments

Comments
 (0)