Skip to content

Commit

Permalink
Fix doc output messages. Update top admonition messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 8, 2013
1 parent dab1966 commit 56ac574
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Done
- Remove doc for ``run_tests.py`` visual test runner. Just have
instruction for running test builder package.
- tmuxp freeze:

- offer to save ``session_name`` as default file if filename
doesn't already exist in config dir.
- Remove -zsh command, python, etc if just in shell.
Expand All @@ -54,6 +55,7 @@ Future
.. _pep257: http://www.python.org/dev/peps/pep-0257/
.. _pep8: http://www.python.org/dev/peps/pep-0008/
.. _teamocil: https://github.com/remiprev/teamocil
.. _tmuxinator: https://github.com/aziz/tmuxinator
.. _sphinx-argparse: https://github.com/tony/sphinx-argparse


Expand Down
7 changes: 4 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@
rst_prolog = """
.. note::
tmuxp is still **alpha** code and needs a few more weeks until stable.
See the `Issues tracker`_ to see known issues and for any other concerns.
tmuxp is usable but still needs your help reporting errors, bugs and
usability feedback. If you encounter an error, please post on the
`Issue tracker`_.
.. _Issues tracker: https://github.com/tony/tmuxp/issues
.. _Issue tracker: https://github.com/tony/tmuxp/issues
"""

# The version info for the project you're documenting, acts as replacement for
Expand Down
1 change: 1 addition & 0 deletions tmuxp/workspacebuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class WorkspaceBuilder(object):
sconf = sconfig.import_config('path/to/config.yaml').get()
kaptan automatically detects the handler from filenames.
2. :meth:`config.expand` sconf inline shorthand::
from tmuxp import config
Expand Down

0 comments on commit 56ac574

Please sign in to comment.