Skip to content

Commit be18698

Browse files
committed
more doc updates
1 parent c723816 commit be18698

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

doc/about.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,22 @@ Additional Features
6666
**Unit tests** Tests against live tmux version to test statefulness of
6767
tmux sessions, windows and panes. See :ref:`travis`.
6868

69-
**Import config** import configs from Teamocil / Tmuxinator
69+
**Import config** import configs from Teamocil / Tmuxinator *****
70+
71+
**Session freezing** Supports session freezing into YAML and JSON
72+
format *****.
7073

7174
**JSON config** JSON config support
7275

73-
**Conversion**
76+
**Conversion** ``$ tmuxp convert <filename>`` can convert files to and
77+
from JSON and YAML.
78+
79+
Footnotes
80+
"""""""""
7481

75-
**Session freezing** Supports session freezing into YAML and JSON format.
82+
* Tmuxp session configurations can be very complicated, importing and
83+
freezing sessions may save a lot of time, but tweaking will probably be
84+
required. There is no substitute for a config made with love.
7685

7786
.. _attempt at 1.7 test: https://travis-ci.org/tony/tmuxp/jobs/12348263
7887
.. _kaptan: https://github.com/emre/kaptan

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
if on_rtd:
114114
html_theme = 'default'
115115
else:
116-
html_theme = 'bootstrap'
117116
html_theme = 'rtd'
118117

119118
# Theme options are theme-specific and customize the look and feel of a theme

0 commit comments

Comments
 (0)