Priesemann-Group / covid19_inference

Bayesian python toolbox for inference and forecast of the spread of the Coronavirus
GNU General Public License v3.0
73 stars 70 forks source link

Added JHU fallbacks #24

Closed semohr closed 4 years ago

semohr commented 4 years ago

Should close #16 and is an extension to #19.

jdehning commented 4 years ago

I get this error, when I am building the documentation. I also don't know, why you are adding the | at the beginning: /home/jdehning/covid19_module/covid19_inference/data_retrieval.py:docstring of covid19_inference.data_retrieval.JHU.download_all_available_data:5: WARNING: Inline substitution_reference start-string without end-string. The v of .csv of the first link is also missing, at least in the docstring

jdehning commented 4 years ago

I didn't test that the fallback is working, I trust you on that ;)

semohr commented 4 years ago

I thought the | forces a new line as specified in http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#hyperlinks. Isn't the read the docs using that format?