From 456167f70e12d4089ae8e07907581dca786a91ef Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Sun, 5 Jun 2016 22:41:56 -0400 Subject: [PATCH] even more docs --- docs/api/contexts.rst | 11 +++++++++++ docs/api/index.rst | 1 + 2 files changed, 12 insertions(+) create mode 100644 docs/api/contexts.rst diff --git a/docs/api/contexts.rst b/docs/api/contexts.rst new file mode 100644 index 000000000..ca0e23a09 --- /dev/null +++ b/docs/api/contexts.rst @@ -0,0 +1,11 @@ +.. _xonsh_contexts: + +******************************************************************************** +Context Managers for Xonsh (``xonsh.contexts``) +******************************************************************************** + +.. automodule:: xonsh.contexts + :members: + :undoc-members: + :inherited-members: + diff --git a/docs/api/index.rst b/docs/api/index.rst index 739707230..bbb61646d 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -62,6 +62,7 @@ For those of you who want the gritty details. wizard xonfig codecache + contexts vox