Skip to content

Commit

Permalink
setup proper img width
Browse files Browse the repository at this point in the history
  • Loading branch information
Avsecz committed Aug 23, 2018
1 parent a59c539 commit 5acc604
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
name: Build docs
command: |
cd docs/
mkdir -p theme_dir/img
./render_ipynb.bash
pydocmd build
- run:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ target/
.ipynb_checkpoints
logfile.txt

examples/rbp/example_files/variants.vcf.gz.tbi
examples/rbp/example_files/variants.vcf.gz.tbi
/docs/mkdocs.yml
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# kipoi_interpret
> Model interepretation plugin for Kipoi.
[![CircleCI](https://circleci.com/gh/kipoi/kipoi-interpret.svg?style=svg)](https://circleci.com/gh/kipoi/kipoi-interpret)
[![Coverage Status](https://coveralls.io/repos/github/kipoi/kipoi-interpret/badge.svg?branch=master)](https://coveralls.io/github/kipoi/kipoi-interpret?branch=master)
<a href='https://circleci.com/gh/kipoi/kipoi-interpret'>
<img alt='CircleCI' src='https://circleci.com/gh/kipoi/kipoi-interpret.svg?style=svg' style="max-height:20px;width:auto">
</a>
<a href=https://coveralls.io/github/kipoi/kipoi-interpret?branch=master>
<img alt='Coverage status' src=https://coveralls.io/repos/github/kipoi/kipoi-interpret/badge.svg?branch=master style="max-height:20px;width:auto;">
</a>


## Installation

Expand Down
1 change: 1 addition & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ help:
@echo " push push the repository to ouga"

build:
mkdir -p theme_dir/img
./render_ipynb.bash
pydocmd build
@echo "Build finished"
Expand Down

0 comments on commit 5acc604

Please sign in to comment.