Skip to content

Commit e45057f

Browse files
committed
tmuxp: add readthedocs.org-style buttons, add link to rtd
1 parent 4335228 commit e45057f

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

README.rst

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
tmuxp, a novel approach to manage `tmux(1)`_ (>= 1.8) workspaces through
22
`python objects`_, JSON or YAML.
33

4-
.. image:: https://img.shields.io/pypi/v/tmuxp.svg
5-
:target: http://badge.fury.io/py/tmuxp
6-
7-
.. image:: https://img.shields.io/travis/tony/tmuxp.svg
8-
:target: https://travis-ci.org/tony/tmuxp
9-
10-
.. image:: https://img.shields.io/coveralls/tony/tmuxp.svg
11-
:target: https://coveralls.io/r/tony/tmuxp?branch=master
12-
13-
.. image:: https://img.shields.io/github/license/tony/tmuxp.svg
4+
|pypi| |docs| |build-status| |coverage| |license|
145

156
.. image:: https://raw.github.com/tony/tmuxp/master/doc/_static/tmuxp-demo.gif
167
:scale: 100%
@@ -93,3 +84,23 @@ tests .. code-block:: bash
9384
.. _installing bash completion: http://tmuxp.readthedocs.org/en/latest/quickstart.html#bash-completion
9485
.. _Developing and Testing: http://tmuxp.readthedocs.org/en/latest/developing.html
9586
.. _Issues tracker: https://github.com/tony/tmuxp/issues
87+
88+
.. |pypi| image:: https://img.shields.io/pypi/v/tmuxp.svg
89+
:alt: Python Package
90+
:target: http://badge.fury.io/py/tmuxp
91+
92+
.. |build-status| image:: https://img.shields.io/travis/tony/tmuxp.svg
93+
:alt: Build Status
94+
:target: https://travis-ci.org/tony/tmuxp
95+
96+
.. |coverage| image:: https://img.shields.io/coveralls/tony/tmuxp.svg
97+
:alt: Code Coverage
98+
:target: https://coveralls.io/r/tony/tmuxp?branch=master
99+
100+
.. |license| image:: https://img.shields.io/github/license/tony/tmuxp.svg
101+
:alt: License
102+
103+
.. |docs| image:: https://readthedocs.org/projects/tmuxp/badge/?version=latest
104+
:alt: Documentation Status
105+
:scale: 100%
106+
:target: https://readthedocs.org/projects/tmuxp/

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tmuxp
88
:width: 100%
99

1010
.. include:: ../README.rst
11-
:start-line: 18
11+
:start-line: 9
1212
:end-before: Project details
1313

1414
Explore:

0 commit comments

Comments
 (0)