Skip to content

Commit 89fb529

Browse files
committed
doc updates
1 parent 870f97d commit 89fb529

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Here you can find the recent changes to tmuxp.
220220
- [pypi / packaging] add MANIFEST.in, fix issue where package would not
221221
install because missing file
222222
- [cli] bash / zsh completion.
223-
- [docs] New page on :ref:`orm_al`.
223+
- [docs] New page on :ref:`internals`.
224224
- [docs] Updates to :ref:`about_tmux` page.
225225
- [docs] add vim modeline for rst to bottom of this page
226226
- [internal] [tests] Server is now a subclass of :class:`util.TmuxObject`.

doc/about.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Minor tweaks
9393
- ``$ tmuxp -2``, ``$ tmuxp -8`` for forcing term colors a la
9494
:ref:`tmux(1)`.
9595
- ``$ tmuxp -L<socket-name>``, ``$ tmuxp -S<socket-path>`` for sockets and
96-
``$ tmuxp -f<config-file>` for config file.
96+
``$ tmuxp -f<config-file>`` for config file.
9797

9898
.. _attempt at 1.7 test: https://travis-ci.org/tony/tmuxp/jobs/12348263
9999
.. _kaptan: https://github.com/emre/kaptan

doc/cli.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ For zsh, ``.zshrc``:
9393
$ source tmuxp.zsh
9494
9595
96-
.. commands::
96+
.. _commands:
9797

9898
Commands
9999
""""""""
@@ -102,3 +102,4 @@ Commands
102102
:module: tmuxp.cli
103103
:func: get_parser
104104
:prog: tmuxp
105+

0 commit comments

Comments
 (0)