File tree Expand file tree Collapse file tree 8 files changed +7
-41
lines changed Expand file tree Collapse file tree 8 files changed +7
-41
lines changed Original file line number Diff line number Diff line change 11"""aafig plugin for sphinx.
22
3- sphinxcontrib.aafig.
3+ sphinxcontrib.aafig
44~~~~~~~~~~~~~~~~~~~
55
66Allow embedded ASCII art to be rendered as nice looking images
Original file line number Diff line number Diff line change 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"""
117from . import cli , util
128from .__about__ import (
Original file line number Diff line number Diff line change 1- """Exceptions for tmuxp.
2-
3- tmuxp.exc
4- ~~~~~~~~~
5-
6- """
1+ """Exceptions for tmuxp."""
72import typing as t
83
94from libtmux ._internal .query_list import ObjectDoesNotExist
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2- """Log utilities for tmuxp.
3-
4- tmuxp.log
5- ~~~~~~~~~
6-
7- """
2+ """Log utilities for tmuxp."""
83import logging
94import time
105import typing as t
Original file line number Diff line number Diff line change 1- """Utility and helper methods for tmuxp.
2-
3- tmuxp.shell
4- ~~~~~~~~~~~
5-
6- """
1+ """Utility and helper methods for tmuxp."""
72import logging
83import os
94import pathlib
Original file line number Diff line number Diff line change 1- """Utility and helper methods for tmuxp.
2-
3- tmuxp.util
4- ~~~~~~~~~~
5-
6- """
1+ """Utility and helper methods for tmuxp."""
72import logging
83import os
94import pathlib
Original file line number Diff line number Diff line change 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`."""
72import logging
83import time
94import typing as t
Original file line number Diff line number Diff line change 1- """Workspace hydration and loading for tmuxp.
2-
3- tmuxp.workspace.loader
4- ~~~~~~~~~~~~~~~~~~~~~~
5-
6- """
1+ """Workspace hydration and loading for tmuxp."""
72import logging
83import os
94import pathlib
You can’t perform that action at this time.
0 commit comments