Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed Aug 4, 2017
1 parent 29da1d2 commit e5d04ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![PyPI version](https://badge.fury.io/py/carveme.svg)](https://badge.fury.io/py/carveme) [![Documentation Status](http://readthedocs.org/projects/carveme/badge/?version=latest)](http://carveme.readthedocs.io/en/latest/?badge=latest)

# CarveMe

CarveMe is a python-based tool for genome-scale metabolic model reconstruction.
Expand Down
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

import matplotlib

matplotlib.use('Agg')
#import matplotlib
#matplotlib.use('Agg')


# If extensions (or modules to document with autodoc) are in another
Expand Down

0 comments on commit e5d04ee

Please sign in to comment.