ioos / erddapy

Python interface for ERDDAP
https://ioos.github.io/erddapy/
BSD 3-Clause "New" or "Revised" License
77 stars 30 forks source link

Include a link to download the notebooks in the documentation #85

Closed choldgraf closed 5 years ago

choldgraf commented 5 years ago

The quick / longer introduction are both quite useful demonstrations of erddapy! It would be helpful to include a link to the notebooks at the top of the example, e.g. something like

"This example is written in a Jupyter Notebook - click here to download the notebook so you can run it locally"

(another option would be to use something like sphinx gallery to generate the examples, but I think that's a longer fix that isn't strictly necessary

ocefpaf commented 5 years ago

Done in #90.

ocefpaf commented 5 years ago

(another option would be to use something like sphinx gallery to generate the examples, but I think that's a longer fix that isn't strictly necessary

Yeah. I'm planning on re-writing the docs and I'll try sphinx-gallery. For now let's just add the link.