<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/natsort.git/docs/source/api.rst, branch develop</title>
<subtitle>github.com: SethMMorton/natsort.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/'/>
<entry>
<title>Made documentation great again.</title>
<updated>2016-05-08T07:21:12+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2016-05-08T00:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=d3ffa43ab561fd823a3267f28f3e4e963499e5f8'/>
<id>d3ffa43ab561fd823a3267f28f3e4e963499e5f8</id>
<content type='text'>
Added more clarification, made quick start more navigable, and added
more locale information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added more clarification, made quick start more navigable, and added
more locale information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a docstring to chain_functions.</title>
<updated>2016-05-03T06:01:46+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2016-05-03T05:30:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=28faa60651745b0f6f04460cc90d71d84503fbb4'/>
<id>28faa60651745b0f6f04460cc90d71d84503fbb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed obsolete arguments.</title>
<updated>2015-04-08T02:03:54+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2015-03-27T03:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=659c45cf539d49d60cfc0c9f62ff50119d1a75d1'/>
<id>659c45cf539d49d60cfc0c9f62ff50119d1a75d1</id>
<content type='text'>
All the old keyword arguments that have "alg" replacements have been
moved to keyword-only **_kwargs. All documentation referring to these
arguments have been removed. The argument to alg converter has been
updated to take the _kwargs dict.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All the old keyword arguments that have "alg" replacements have been
moved to keyword-only **_kwargs. All documentation referring to these
arguments have been removed. The argument to alg converter has been
updated to take the _kwargs dict.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added bytes decoding convenience functions.</title>
<updated>2015-04-07T06:17:03+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2015-04-07T06:17:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=494b8a4c0234634b73a8724481c7d61bdfd3a63e'/>
<id>494b8a4c0234634b73a8724481c7d61bdfd3a63e</id>
<content type='text'>
These functions are "decoder", "as_ascii", and "as_utf8".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These functions are "decoder", "as_ascii", and "as_utf8".
</pre>
</div>
</content>
</entry>
<entry>
<title>Documented the forwards-compatibility changes.</title>
<updated>2015-04-04T06:46:31+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2015-04-03T05:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=07f9f1c1dc2eb41355c2ea1e679d5397c610647d'/>
<id>07f9f1c1dc2eb41355c2ea1e679d5397c610647d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a humansorted function.</title>
<updated>2014-09-02T07:08:50+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2014-09-02T06:58:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=f42416d5ceed41f30079e833cf891b0b8a868849'/>
<id>f42416d5ceed41f30079e833cf891b0b8a868849</id>
<content type='text'>
This function is a shortcut for ns.LOCALE, like versorted is a
shortcut for ns.VERSION.

Documentation and tests for this were also added.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function is a shortcut for ns.LOCALE, like versorted is a
shortcut for ns.VERSION.

Documentation and tests for this were also added.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated documentation for new API.</title>
<updated>2014-08-31T18:04:35+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2014-08-31T17:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=e3be663c20502b632004dfbf24b9b781795f8235'/>
<id>e3be663c20502b632004dfbf24b9b781795f8235</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added expanded documentation.</title>
<updated>2014-07-19T08:33:56+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2014-07-19T07:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=db66506c32206077c2826a8e9004e3a97f5d1b9f'/>
<id>db66506c32206077c2826a8e9004e3a97f5d1b9f</id>
<content type='text'>
This documentation is in reST format, in a docs folder.  The README has
been pruned to only include what is needed to notify the user of what
the package does, and directs them to the documentation.

The tests and .travis.yml have been updated to account for the
documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This documentation is in reST format, in a docs folder.  The README has
been pruned to only include what is needed to notify the user of what
the package does, and directs them to the documentation.

The tests and .travis.yml have been updated to account for the
documentation.
</pre>
</div>
</content>
</entry>
</feed>
