Skip to content

Commit

Permalink
Pandoc pls
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Nov 17, 2023
1 parent 0f99fd8 commit 45c5db7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

templates_path = ['_templates']

exclude_patterns = []
exclude_patterns = ['_build', '**.ipynb_checkpoints']

html_theme = "furo"
html_static_path = ['_static']
Expand Down
3 changes: 2 additions & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ nextflow run main.nf -profile test

## Notebook

Check[](../../notebook.ipynb) to get familiar with the output of hadge.
Check[](hadge_output.ipynb) to get familiar with the output of hadge.

## **Pipeline output**

Expand Down Expand Up @@ -98,6 +98,7 @@ general
genetic
hashing
rescue
hadge_output
```

# Indices and tables
Expand Down

0 comments on commit 45c5db7

Please sign in to comment.