Skip to content

Commit

Permalink
Docs: fix term linking to pane in codedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Aug 6, 2014
1 parent 75db05b commit 3887bdc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog

Here you can find the recent changes to tmuxp.

0.1.12
------

- [config] :meth:`config.expand` now resolves directories in configuration
via :py:func:`os.path.expanduser` and :py:func:`os.path.expandvars`.

0.1.11
------

Expand Down
2 changes: 1 addition & 1 deletion doc/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ You can load your software project in tmux by placing a ``.tmuxp.yaml`` or
tmuxp supports loading configs via absolute filename with ``tmuxp load``
and via ``$ tmuxp load .`` if config is in directory.

.. bash::
.. code-block:: bash
$ tmuxp load ~/workspaces/myproject.yaml
Expand Down
2 changes: 1 addition & 1 deletion tmuxp/pane.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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

""":term:`tmux(1)` :ref:`pane`.
""":term:`tmux(1)` :term:`pane`.
:param window: :class:`Window`
Expand Down

0 comments on commit 3887bdc

Please sign in to comment.