Skip to content

Commit 811aebc

Browse files
committed
Update API and index
1 parent d92328a commit 811aebc

File tree

2 files changed

+0
-77
lines changed

2 files changed

+0
-77
lines changed

doc/api.rst

Lines changed: 0 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -10,79 +10,20 @@ API Reference
1010

1111
.. module:: tmuxp
1212

13-
Server Object
14-
-------------
15-
16-
.. autoclass:: Server
17-
:members:
18-
:inherited-members:
19-
:private-members:
20-
:show-inheritance:
21-
:member-order: bysource
22-
23-
Session Object
24-
--------------
25-
26-
.. autoclass:: Session
27-
:members:
28-
:inherited-members:
29-
:private-members:
30-
:show-inheritance:
31-
:member-order: bysource
32-
33-
Window Object
34-
-------------
35-
36-
.. autoclass:: Window
37-
:members:
38-
:inherited-members:
39-
:private-members:
40-
:show-inheritance:
41-
:member-order: bysource
42-
43-
Pane Object
44-
-----------
45-
46-
.. autoclass:: Pane
47-
:members:
48-
:inherited-members:
49-
:private-members:
50-
:show-inheritance:
51-
:member-order: bysource
52-
5313
Internals
5414
---------
5515

56-
.. autoclass:: tmuxp.util.TmuxRelationalObject
57-
:members:
58-
59-
.. autoclass:: tmuxp.util.TmuxMappingObject
60-
:members:
61-
62-
.. autoclass:: tmuxp.util.tmux_cmd
63-
64-
.. automethod:: tmuxp.util.has_required_tmux_version
65-
66-
.. automethod:: tmuxp.util.oh_my_zsh_auto_title
67-
68-
.. automethod:: tmuxp.util.which
69-
7016
.. automethod:: tmuxp.util.run_before_script
7117

72-
.. automethod:: tmuxp.util.is_version
73-
7418
Command Line
7519
------------
7620

7721
.. automethod:: tmuxp.cli.startup
78-
7922
.. automethod:: tmuxp.cli.prompt
8023
.. automethod:: tmuxp.cli.prompt_bool
8124
.. automethod:: tmuxp.cli.prompt_choices
82-
8325
.. automethod:: tmuxp.cli.setup_logger
8426
.. automethod:: tmuxp.cli.get_parser
85-
8627
.. automethod:: tmuxp.cli.load_workspace
8728

8829
Configuration
@@ -92,9 +33,7 @@ Finding
9233
"""""""
9334

9435
.. automethod:: tmuxp.config.is_config_file
95-
9636
.. automethod:: tmuxp.config.in_dir
97-
9837
.. automethod:: tmuxp.config.in_cwd
9938

10039
Import and export
@@ -123,25 +62,10 @@ Workspace Builder
12362
Exceptions
12463
----------
12564

126-
.. autoexception:: tmuxp.exc.TmuxpException
127-
128-
.. autoexception:: tmuxp.exc.TmuxSessionExists
129-
13065
.. autoexception:: tmuxp.exc.EmptyConfigException
13166

13267
.. autoexception:: tmuxp.exc.ConfigError
13368

13469
.. autoexception:: tmuxp.exc.BeforeLoadScriptError
13570

13671
.. autoexception:: tmuxp.exc.BeforeLoadScriptNotExists
137-
138-
Test tools
139-
----------
140-
141-
.. automethod:: tmuxp.testsuite.helpers.get_test_session_name
142-
143-
.. automethod:: tmuxp.testsuite.helpers.get_test_window_name
144-
145-
.. automethod:: tmuxp.testsuite.helpers.temp_session
146-
147-
.. automethod:: tmuxp.testsuite.helpers.temp_window

doc/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Explore:
2121

2222
about
2323
quickstart
24-
quickstart_python
2524
examples
2625
cli
2726
internals

0 commit comments

Comments
 (0)