File: api-numpy.md

package info (click to toggle)
sphinx-book-theme 1.1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,104 kB
  • sloc: python: 1,302; javascript: 170; makefile: 56; sh: 8
file content (11 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# NumPy docstrings

This page demonstrates NumPy docstrings for the theme, as well as some other common Sphinx directives for API documentation.

```{versionadded} 0.1.1
```

```{eval-rst}
.. automodule:: numpy
   :members: array, transpose
```