File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ jobs:
111
111
name : Build docs
112
112
command : |
113
113
cd docs/
114
+ mkdir -p theme_dir/img
114
115
./render_ipynb.bash
115
116
pydocmd build
116
117
- run :
Original file line number Diff line number Diff line change @@ -72,4 +72,5 @@ target/
72
72
.ipynb_checkpoints
73
73
logfile.txt
74
74
75
- examples /rbp /example_files /variants.vcf.gz.tbi
75
+ examples /rbp /example_files /variants.vcf.gz.tbi
76
+ /docs /mkdocs.yml
Original file line number Diff line number Diff line change 1
1
# kipoi_interpret
2
2
> Model interepretation plugin for Kipoi.
3
3
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
+
6
11
7
12
## Installation
8
13
Original file line number Diff line number Diff line change 8
8
@echo " push push the repository to ouga"
9
9
10
10
build :
11
+ mkdir -p theme_dir/img
11
12
./render_ipynb.bash
12
13
pydocmd build
13
14
@echo " Build finished"
You can’t perform that action at this time.
0 commit comments