Skip to content

Commit

Permalink
minor doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Feb 2, 2018
1 parent de95746 commit 156c85d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 7 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
git-fame
========

Pretty-print ``git`` repository collaborators sorted by contributions.

|PyPI-Status| |PyPI-Versions|

|Build-Status| |Coverage-Status| |Branch-Coverage-Status| |Codacy-Grade|

|LICENCE| |Donate| |OpenHub-Status|


Pretty-print ``git`` repository collaborators sorted by contributions.

.. code:: sh
~$ git fame
Expand All @@ -35,6 +34,7 @@ The ``distribution`` column is a percentage breakdown of the other columns
:backlinks: top
:local:


Installation
------------

Expand Down Expand Up @@ -152,7 +152,7 @@ Licence
Open Source (OSI approved): |LICENCE|
Copyright (c) 2016-7 Casper da Costa-Luis.
Copyright (c) 2016-8 Casper da Costa-Luis.
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0.
Expand All @@ -167,6 +167,8 @@ Authors
- Casper da Costa-Luis (`@casperdcl <https://github.com/casperdcl/>`__) |Donate|
|git-fame-hits|
.. |Build-Status| image:: https://travis-ci.org/casperdcl/git-fame.svg?branch=master
:target: https://travis-ci.org/casperdcl/git-fame
.. |Coverage-Status| image:: https://coveralls.io/repos/casperdcl/git-fame/badge.svg?branch=master
Expand All @@ -179,6 +181,7 @@ Authors
:target: https://pypi.python.org/pypi/git-fame
.. |PyPI-Versions| image:: https://img.shields.io/pypi/pyversions/git-fame.svg
:target: https://pypi.python.org/pypi/git-fame
.. |git-fame-hits| image:: https://caspersci.uk.to/cgi-bin/hits.cgi?q=git-fame&a=hidden
.. |OpenHub-Status| image:: https://www.openhub.net/p/git-fame/widgets/project_thin_badge?format=gif
:target: https://www.openhub.net/p/git-fame?ref=Thin+badge
.. |LICENCE| image:: https://img.shields.io/pypi/l/git-fame.svg
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ deps =
{[coverage]deps}
tqdm
tabulate
commands =
{[coverage]commands}
commands = {[coverage]commands}

[testenv:nodeps]
deps = {[extra]deps}
Expand Down

0 comments on commit 156c85d

Please sign in to comment.