File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11
11
.. _pseudoterminal : https://en.wikipedia.org/wiki/Pseudoterminal
12
12
.. _pty(4) : https://www.freebsd.org/cgi/man.cgi?query=pty&sektion=4
13
13
14
- .. autoclass :: libtmux.Pane
14
+ .. module :: libtmux
15
+
16
+ .. autoclass :: Pane
15
17
:noindex:
16
18
:members:
17
19
:inherited-members:
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ Servers
12
12
In tmux, a server is automatically started on your behalf
13
13
when you first run tmux.
14
14
15
- .. autoclass :: libtmux.Server
15
+ .. module :: libtmux
16
+
17
+ .. autoclass :: Server
16
18
:noindex:
17
19
:members:
18
20
:inherited-members:
Original file line number Diff line number Diff line change 8
8
- contain :ref: `Panes `
9
9
- identified by ``@ ``, e.g. ``@313 ``
10
10
11
- .. autoclass :: libtmux.Window
11
+ .. module :: libtmux
12
+
13
+ .. autoclass :: Window
12
14
:noindex:
13
15
:members:
14
16
:inherited-members:
You can’t perform that action at this time.
0 commit comments