diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-02-21 20:14:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-21 20:14:46 -0500 |
| commit | 419920987c2e9473ec7b75064506b9acbb696ddd (patch) | |
| tree | 758b72f0948e9894d4de03fe967e727da34038bc /docs/library/array.rst | |
| parent | ee90056866d2a8a1e0eec21f0ce5c60b741ea411 (diff) | |
| parent | e667bdfe0583909c1a6fd7789ab5605f010d3005 (diff) | |
Merge pull request #632 from tannewt/delete_out_of_date
Delete out of date docs, drivers and examples
Diffstat (limited to 'docs/library/array.rst')
| -rw-r--r-- | docs/library/array.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/library/array.rst b/docs/library/array.rst index d096c6ec4..dfaef0ff6 100644 --- a/docs/library/array.rst +++ b/docs/library/array.rst @@ -1,10 +1,12 @@ :mod:`array` -- arrays of numeric data ====================================== +.. include:: ../templates/unsupported_in_circuitpython.inc + .. module:: array :synopsis: efficient arrays of numeric data -|see_cpython_module| :mod:`python:array`. +|see_cpython_module| :mod:`cpython:array`. Supported format codes: ``b``, ``B``, ``h``, ``H``, ``i``, ``I``, ``l``, ``L``, ``q``, ``Q``, ``f``, ``d`` (the latter 2 depending on the |
