Skip to content

Commit

Permalink
use smaller README image (#131)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
cameronraysmith authored Mar 24, 2023
1 parent c8bea5a commit 82f2772
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DNA Diffusion

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

<p align="center">
<em>Generative modeling of regulatory DNA sequences with diffusion probabilistic models.</em>
Expand Down
Binary file added docs/images/diff_first_lossy.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 43 additions & 2 deletions docs/reference/dnadiffusion.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
# Reference

::: dnadiffusion
## dnadiffusion

::: dnadiffusion.trainer
options:
show_root_heading: true
show_source: false

::: dnadiffusion.configs
options:
show_root_heading: true
show_source: false

::: dnadiffusion.sample
options:
show_root_heading: true
show_source: false

## data

::: dnadiffusion.data.dataloader
options:
show_root_heading: true
show_source: false

## models

::: dnadiffusion.models.modules
options:
show_root_heading: true
show_source: false

::: dnadiffusion.models.training_modules
options:
show_root_heading: true
show_source: false

::: dnadiffusion.models.networks
options:
show_root_heading: true
show_source: false

::: dnadiffusion.models.unet
options:
show_root_heading: false
show_root_heading: true
show_source: false

0 comments on commit 82f2772

Please sign in to comment.