Skip to content

Commit 82f2772

Browse files
use smaller README image (#131)
* add smaller version of README image * use smaller image in README * required to display inline on (Test)PyPI * add some modules requiring docstrings to docs
1 parent c8bea5a commit 82f2772

3 files changed

Lines changed: 44 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DNA Diffusion
22

3-
<img src='https://github.com/pinellolab/DNA-Diffusion/raw/1413ec9c974d54a1e2885a250540dc89955d10c0/docs/images/diff_first.gif'> </img>
3+
<img src='https://raw.githubusercontent.com/pinellolab/DNA-Diffusion/main/docs/images/diff_first_lossy.gif?inline=true'> </img>
44

55
<p align="center">
66
<em>Generative modeling of regulatory DNA sequences with diffusion probabilistic models.</em>

docs/images/diff_first_lossy.gif

3.98 MB
Loading

docs/reference/dnadiffusion.md

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
11
# Reference
22

3-
::: dnadiffusion
3+
## dnadiffusion
4+
5+
::: dnadiffusion.trainer
6+
options:
7+
show_root_heading: true
8+
show_source: false
9+
10+
::: dnadiffusion.configs
11+
options:
12+
show_root_heading: true
13+
show_source: false
14+
15+
::: dnadiffusion.sample
16+
options:
17+
show_root_heading: true
18+
show_source: false
19+
20+
## data
21+
22+
::: dnadiffusion.data.dataloader
23+
options:
24+
show_root_heading: true
25+
show_source: false
26+
27+
## models
28+
29+
::: dnadiffusion.models.modules
30+
options:
31+
show_root_heading: true
32+
show_source: false
33+
34+
::: dnadiffusion.models.training_modules
35+
options:
36+
show_root_heading: true
37+
show_source: false
38+
39+
::: dnadiffusion.models.networks
40+
options:
41+
show_root_heading: true
42+
show_source: false
43+
44+
::: dnadiffusion.models.unet
445
options:
5-
show_root_heading: false
46+
show_root_heading: true
647
show_source: false

0 commit comments

Comments
 (0)