Skip to content

Commit

Permalink
badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseops committed Oct 30, 2016
1 parent 428c84c commit 333112c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,13 @@
# documentation.
html_theme_options = {
'github_user': 'jesseops',
'github_repo': 'yact'
'github_repo': 'yact',
'description': 'A Pythonic approach to handling configuration',
'github_banner': True,
'codecov_button': True,
'travis_button': True,
'analytics_id': 'UA-86427924-1',

}


Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ search for config files, or any of that nonsense. Even better, YACT can
automatically reload your configuration file when it detects the file has
changed.

>>> config = yact.from_file('my-config.yaml', auto_reload=True)

YACT is tested against Python 2.7 & 3.3-3.5.

Expand Down
7 changes: 4 additions & 3 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Simple configuration handling for Python applications.
.. image :: https://coveralls.io/repos/github/jesseops/yact/badge.svg?branch=master
:target: https://coveralls.io/github/jesseops/yact?branch=master
.. image:: https://badges.gitter.im/yact-py/Lobby.svg
:alt: Join the chat at https://gitter.im/yact-py/Lobby
:target: https://gitter.im/yact-py/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

YACT is a simple, lightweight, and flexible configuration package for Python applications.
It's designed to be as easy as possible to setup configuration for your project without needing to
jump through hoops.
Expand Down Expand Up @@ -43,6 +47,3 @@ Examples
>>> True


.. image:: https://badges.gitter.im/yact-py/Lobby.svg
:alt: Join the chat at https://gitter.im/yact-py/Lobby
:target: https://gitter.im/yact-py/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

0 comments on commit 333112c

Please sign in to comment.