summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Remove special cases imageSeth Morton2023-04-181-0/+0
| | | | This is now in the wiki repo.
* Remove CHANGELOG from API documentationSeth Morton2023-04-184-13/+2
| | | | This removes the dep on m2r2, and closes #162.
* Fix a sphinx link generation errorSeth Morton2023-04-181-2/+2
|
* Bump version: 8.3.0 → 8.3.18.3.1Seth Morton2023-03-011-1/+1
|
* Bump version: 8.2.0 → 8.3.0Seth Morton2023-02-271-1/+1
|
* Move most documentation to the wikiSeth Morton2023-02-264-1822/+10
| | | | | The pages are left with a note about the redirection so as to not destroy the internet.
* Bump version: 8.1.0 → 8.2.08.2.0Seth Morton2022-09-011-1/+1
|
* Bump version: 8.0.2 → 8.1.08.1.0Seth Morton2022-01-301-1/+1
|
* Add howto section about locale and unicodeSeth Morton2022-01-301-0/+65
|
* Add a note in How-it-works about path suffix splittingSeth Morton2022-01-301-0/+7
| | | | | Basically, I just point out that the example is more simple than the real thing.
* Remove Python 2 related content from documentationSeth Morton2022-01-303-35/+16
| | | | This should have been removed with natsort 7.0.0.
* Fix typosKian-Meng, Ang2021-12-303-3/+3
|
* Bump version: 8.0.1 → 8.0.28.0.2Seth Morton2021-12-141-1/+1
|
* Bump version: 8.0.0 → 8.0.18.0.1Seth Morton2021-12-101-1/+1
|
* Bump version: 7.2.0 → 8.0.08.0.0Seth Morton2021-11-031-1/+1
|
* Bump version: 7.1.1 → 7.2.07.2.0Seth Morton2021-11-021-1/+1
|
* Simplify typesSeth Morton2021-10-291-2/+0
| | | | Some over-specified types have been made a bit more general.
* Expose the NSType in the public APISeth Morton2021-10-281-0/+2
|
* Remove type annotations from documentationSeth Morton2021-10-271-0/+1
| | | | | The annotations were so complex that it made the documentation hard to follow.
* Expose some internal types to the userSeth Morton2021-10-271-0/+22
|
* Bump version: 7.1.0 → 7.1.17.1.1Seth Morton2021-01-241-1/+1
|
* DOC: Fixed miniscule typoJoseph Fox-Rabinovitz2020-12-061-1/+1
|
* Fix warnings during tests, closes issue #126Seth Morton2020-11-261-2/+2
| | | | | | | - The SemVer function used in the examples was deprecated, so the suggested alternative is now used instead. - Hypothesis apparently doesn't play well with function-scoped fixtures and has started warning about it - those tests have been rewritten.
* Run blackSeth Morton2020-11-221-32/+32
| | | | | It turns out I had an error in the Travis-CI black invocation that cause it to not actually catch formatting errors. Oops!
* Properly fix sphinx documentation bugSeth Morton2020-11-203-5/+5
|
* Bump version: 7.0.1 → 7.1.07.1.0Seth Morton2020-11-191-1/+1
|
* Documentation updatesSeth Morton2020-11-171-0/+15
|
* Don't use very new sphinxSeth Morton2020-11-151-3/+3
| | | | Something broke in 3.3.1, so let's use older versions.
* Add Pandas documentation linksSeth Morton2020-11-151-3/+11
| | | | And give instructions for users on old pandas.
* Change new pandas example so that doctests ignore itSeth Morton2020-11-151-13/+12
| | | | | I don't want to install pandas for tests, so ignore this example in doctests.
* Update examples.rstAlexander Kurakin2020-08-191-1/+11
|
* Update "Sorting a Pandas DataFrame" documentation. Closes #115Alexander Kurakin2020-08-091-7/+7
|
* Updated how it works to reflect current codeSeth Morton2020-04-251-12/+8
|
* Fix typo in docsSeth Morton2020-04-251-1/+1
|
* Fix broken m2r depSeth Morton2020-04-252-4/+4
|
* Dix missing example blocks in how-it-worksSeth Morton2020-04-251-3/+3
|
* Bump version: 7.0.0 → 7.0.17.0.1Seth Morton2020-01-271-1/+1
|
* Bump version: 6.2.0 → 7.0.07.0.0Seth Morton2020-01-081-1/+1
|
* Re-remove Python 2.7 support.Seth Morton2019-11-132-33/+8
|
* Bump version: 6.1.0 → 6.2.0Seth Morton2019-11-131-1/+1
|
* Revert removal of Python 2.7 in one commitThis is to make a release that ↵Seth Morton2019-11-132-8/+33
| | | | supports Python 3.8 and Python 2.7. Thiscommit can be reverted to then remove 2.7 support again.
* Pin testing and documentation dependenciesSeth Morton2019-11-122-1/+10
| | | | | This will make failures due to testing helpers being updated less likely to occur going forward.
* Improve high-level documentationSeth Morton2019-11-122-479/+14
| | | | | | | README.rst has been updated with more TOC to help steer users. intro.rst has been merged with index.rst, and most of the content has been removed and users are now directed to the README.rst
* Make paths in examples a bit more OS-agnosticSeth Morton2019-11-101-16/+16
|
* Merge branch 'master' into drop-python2-supportSeth Morton2019-11-107-172/+251
|\ | | | | | | Had to resolve addition of numeric_regex_chooser, and version.
| * Bump version: 6.0.0 → 6.1.06.1.0Seth Morton2019-11-091-1/+1
| |
| * Reorder FAQ in READMESeth Morton2019-11-091-4/+4
| |
| * Fix flake8 warning in conf.pySeth Morton2019-11-091-1/+1
| |
| * Fomatting of documentationSeth Morton2019-11-096-168/+190
| |
| * Merge pull request #102 from SethMMorton/document-unitsSeth Morton2019-11-092-1/+58
| |\ | | | | | | | | | This pull request adds an example of how to sort based on units, and also exposes a new function that helps building custom functions easier.