Skip to content

Commit 1ccf09f

Browse files
committed
update api docs for new signatures
also note that is_version is now has_version.
1 parent 3a388fd commit 1ccf09f

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

doc/api.rst

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,17 @@ Internals
6363

6464
.. autoclass:: libtmux.common.tmux_cmd
6565

66-
.. automethod:: libtmux.common.has_required_tmux_version
67-
6866
.. automethod:: libtmux.common.which
6967

70-
.. automethod:: libtmux.common.is_version
68+
.. automethod:: libtmux.common.has_version
69+
70+
.. automethod:: libtmux.common.has_gt_version
71+
72+
.. automethod:: libtmux.common.has_lt_version
73+
74+
.. automethod:: libtmux.common.has_minimum_tmux_version
75+
76+
.. automethod:: libtmux.common.handle_option_error
7177

7278
Exceptions
7379
----------
@@ -76,12 +82,20 @@ Exceptions
7682

7783
.. autoexception:: libtmux.exc.TmuxCommandNotFound
7884

85+
.. autoexception:: libtmux.exc.VersionTooLow
86+
7987
.. autoexception:: libtmux.exc.TmuxSessionExists
8088

8189
.. autoexception:: libtmux.exc.BadSessionName
8290

91+
.. autoexception:: libtmux.exc.OptionError
92+
8393
.. autoexception:: libtmux.exc.UnknownOption
8494

95+
.. autoexception:: libtmux.exc.InvalidOption
96+
97+
.. autoexception:: libtmux.exc.AmbiguousOption
98+
8599
Test tools
86100
----------
87101

0 commit comments

Comments
 (0)