hy/docs
pyos 8e4b21103c Reimplement some built-ins in terms of the standard library.
As a result:

  * functions such as `nth` should work correctly on iterators;
  * `nth` will raise `IndexError` (in a fashion consistent with `get`)
    when the index is out of bounds;
  * `take`, etc. will raise `ValueError` instead of returning
    an ambiguous value if the index is negative;
  * `map`, `zip`, `range`, `input`, `filter` work the same way (Py3k one)
    on both Python 2 and 3 (see #523 and #331).
2014-04-29 18:03:43 +04:00
..
_static Reorganize documentation. 2014-01-25 21:01:16 +02:00
contrib Fix versionadded in docs to 0.10.0 release 2014-04-10 23:51:32 +05:30
language Reimplement some built-ins in terms of the standard library. 2014-04-29 18:03:43 +04:00
.gitignore Adding in a docs directory. 2013-03-12 22:53:45 -04:00
conf.py Changed conf.py to use RTD theme if available 2014-04-24 00:17:58 +03:00
coreteam.rst add clinton 2014-01-13 20:24:12 -05:00
hacking.rst add make flow to the hacking docs 2014-04-16 13:40:21 -04:00
index.rst Reorganize documentation. 2014-01-25 21:01:16 +02:00
make.bat This change updates the required Pygments version to 1.6, which 2014-03-14 09:01:47 -04:00
Makefile Adding in a docs directory. 2013-03-12 22:53:45 -04:00
quickstart.rst Visual and text changes in quickstart page. Kind of beautifying. It also 2014-01-17 04:02:33 +02:00
tutorial.rst Kill kwapply. 2014-04-09 20:10:31 +03:00