Skip to content

Commit

Permalink
added contributors welcome to radome
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Nov 14, 2016
1 parent dde9f40 commit a050d65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ version 0.0.1a1
[![MIT License at http://yann.readthedocs.io/en/latest/license.html](https://img.shields.io/badge/license-MIT-blue.svg)](http://yann.readthedocs.io/en/latest/license.html)
[![Documentation at http://yann.readthedocs.io/en/latest/](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://yann.readthedocs.io/en/latest/)
[![Requirements Status](https://requires.io/github/ragavvenkatesan/yann/requirements.svg?branch=master)](https://requires.io/github/ragavvenkatesan/yann/requirements/?branch=master)
[![codecov](https://codecov.io/gh/ragavvenkatesan/yann/branch/master/graph/badge.svg)](https://codecov.io/gh/ragavvenkatesan/yann)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/ragavvenkatesan/yann/issues)

## Who is this code most useful for ?
Expand Down
7 changes: 7 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Yet Another Neural Network Toolbox
:target: http://yann.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat
:target: https://github.com/ragavvenkatesan/yann/issues

.. image:: https://badges.gitter.im/yann-users/Lobby.svg
:target: https://gitter.im/yann-users/Lobby
:alt: Gitter Lobby
Expand All @@ -21,6 +24,10 @@ Yet Another Neural Network Toolbox
:target: https://requires.io/github/ragavvenkatesan/yann/requirements/?branch=master
:alt: Requirements Status

.. image:: https://codecov.io/gh/ragavvenkatesan/yann/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/ragavvenkatesan/yann


Welcome to the Yann Toolbox. It is a toolbox for convolutional neural networks, built on top
of `theano`_. To setup the toolbox refer the :ref:`setup` guide. Once setup you may start with the
:ref:`quick_start` guide or try your hand at the :ref:`tutorial` and the guide to
Expand Down

0 comments on commit a050d65

Please sign in to comment.