Skip to content

Commit 56ac574

Browse files
committed
Fix doc output messages. Update top admonition messages
1 parent dab1966 commit 56ac574

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

TODO

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Done
3535
- Remove doc for ``run_tests.py`` visual test runner. Just have
3636
instruction for running test builder package.
3737
- tmuxp freeze:
38+
3839
- offer to save ``session_name`` as default file if filename
3940
doesn't already exist in config dir.
4041
- Remove -zsh command, python, etc if just in shell.
@@ -54,6 +55,7 @@ Future
5455
.. _pep257: http://www.python.org/dev/peps/pep-0257/
5556
.. _pep8: http://www.python.org/dev/peps/pep-0008/
5657
.. _teamocil: https://github.com/remiprev/teamocil
58+
.. _tmuxinator: https://github.com/aziz/tmuxinator
5759
.. _sphinx-argparse: https://github.com/tony/sphinx-argparse
5860

5961

doc/conf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@
5656
rst_prolog = """
5757
.. note::
5858
59-
tmuxp is still **alpha** code and needs a few more weeks until stable.
60-
See the `Issues tracker`_ to see known issues and for any other concerns.
59+
tmuxp is usable but still needs your help reporting errors, bugs and
60+
usability feedback. If you encounter an error, please post on the
61+
`Issue tracker`_.
6162
62-
.. _Issues tracker: https://github.com/tony/tmuxp/issues
63+
.. _Issue tracker: https://github.com/tony/tmuxp/issues
6364
"""
6465

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

tmuxp/workspacebuilder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class WorkspaceBuilder(object):
4141
sconf = sconfig.import_config('path/to/config.yaml').get()
4242
4343
kaptan automatically detects the handler from filenames.
44+
4445
2. :meth:`config.expand` sconf inline shorthand::
4546
4647
from tmuxp import config

0 commit comments

Comments
 (0)