https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 82782ca61ae1180bbbcf2353016ff2a123971319 authored by Isaac Overcast on 08 May 2021, 23:57:05 UTC
"Updating ipyrad/__init__.py to version - 0.9.74
Tip revision: 82782ca
nbconvert_script.sh


## Convert jupyter notebooks to rtf documentation
jupyter nbconvert test_rad.ipynb --to rst ../docs/examples_rad.rst
jupyter nbconvert test_gbs.ipynb --to rst ../docs/examples_gbs.rst

## Create Quick-guides
jupyter nbconvert API_Quick_guide.ipynb --to rst ../docs/Quickguide_API.rst


back to top