Skip to content

Commit e695d2c

Browse files
committed
api changes
1 parent 465dba4 commit e695d2c

File tree

1 file changed

+5
-32
lines changed

1 file changed

+5
-32
lines changed

doc/api.rst

Lines changed: 5 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,9 @@ Session Object
2222
.. autoclass:: Session
2323
:members:
2424
:inherited-members:
25+
:private-members:
2526
:show-inheritance:
26-
27-
.. attribute:: server
28-
29-
The :class:`Server` of the window.
30-
31-
.. attribute:: windows
32-
33-
A :py:obj:`list` of the window's :class:`Window` objects.
34-
35-
.. attribute:: _window
36-
37-
A :py:obj:`list` of the session's windows as :py:obj:`dict`.
27+
:member-order: bysource
3828

3929
Window Object
4030
-------------
@@ -44,34 +34,17 @@ Window Object
4434
:inherited-members:
4535
:private-members:
4636
:show-inheritance:
47-
48-
.. attribute:: session
49-
50-
The :class:`Session` of the window.
51-
52-
.. attribute:: panes
53-
54-
A :py:obj:`list` of the window's :class:`Pane` objects.
55-
56-
.. attribute:: _panes
57-
58-
A :py:obj:`list` of the window's panes as :py:obj:`dict`.
37+
:member-order: bysource
5938

6039
Pane Object
6140
-----------
6241

6342
.. autoclass:: Pane
6443
:members:
6544
:inherited-members:
45+
:private-members:
6646
:show-inheritance:
67-
68-
.. attribute:: _session
69-
70-
The :class:`Session` of the pane.
71-
72-
.. attribute:: _window
73-
74-
The :class:`Window` of the pane.
47+
:member-order: bysource
7548

7649
Internals
7750
---------

0 commit comments

Comments
 (0)