Cleanup on docs and test

This commit is contained in:
Anthony Johnson 2017-03-20 12:14:19 -07:00
parent 4a61366ff1
commit 5d8b49d221
No known key found for this signature in database
GPG Key ID: C5C79D82F922D604
2 changed files with 5 additions and 5 deletions

View File

@ -142,10 +142,10 @@ class JSObject(ObjectDescription):
# type: () -> None
"""Handle object nesting before content
:py:class:`PyObject` represents Python language constructs. For
constructs that are nestable, such as a Python classes, this method will
build up a stack of the nesting heirarchy so that it can be later
de-nested correctly, in :py:meth:`after_content`.
:py:class:`JSObject` represents JavaScript language constructs. For
constructs that are nestable, this method will build up a stack of the
nesting heirarchy so that it can be later de-nested correctly, in
:py:meth:`after_content`.
For constructs that aren't nestable, the stack is bypassed, and instead
only the most recent object is tracked. This object prefix name will be

View File

@ -4,4 +4,4 @@ test-domain-js
.. toctree::
roles
package
module