| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Add examples to char module docstring showing use-cases for a couple of the
functions in the package.
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* ~ not ^
* = skipped for -
* swap - and = underline in files they are swapped
* * to = in header underline
* - to = and * to - for consitency
* A few more change * -> ~
* use ~ instead of +
* DOC: Fixup `c-api/array.rst` with further ^ with ~ replacement
There is still a fourth level here, which remains using "
Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
|
|
|
|
|
|
|
|
| |
This:
* Fixes some broken references
* Cleans up some use of Python 2 aliases:
* Switches references to `np.string_` to describe `np.bytes_` instead
* Switches references to `np.unicode_` to describe `np.str_` instead
|
|\
| |
| | |
DOC: Adds documentation of functions exposed in numpy namespace
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
Now is as good a time as any with open PR's at a low.
|
|
|
|
|
| |
Word of warning: do not use Sphinx 1.0.7 (latest release), its autodoc
extension is broken. 1.0.4 works fine.
|
|
1240, 1241. docstrings, full unit-test coverage, C-based vectorized string operations.
|