Skip to content

Commit

Permalink
added badges to readme, split separate doc-building requirements, att…
Browse files Browse the repository at this point in the history
…empt travis dependencies again.
  • Loading branch information
mbeissinger committed May 12, 2015
1 parent 9a2d1a3 commit f1f4f05
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "nightly"
Expand Down
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
.. image:: https://travis-ci.org/vitruvianscience/OpenDeep.svg?branch=master
:target: https://travis-ci.org/vitruvianscience/OpenDeep
:alt: Build Status

.. image:: https://readthedocs.org/projects/opendeep/badge/?version=latest
:target: https://readthedocs.org/projects/opendeep/?badge=latest
:alt: Documentation Status


.. image:: readme_images/OpenDeep_logo_name.png
:scale: 50 %
:alt: OpenDeep
Expand Down
20 changes: 20 additions & 0 deletions req-docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Main requirements
numpy>=1.8.1
# scipy>=0.13.3
# Pillow is the successor to PIL for image processing
Pillow>=2.8.1
# The latest bleeding-edge Theano
#--allow-external theano
#--allow-unverified theano
#git+https://github.com/Theano/Theano.git#egg=theano
theano >= 0.7.0

# Optional requirements
# PyYAML for YAML parsing capability
PyYAML>=3.11
# Bokeh for plotting (with bokeh-server)
bokeh>=0.8.2
# Mock for use in sphinx's conf.py in python versions < 3.3
mock>=1.0.1
# Numpydoc used in sphinx's conf.py for parsing docstrings
numpydoc>=0.5
8 changes: 2 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Main requirements
numpy>=1.8.1
scipy>=0.13.3
# scipy>=0.13.3
# Pillow is the successor to PIL for image processing
Pillow>=2.8.1
# The latest bleeding-edge Theano
Expand All @@ -13,8 +13,4 @@ theano >= 0.7.0
# PyYAML for YAML parsing capability
PyYAML>=3.11
# Bokeh for plotting (with bokeh-server)
bokeh>=0.8.2
# Mock for use in sphinx's conf.py in python versions < 3.3
mock>=1.0.1
# Numpydoc used in sphinx's conf.py for parsing docstrings
numpydoc>=0.5
bokeh>=0.8.2

0 comments on commit f1f4f05

Please sign in to comment.