summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.char.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: added example in char (#22500)hannah2022-10-311-2/+8
| | | | | | 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>
* DOC: RST Titles Underline reordering (#21677)Matthias Bussonnier2022-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | * ~ 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>
* DOC: Tidy up references to str_ / bytes_Eric Wieser2020-10-241-1/+1
| | | | | | | | 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
* Merge pull request #13847 from kritisingh1/depMatti Picus2019-07-071-0/+1
|\ | | | | DOC: Adds documentation of functions exposed in numpy namespace
| * DOC: Adds documentation of functions exposed in numpy namespacekritisingh12019-06-271-0/+1
| |
* | current module is changed from numpy.core.defchararray to numpy.charshekharrajak2019-06-251-3/+3
| |
* | numpy.core.defchararray is replaced with numpy.char moduleshekharrajak2019-06-241-1/+3
| |
* | minor change - line length < 80 and The before module name addedshekharrajak2019-06-211-2/+3
| |
* | module name is specified as numpy.core.defchararrayshekharrajak2019-06-211-3/+2
|/
* DOC: add missing character routines, fix #8578Adam Orr2019-01-301-0/+6
|
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
| | | | Now is as good a time as any with open PR's at a low.
* DOC: BLD: fix some doc build warnings.Ralf Gommers2011-03-141-1/+0
| | | | | Word of warning: do not use Sphinx 1.0.7 (latest release), its autodoc extension is broken. 1.0.4 works fine.
* Many improvements to chararray. Fixes Trac bugs 1199, 856, 855, 1231, 1235, ↵mdroe2009-10-121-0/+88
1240, 1241. docstrings, full unit-test coverage, C-based vectorized string operations.