Skip to content

Commit 5f53160

Browse files
committed
rename orm_al to internals, add links
1 parent c6b297c commit 5f53160

File tree

4 files changed

+18
-14
lines changed

4 files changed

+18
-14
lines changed

README.rst

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

17-
- Basic support for `freezing live sessions`_
17+
- Basic support for `freezing live sessions`_.
1818
- `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`_
22-
file and `testing`_ page.
23-
- Documented `Examples`_, Internals.
22+
file, `tmuxp on Travis CI`_ and `testing`_ page.
23+
- `Documentation`_, `Examples`_, `Internals`_.
2424
- and `much, much more`_
2525

2626
Ready to begin? See the `Quickstart`_.
27-
27+
.. _tmuxp on Travis CI`: http://travis-ci.org/tony/tmuxp
28+
.. _Documentation: http://tmuxp.rtfd.org/
2829
.. _tmux(1): http://tmux.sourceforge.net/
2930
.. _tmuxinator: https://github.com/aziz/tmuxinator
3031
.. _teamocil: https://github.com/remiprev/teamocil
@@ -39,6 +40,7 @@ Ready to begin? See the `Quickstart`_.
3940
.. _bash, zsh and tcsh: http://tmuxp.readthedocs.org/en/latest/cli.html#bash-completion
4041
.. _much, much more: http://tmuxp.readthedocs.org/en/latest/about.html#minor-tweaks
4142
.. _Quickstart: http://tmuxp.readthedocs.org/en/latest/quickstart.html
43+
.. _Internals: http://tmuxp.readthedocs.org/en/latest/internals.html
4244

4345
CLI Commands
4446
""""""""""""

doc/about.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Differences
5656

5757
**Internals** teamocil and tmuxinator pipe configurations into
5858
commands. tmuxp turns configuration into a live :class:`Session` object
59-
with access to all window and pane data. See :ref:`ORM_AL`.
59+
with access to all window and pane data. See :ref:`internals`.
6060

6161
**CLI** tmuxp's CLI can attach and kill sessions.
6262

doc/index.rst

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

13-
- Basic support for `freezing live sessions`_
13+
- Basic support for `freezing live sessions`_.
1414
- `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`_
18-
file and `testing`_ page.
19-
- Documented `Examples`_, Internals.
18+
file, `tmuxp on Travis CI`_ and `testing`_ page.
19+
- `Documentation`_, `Examples`_, Internals.
2020
- and `much, much more`_
2121

2222
Ready to begin? See the `Quickstart`_.
23-
23+
.. _tmuxp on Travis CI`: http://travis-ci.org/tony/tmuxp
24+
.. _Documentation: http://tmuxp.rtfd.org/
2425
.. _tmux(1): http://tmux.sourceforge.net/
2526
.. _tmuxinator: https://github.com/aziz/tmuxinator
2627
.. _teamocil: https://github.com/remiprev/teamocil
@@ -35,6 +36,7 @@ Ready to begin? See the `Quickstart`_.
3536
.. _bash, zsh and tcsh: http://tmuxp.readthedocs.org/en/latest/cli.html#bash-completion
3637
.. _much, much more: http://tmuxp.readthedocs.org/en/latest/about.html#minor-tweaks
3738
.. _Quickstart: http://tmuxp.readthedocs.org/en/latest/quickstart.html
39+
.. _Internals: http://tmuxp.readthedocs.org/en/latest/internals.html
3840

3941
Explore:
4042

@@ -45,7 +47,7 @@ Explore:
4547
cli
4648
quickstart
4749
examples
48-
orm_al
50+
internals
4951
developing
5052
api
5153
changes

doc/orm_al.rst renamed to doc/internals.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.. _orm_al:
1+
.. _Internals:
22

3-
=========================
4-
ORM and Abstraction Layer
5-
=========================
3+
=========
4+
Internals
5+
=========
66

77
.. module:: tmuxp
88

0 commit comments

Comments
 (0)