@@ -155,12 +155,11 @@ powerful traversal features::
155
155
>>> pane.window.session
156
156
Session($3 foo)
157
157
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
160
159
.. _tmuxp : https://tmuxp.git-pull.com/
161
160
.. _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
164
163
.. _formats : http://man.openbsd.org/OpenBSD-5.9/man1/tmux.1#FORMATS
165
164
.. _target : http://man.openbsd.org/OpenBSD-5.9/man1/tmux.1#COMMANDS
166
165
@@ -176,56 +175,35 @@ See donation options at https://git-pull.com/support.html.
176
175
177
176
Project details
178
177
---------------
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 `_.
179
189
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
212
191
213
192
.. |pypi | image :: https://img.shields.io/pypi/v/libtmux.svg
214
193
:alt: Python Package
215
194
:target: http://badge.fury.io/py/libtmux
216
195
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
218
201
: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"
220
203
221
204
.. |coverage | image :: https://codecov.io/gh/tmux-python/libtmux/branch/master/graph/badge.svg
222
205
:alt: Code Coverage
223
206
:target: https://codecov.io/gh/tmux-python/libtmux
224
207
225
208
.. |license | image :: https://img.shields.io/github/license/tmux-python/libtmux.svg
226
209
: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