mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Cleanup on docs and test
This commit is contained in:
parent
4a61366ff1
commit
5d8b49d221
@ -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
|
||||
|
@ -4,4 +4,4 @@ test-domain-js
|
||||
.. toctree::
|
||||
|
||||
roles
|
||||
package
|
||||
module
|
||||
|
Loading…
Reference in New Issue
Block a user