@@ -155,12 +155,11 @@ powerful traversal features::
155155 >>> pane.window.session
156156 Session($3 foo)
157157
158- .. _MIT : http://opensource.org/licenses/MIT
159- .. _developing and testing : http://libtmux.git-pull.com/en/latest/developing.html
158+ .. _developing and testing : http://libtmux.git-pull.com/developing.html
160159.. _tmuxp : https://tmuxp.git-pull.com/
161160.. _documentation : https://libtmux.git-pull.com/
162- .. _API : https://libtmux.git-pull.com/en/latest/ api.html
163- .. _architectural details : https://libtmux.git-pull.com/en/latest/ about.html
161+ .. _API : https://libtmux.git-pull.com/api.html
162+ .. _architectural details : https://libtmux.git-pull.com/about.html
164163.. _formats : http://man.openbsd.org/OpenBSD-5.9/man1/tmux.1#FORMATS
165164.. _target : http://man.openbsd.org/OpenBSD-5.9/man1/tmux.1#COMMANDS
166165
@@ -176,56 +175,35 @@ See donation options at https://git-pull.com/support.html.
176175
177176Project details
178177---------------
178+ - tmux support: 1.8, 1.9a, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6
179+ - python support: 2.7, >= 3.3, pypy, pypy3
180+ - Source: https://github.com/tmux-python/libtmux
181+ - Docs: https://libtmux.git-pull.com
182+ - API: https://libtmux.git-pull.com/api.html
183+ - Changelog: https://libtmux.git-pull.com/history.html
184+ - Issues: https://github.com/tmux-python/libtmux/issues
185+ - Test Coverage: https://codecov.io/gh/tmux-python/libtmux
186+ - pypi: https://pypi.python.org/pypi/libtmux
187+ - Open Hub: https://www.openhub.net/p/libtmux-python
188+ - License: `MIT `_.
179189
180- ============== ==========================================================
181- tmux support 1.8, 1.9a, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6
182- python support 2.7, >= 3.3, pypy, pypy3
183- Source https://github.com/tmux-python/libtmux
184- Docs https://libtmux.git-pull.com
185- API https://libtmux.git-pull.com/en/latest/api.html
186- Changelog https://libtmux.git-pull.com/en/latest/history.html
187- Issues https://github.com/tmux-python/libtmux/issues
188- Test Coverage https://codecov.io/gh/tmux-python/libtmux
189- pypi https://pypi.python.org/pypi/libtmux
190- Open Hub https://www.openhub.net/p/libtmux-python
191- License `MIT `_.
192- git repo .. code-block:: bash
193-
194- $ git clone https://github.com/tmux-python/libtmux.git
195- install stable .. code-block:: bash
196-
197- $ pip install libtmux
198- install dev .. code-block:: bash
199-
200- $ git clone https://github.com/tmux-python/libtmux.git libtmux
201- $ cd ./libtmux
202- $ virtualenv .venv
203- $ source .venv/bin/activate
204- $ pip install -e .
205-
206- See the `developing and testing `_ page in the docs for
207- more.
208- tests .. code-block:: bash
209-
210- $ make test
211- ============== ==========================================================
190+ .. _MIT : http://opensource.org/licenses/MIT
212191
213192.. |pypi | image :: https://img.shields.io/pypi/v/libtmux.svg
214193 :alt: Python Package
215194 :target: http://badge.fury.io/py/libtmux
216195
217- .. |build-status | image :: https://github.com/tmux-python/libtmux/workflows/.github/workflows/libtmux-ci.yml/badge.svg
196+ .. |docs | image :: https://github.com/tmux-python/libtmux/workflows/Publish%20Docs/badge.svg
197+ :alt: Docs
198+ :target: https://github.com/tmux-python/libtmux/actions?query=workflow%3A"Publish+Docs"
199+
200+ .. |build-status | image :: https://github.com/tmux-python/libtmux/workflows/tests/badge.svg
218201 :alt: Build Status
219- :target: https://github.com/tmux-python/libtmux /actions
202+ :target: https://github.com/tmux-python/tmux-python /actions?query=workflow%3A"tests"
220203
221204.. |coverage | image :: https://codecov.io/gh/tmux-python/libtmux/branch/master/graph/badge.svg
222205 :alt: Code Coverage
223206 :target: https://codecov.io/gh/tmux-python/libtmux
224207
225208.. |license | image :: https://img.shields.io/github/license/tmux-python/libtmux.svg
226209 :alt: License
227-
228- .. |docs | image :: https://readthedocs.org/projects/libtmux/badge/?version=latest
229- :alt: Documentation Status
230- :scale: 100%
231- :target: https://readthedocs.org/projects/libtmux/
0 commit comments