Skip to content

Commit ee2b9ad

Browse files
committed
docs: Remove unused module docstring section titles
1 parent de3a4a2 commit ee2b9ad

File tree

8 files changed

+7
-41
lines changed

8 files changed

+7
-41
lines changed

docs/_ext/aafig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""aafig plugin for sphinx.
22
3-
sphinxcontrib.aafig.
3+
sphinxcontrib.aafig
44
~~~~~~~~~~~~~~~~~~~
55
66
Allow embedded ASCII art to be rendered as nice looking images

src/tmuxp/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# flake8: NOQA: F401
22
"""tmux session manager.
33
4-
tmuxp
5-
~~~~~
6-
74
:copyright: Copyright 2013- Tony Narlock.
85
:license: MIT, see LICENSE for details
9-
106
"""
117
from . import cli, util
128
from .__about__ import (

src/tmuxp/exc.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
"""Exceptions for tmuxp.
2-
3-
tmuxp.exc
4-
~~~~~~~~~
5-
6-
"""
1+
"""Exceptions for tmuxp."""
72
import typing as t
83

94
from libtmux._internal.query_list import ObjectDoesNotExist

src/tmuxp/log.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/usr/bin/env python
2-
"""Log utilities for tmuxp.
3-
4-
tmuxp.log
5-
~~~~~~~~~
6-
7-
"""
2+
"""Log utilities for tmuxp."""
83
import logging
94
import time
105
import typing as t

src/tmuxp/shell.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
"""Utility and helper methods for tmuxp.
2-
3-
tmuxp.shell
4-
~~~~~~~~~~~
5-
6-
"""
1+
"""Utility and helper methods for tmuxp."""
72
import logging
83
import os
94
import pathlib

src/tmuxp/util.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
"""Utility and helper methods for tmuxp.
2-
3-
tmuxp.util
4-
~~~~~~~~~~
5-
6-
"""
1+
"""Utility and helper methods for tmuxp."""
72
import logging
83
import os
94
import pathlib

src/tmuxp/workspace/builder.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
"""Create a tmux workspace from a workspace :py:obj:`dict`.
2-
3-
tmuxp.workspace.builder
4-
~~~~~~~~~~~~~~~~~~~~~~~
5-
6-
"""
1+
"""Create a tmux workspace from a workspace :py:obj:`dict`."""
72
import logging
83
import time
94
import typing as t

src/tmuxp/workspace/loader.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
"""Workspace hydration and loading for tmuxp.
2-
3-
tmuxp.workspace.loader
4-
~~~~~~~~~~~~~~~~~~~~~~
5-
6-
"""
1+
"""Workspace hydration and loading for tmuxp."""
72
import logging
83
import os
94
import pathlib

0 commit comments

Comments
 (0)