Skip to content

Commit 5acc604

Browse files
committed
setup proper img width
1 parent a59c539 commit 5acc604

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
name: Build docs
112112
command: |
113113
cd docs/
114+
mkdir -p theme_dir/img
114115
./render_ipynb.bash
115116
pydocmd build
116117
- run:

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ target/
7272
.ipynb_checkpoints
7373
logfile.txt
7474

75-
examples/rbp/example_files/variants.vcf.gz.tbi
75+
examples/rbp/example_files/variants.vcf.gz.tbi
76+
/docs/mkdocs.yml

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# kipoi_interpret
22
> Model interepretation plugin for Kipoi.
33
4-
[![CircleCI](https://circleci.com/gh/kipoi/kipoi-interpret.svg?style=svg)](https://circleci.com/gh/kipoi/kipoi-interpret)
5-
[![Coverage Status](https://coveralls.io/repos/github/kipoi/kipoi-interpret/badge.svg?branch=master)](https://coveralls.io/github/kipoi/kipoi-interpret?branch=master)
4+
<a href='https://circleci.com/gh/kipoi/kipoi-interpret'>
5+
<img alt='CircleCI' src='https://circleci.com/gh/kipoi/kipoi-interpret.svg?style=svg' style="max-height:20px;width:auto">
6+
</a>
7+
<a href=https://coveralls.io/github/kipoi/kipoi-interpret?branch=master>
8+
<img alt='Coverage status' src=https://coveralls.io/repos/github/kipoi/kipoi-interpret/badge.svg?branch=master style="max-height:20px;width:auto;">
9+
</a>
10+
611

712
## Installation
813

docs/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ help:
88
@echo " push push the repository to ouga"
99

1010
build:
11+
mkdir -p theme_dir/img
1112
./render_ipynb.bash
1213
pydocmd build
1314
@echo "Build finished"

0 commit comments

Comments
 (0)