Add hy.extra

This commit is contained in:
Kodi Arfer 2016-12-26 14:41:08 -08:00
parent d980a4a8ee
commit 670c5ae7e5
3 changed files with 13 additions and 0 deletions

12
docs/extra/index.rst Normal file
View File

@ -0,0 +1,12 @@
===================
Extra Modules Index
===================
These modules are considered no less stable than Hy's built-in
functions and macros, but they need to be loaded with ``(import
...)`` or ``(require ...)``.
Contents:
.. toctree::
:maxdepth: 3

View File

@ -34,5 +34,6 @@ Contents:
tutorial
style-guide
language/index
extra/index
contrib/index
hacking

0
hy/extra/__init__.py Normal file
View File