Skip to content

Commit a73b483

Browse files
committed
Update docs
1 parent 28f0d0d commit a73b483

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
:width: 65%
1212
:align: center
1313

14-
tmuxp, a novel approach to managing `tmux(1)`_ workspaces through
14+
Open to testers
15+
---------------
16+
17+
tmuxp is still **alpha** code and needs a few more weeks until stable.
18+
See the `Issues tracker`_ to see known issues and for any other concerns.
19+
20+
``tmuxp``, a novel approach to managing `tmux(1)`_ workspaces through
1521
python objects. Features:
1622

1723
- Load + switch to new session from inside tmux.
@@ -32,8 +38,6 @@ tmuxp works in 3 ways:
3238
- CLI tmux session manager, similar to `teamocil`_ and `tmuxinator`_, with
3339
support for YAML, JSON and python dicts.
3440

35-
Have a feature suggestion, bug, or need help? `Post an issue`_.
36-
3741
Get started
3842
-----------
3943

@@ -155,5 +159,5 @@ tests .. code-block:: bash
155159
.. _abstraction layer: http://en.wikipedia.org/wiki/Abstraction_layer
156160
.. _ORM: http://en.wikipedia.org/wiki/Object-relational_mapping
157161
.. _tmux(1): http://tmux.sourceforge.net/
158-
.. _Post an issue: https://github.com/tony/tmuxp/issues
162+
.. _Issues tracker: https://github.com/tony/tmuxp/issues
159163
.. _python dict: http://docs.python.org/2/library/stdtypes.html#dict

doc/conf.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,10 @@
5050
rst_prolog = """
5151
.. note::
5252
53-
We are trying to make tmuxp stable and friendly as possible. If you find
54-
any issue installing, using, understanding tmuxp, it's featured or docs,
55-
or have a feature request, file an `issue on github`_. If it's a bug,
56-
please provide with your tmux version ``tmux -V``, OS, and any other
57-
information that would be helpful.
58-
.. _issue on github: https://github.com/tony/tmuxp/issues
53+
tmuxp is still **alpha** code and needs a few more weeks until stable.
54+
See the `Issues tracker`_ to see known issues and for any other concerns.
55+
56+
.. _Issues tracker: https://github.com/tony/tmuxp/issues
5957
"""
6058

6159
# The version info for the project you're documenting, acts as replacement for

doc/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ tmuxp works in 3 ways:
2727
- CLI tmux session manager, similar to `teamocil`_ and `tmuxinator`_, with
2828
support for loading YAML, JSON and python dicts.
2929

30-
Have a feature suggestion, bug, or need help? `Post an issue`_.
31-
3230
Get started
3331
-----------
3432

@@ -93,5 +91,5 @@ Indices and tables
9391
.. _Quickstart: http://tmuxp.readthedocs.org/en/latest/quickstart.html
9492
.. _bash completion: http://tmuxp.readthedocs.org/en/latest/quickstart.html#bash-completion
9593
.. _tmux(1): http://tmux.sourceforge.net/
96-
.. _Post an issue: https://github.com/tony/tmuxp/issues
94+
.. _Issues tracker: https://github.com/tony/tmuxp/issues
9795
.. _python dict: http://docs.python.org/2/library/stdtypes.html#dict

0 commit comments

Comments
 (0)