Skip to content

Commit 88fde2a

Browse files
committed
doc tweaks
1 parent 594799d commit 88fde2a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tmuxp, a novel approach to manage `tmux(1)`_ (>= 1.8) workspaces through
1515
`python objects`_.
1616

1717
- Basic support for `freezing live sessions`_.
18-
- `importing`_ from `teamocil`_ and `tmuxinator`_.
18+
- `Importing`_ from `teamocil`_ and `tmuxinator`_.
1919
- JSON or YAML for `simple`_ or `very elaborate`_ configurations.
2020
- `bash, zsh and tcsh`_ completion.
2121
- Unit tested against against live tmux (1.8 and git). See `travis.yml`_
@@ -79,7 +79,7 @@ tests .. code-block:: bash
7979
.. _teamocil: https://github.com/remiprev/teamocil
8080
.. _Examples: http://tmuxp.readthedocs.org/en/latest/examples.html
8181
.. _freezing live sessions: http://tmuxp.readthedocs.org/en/latest/cli.html#freeze-sessions
82-
.. _importing: http://tmuxp.readthedocs.org/en/latest/cli.html#import
82+
.. _Importing: http://tmuxp.readthedocs.org/en/latest/cli.html#import
8383
.. _travis.yml: http://tmuxp.readthedocs.org/en/latest/developing.html#travis-ci
8484
.. _testing: http://tmuxp.readthedocs.org/en/latest/developing.html#test-runner
8585
.. _python objects: http://tmuxp.readthedocs.org/en/latest/api.html#api

doc/cli.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Command Line Interface
55
======================
66

7-
.. _import_teamocil:
7+
.. _cli_freeze:
88

99
Freeze sessions
1010
"""""""""""""""
@@ -15,6 +15,8 @@ Freeze sessions
1515
1616
Tmuxp will offer to convert file to ``.json`` or ``.yaml``.
1717

18+
.. _cli_load:
19+
1820
Load session
1921
""""""""""""
2022

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tmuxp, a novel approach to manage `tmux(1)`_ (>= 1.8) workspaces through
1111
`python objects`_.
1212

1313
- Basic support for `freezing live sessions`_.
14-
- `importing`_ from `teamocil`_ and `tmuxinator`_.
14+
- `Importing`_ from `teamocil`_ and `tmuxinator`_.
1515
- JSON or YAML for `simple`_ or `very elaborate`_ configurations.
1616
- `bash, zsh and tcsh`_ completion.
1717
- Unit tested against against live tmux (1.8 and git). See `travis.yml`_
@@ -28,7 +28,7 @@ Ready to begin? See the `Quickstart`_.
2828
.. _teamocil: https://github.com/remiprev/teamocil
2929
.. _Examples: http://tmuxp.readthedocs.org/en/latest/examples.html
3030
.. _freezing live sessions: http://tmuxp.readthedocs.org/en/latest/cli.html#freeze-sessions
31-
.. _importing: http://tmuxp.readthedocs.org/en/latest/cli.html#import
31+
.. _Importing: http://tmuxp.readthedocs.org/en/latest/cli.html#import
3232
.. _travis.yml: http://tmuxp.readthedocs.org/en/latest/developing.html#travis-ci
3333
.. _testing: http://tmuxp.readthedocs.org/en/latest/developing.html#test-runner
3434
.. _python objects: http://tmuxp.readthedocs.org/en/latest/api.html#api

0 commit comments

Comments
 (0)