File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 35
35
- Remove doc for ``run_tests.py `` visual test runner. Just have
36
36
instruction for running test builder package.
37
37
- tmuxp freeze:
38
+
38
39
- offer to save ``session_name `` as default file if filename
39
40
doesn't already exist in config dir.
40
41
- Remove -zsh command, python, etc if just in shell.
54
55
.. _pep257 : http://www.python.org/dev/peps/pep-0257/
55
56
.. _pep8 : http://www.python.org/dev/peps/pep-0008/
56
57
.. _teamocil : https://github.com/remiprev/teamocil
58
+ .. _tmuxinator : https://github.com/aziz/tmuxinator
57
59
.. _sphinx-argparse : https://github.com/tony/sphinx-argparse
58
60
59
61
Original file line number Diff line number Diff line change 56
56
rst_prolog = """
57
57
.. note::
58
58
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`_.
61
62
62
- .. _Issues tracker: https://github.com/tony/tmuxp/issues
63
+ .. _Issue tracker: https://github.com/tony/tmuxp/issues
63
64
"""
64
65
65
66
# The version info for the project you're documenting, acts as replacement for
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ class WorkspaceBuilder(object):
41
41
sconf = sconfig.import_config('path/to/config.yaml').get()
42
42
43
43
kaptan automatically detects the handler from filenames.
44
+
44
45
2. :meth:`config.expand` sconf inline shorthand::
45
46
46
47
from tmuxp import config
You can’t perform that action at this time.
0 commit comments