hy/docs
Christopher Allan Webber d98e4fd733 Implement keyword argument passing... (foo-func 1 2 :kw1 "bar") works!
This code is heavily, *heavily* based off of Guillermo Vaya
(willyfrog)'s work... instead of defining its own keyword arg though, it
uses the "standard" :kwarg type, which is the main difference from
willyfrog's original branch.

Included tests and some documentation in the tutorial.

Also documented "apply" separately as an example of reproducing
*args and **kwargs.
2014-12-23 14:07:02 -06:00
..
_static Reorganize documentation. 2014-01-25 21:01:16 +02:00
contrib Adhere to CPython's documentation guidelines 2014-12-07 02:09:43 -08:00
language Adhere to CPython's documentation guidelines 2014-12-07 02:09:43 -08: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 @microamp 2014-09-06 08:49:05 -04:00
hacking.rst Various changes to documentation pages 2014-12-05 23:15:48 -08: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 Adhere to CPython's documentation guidelines 2014-12-07 02:09:43 -08:00
tutorial.rst Implement keyword argument passing... (foo-func 1 2 :kw1 "bar") works! 2014-12-23 14:07:02 -06:00