Skip to content

Commit 3887bdc

Browse files
committed
Docs: fix term linking to pane in codedocs
1 parent 75db05b commit 3887bdc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changelog
44

55
Here you can find the recent changes to tmuxp.
66

7+
0.1.12
8+
------
9+
10+
- [config] :meth:`config.expand` now resolves directories in configuration
11+
via :py:func:`os.path.expanduser` and :py:func:`os.path.expandvars`.
12+
713
0.1.11
814
------
915

doc/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ You can load your software project in tmux by placing a ``.tmuxp.yaml`` or
305305
tmuxp supports loading configs via absolute filename with ``tmuxp load``
306306
and via ``$ tmuxp load .`` if config is in directory.
307307

308-
.. bash::
308+
.. code-block:: bash
309309
310310
$ tmuxp load ~/workspaces/myproject.yaml
311311

tmuxp/pane.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
class Pane(util.TmuxMappingObject, util.TmuxRelationalObject):
2020

21-
""":term:`tmux(1)` :ref:`pane`.
21+
""":term:`tmux(1)` :term:`pane`.
2222
2323
:param window: :class:`Window`
2424

0 commit comments

Comments
 (0)