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