Skip to content

Commit e827150

Browse files
committed
docs(README): Remove table
1 parent 2f3255f commit e827150

File tree

1 file changed

+11
-28
lines changed

1 file changed

+11
-28
lines changed

README.rst

Lines changed: 11 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ Get revision:
5050
5151
Donations
5252
---------
53-
5453
Your donations fund development of new features, testing and support.
5554
Your money will go directly to maintenance and development of the project.
5655
If you are an individual, feel free to give whatever feels right for the
@@ -60,33 +59,17 @@ See donation options at https://www.git-pull.com/support.html.
6059

6160
More information
6261
----------------
63-
64-
============== ==========================================================
65-
Python support Python 2.7, >= 3.4, pypy
66-
VCS supported git(1), svn(1), hg(1)
67-
Source https://github.com/vcs-python/libvcs
68-
Docs https://libvcs.git-pull.com
69-
Changelog https://libvcs.git-pull.com/history.html
70-
API https://libvcs.git-pull.com/api.html
71-
Issues https://github.com/vcs-python/libvcs/issues
72-
Test Coverage https://codecov.io/gh/vcs-python/libvcs
73-
pypi https://pypi.python.org/pypi/libvcs
74-
Open Hub https://www.openhub.net/p/libvcs
75-
License `MIT`_.
76-
git repo .. code-block:: bash
77-
78-
$ git clone https://github.com/vcs-python/libvcs.git
79-
install dev .. code-block:: bash
80-
81-
$ git clone https://github.com/vcs-python/libvcs.git libvcs
82-
$ cd ./libvcs
83-
$ virtualenv .venv
84-
$ source .venv/bin/activate
85-
$ pip install -e .
86-
tests .. code-block:: bash
87-
88-
$ py.test
89-
============== ==========================================================
62+
Python support: Python 2.7, >= 3.4, pypy
63+
VCS supported: git(1), svn(1), hg(1)
64+
Source: https://github.com/vcs-python/libvcs
65+
Docs: https://libvcs.git-pull.com
66+
Changelog: https://libvcs.git-pull.com/history.html
67+
API: https://libvcs.git-pull.com/api.html
68+
Issues: https://github.com/vcs-python/libvcs/issues
69+
Test Coverage: https://codecov.io/gh/vcs-python/libvcs
70+
pypi: https://pypi.python.org/pypi/libvcs
71+
Open Hub: https://www.openhub.net/p/libvcs
72+
License: `MIT`_.
9073

9174
.. _MIT: https://opensource.org/licenses/MIT
9275
.. _Documentation: https://libvcs.git-pull.com/

0 commit comments

Comments
 (0)