Skip to content

Commit a6fa51b

Browse files
committed
Add link to chinese docs
1 parent 6882aad commit a6fa51b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Here you can find the recent changes to tmuxp.
66
0.1-dev
77
-------
88

9+
2013-11-09
10+
''''''''''
11+
12+
- [docs] [translation] `documentation in Chinese`_ from `wrongwaycn`_.
13+
- [cli] :meth:`Pane.split_window()` for splitting :class:`Window` at
14+
``target-pane`` location.
15+
16+
.. _documentation in Chinese: http://tmuxp-zh.readthedocs.org
17+
.. _wrongwaycn: https://github.com/wrongwaycn
18+
919
2013-11-08
1020
''''''''''
1121

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tmuxp, a novel approach to manage `tmux(1)`_ (>= 1.8) workspaces through
2020
- `bash, zsh and tcsh`_ completion.
2121
- Unit tested against against live tmux (1.8 and git). See `travis.yml`_
2222
file, `tmuxp on Travis CI`_ and `testing`_ page.
23-
- `Documentation`_, `Examples`_, `Commands`_, `Internals`_.
23+
- `Documentation`_ (also in `中文`_), `Examples`_, `Commands`_, `Internals`_.
2424
- and `much, much more`_.
2525

2626
Ready to begin? See the `Quickstart`_.
@@ -57,6 +57,7 @@ tests .. code-block:: bash
5757

5858
.. _tmuxp on Travis CI: http://travis-ci.org/tony/tmuxp
5959
.. _Documentation: http://tmuxp.rtfd.org/
60+
.. _中文: http://tmuxp-zh.rtfd.org/
6061
.. _tmux(1): http://tmux.sourceforge.net/
6162
.. _tmuxinator: https://github.com/aziz/tmuxinator
6263
.. _teamocil: https://github.com/remiprev/teamocil

doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ tmuxp, a novel approach to manage `tmux(1)`_ (>= 1.8) workspaces through
1616
- `bash, zsh and tcsh`_ completion.
1717
- Unit tested against against live tmux (1.8 and git). See `travis.yml`_
1818
file, `tmuxp on Travis CI`_ and `testing`_ page.
19-
- `Documentation`_, `Examples`_, `Commands`_, `Internals`_.
19+
- `Documentation`_ (also in `中文`_), `Examples`_, `Commands`_, `Internals`_.
2020
- and `much, much more`_.
2121

2222
Ready to begin? See the `Quickstart`_.
2323

2424
.. _tmuxp on Travis CI: http://travis-ci.org/tony/tmuxp
2525
.. _Documentation: http://tmuxp.rtfd.org/
26+
.. _中文: http://tmuxp-zh.rtfd.org/
2627
.. _tmux(1): http://tmux.sourceforge.net/
2728
.. _tmuxinator: https://github.com/aziz/tmuxinator
2829
.. _teamocil: https://github.com/remiprev/teamocil

0 commit comments

Comments
 (0)