@@ -26,6 +26,30 @@ tmuxp, a novel approach to manage `tmux(1)`_ (>= 1.8) workspaces through
2626
2727Ready to begin? See the `Quickstart `_.
2828
29+ .. _tmuxp on Travis CI : http://travis-ci.org/tony/tmuxp
30+ .. _Documentation : http://tmuxp.rtfd.org/
31+ .. _Source : https://github.com/tony/tmuxp
32+ .. _中文 : http://tmuxp-zh.rtfd.org/
33+ .. _tmux(1) : http://tmux.sourceforge.net/
34+ .. _tmuxinator : https://github.com/aziz/tmuxinator
35+ .. _teamocil : https://github.com/remiprev/teamocil
36+ .. _Examples : http://tmuxp.readthedocs.org/en/latest/examples.html
37+ .. _freezing live sessions : http://tmuxp.readthedocs.org/en/latest/cli.html#freeze-sessions
38+ .. _Importing : http://tmuxp.readthedocs.org/en/latest/cli.html#import
39+ .. _travis.yml : http://tmuxp.readthedocs.org/en/latest/developing.html#travis-ci
40+ .. _testing : http://tmuxp.readthedocs.org/en/latest/developing.html#test-runner
41+ .. _python objects : http://tmuxp.readthedocs.org/en/latest/api.html#api
42+ .. _simple : http://tmuxp.readthedocs.org/en/latest/examples.html#short-hand-inline
43+ .. _very elaborate : http://tmuxp.readthedocs.org/en/latest/examples.html#super-advanced-dev-environment
44+ .. _bash, zsh and tcsh : http://tmuxp.readthedocs.org/en/latest/cli.html#bash-completion
45+ .. _much, much more : http://tmuxp.readthedocs.org/en/latest/about.html#minor-tweaks
46+ .. _Quickstart : http://tmuxp.readthedocs.org/en/latest/quickstart.html
47+ .. _Internals : http://tmuxp.readthedocs.org/en/latest/internals.html
48+ .. _Commands : http://tmuxp.readthedocs.org/en/latest/cli.html
49+
50+ Project details
51+ ---------------
52+
2953============== ==========================================================
3054tmux support 1.8, 1.9-dev
3155python support 2.7, >= 3.3
@@ -37,6 +61,7 @@ Changelog http://tmuxp.readthedocs.org/en/latest/history.html
3761Issues https://github.com/tony/tmuxp/issues
3862Source https://github.com/tony/tmuxp
3963pypi https://pypi.python.org/pypi/tmuxp
64+ Crate.io https://crate.io/packages/tmuxp/
4065License `BSD `_.
4166git repo .. code-block:: bash
4267
@@ -56,27 +81,6 @@ tests .. code-block:: bash
5681 $ python ./run_tests.py
5782============== ==========================================================
5883
59- .. _tmuxp on Travis CI : http://travis-ci.org/tony/tmuxp
60- .. _Documentation : http://tmuxp.rtfd.org/
61- .. _Source : https://github.com/tony/tmuxp
62- .. _中文 : http://tmuxp-zh.rtfd.org/
63- .. _tmux(1) : http://tmux.sourceforge.net/
64- .. _tmuxinator : https://github.com/aziz/tmuxinator
65- .. _teamocil : https://github.com/remiprev/teamocil
66- .. _Examples : http://tmuxp.readthedocs.org/en/latest/examples.html
67- .. _freezing live sessions : http://tmuxp.readthedocs.org/en/latest/cli.html#freeze-sessions
68- .. _Importing : http://tmuxp.readthedocs.org/en/latest/cli.html#import
69- .. _travis.yml : http://tmuxp.readthedocs.org/en/latest/developing.html#travis-ci
70- .. _testing : http://tmuxp.readthedocs.org/en/latest/developing.html#test-runner
71- .. _python objects : http://tmuxp.readthedocs.org/en/latest/api.html#api
72- .. _simple : http://tmuxp.readthedocs.org/en/latest/examples.html#short-hand-inline
73- .. _very elaborate : http://tmuxp.readthedocs.org/en/latest/examples.html#super-advanced-dev-environment
74- .. _bash, zsh and tcsh : http://tmuxp.readthedocs.org/en/latest/cli.html#bash-completion
75- .. _much, much more : http://tmuxp.readthedocs.org/en/latest/about.html#minor-tweaks
76- .. _Quickstart : http://tmuxp.readthedocs.org/en/latest/quickstart.html
77- .. _Internals : http://tmuxp.readthedocs.org/en/latest/internals.html
78- .. _Commands : http://tmuxp.readthedocs.org/en/latest/cli.html
79-
8084.. _BSD : http://opensource.org/licenses/BSD-3-Clause
8185.. _developing and testing : http://tmuxp.readthedocs.org/en/latest/developing.html
8286.. _installing bash completion : http://tmuxp.readthedocs.org/en/latest/quickstart.html#bash-completion
0 commit comments