Skip to content

Commit b9da4fd

Browse files
authored
Merge pull request matplotlib#29899 from story645/doc-unit
[doc] minimally document what basic units is doing
2 parents 4658ab0 + dc4ac69 commit b9da4fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

galleries/examples/units/basic_units.py

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
Basic units
66
===========
77
8+
9+
This file implements a units library that supports registering arbitrary units,
10+
conversions between units, and math with unitized data. This library also implements a
11+
Matplotlib unit converter and registers its units with Matplotlib. This library is used
12+
in the examples to demonstrate Matplotlib's unit support. It is only maintained for the
13+
purposes of building documentation and should never be used outside of the Matplotlib
14+
documentation.
15+
816
"""
917

1018
import itertools

0 commit comments

Comments
 (0)