The end of the tutorial has a chunk of code that is intended to illustrate maps with custom markers etc. That code block (line 405-435 of docs/tutorial.rst) is currently not being included in the build documentation (see https://datascience.readthedocs.io/en/master/tutorial.html). I think that's because there needs to be a blank line after the the ipython directive on line 405.
However, if I add the blank line and then run Sphinx, the Sphinx documentation build fails. Sphinx outputs the following error message:
RuntimeError: Code input with no code at /home/docs/checkouts/readthedocs.org/user_builds/datascience/checkouts/master/docs/tutorial.rst, line 436
I am not sure what that error message means or what the problem with that code is. Anyway, to get that part of the tutorial back, we'll probably have to diagnose and fix what's up with that error.
The end of the tutorial has a chunk of code that is intended to illustrate maps with custom markers etc. That code block (line 405-435 of docs/tutorial.rst) is currently not being included in the build documentation (see https://datascience.readthedocs.io/en/master/tutorial.html). I think that's because there needs to be a blank line after the the
ipythondirective on line 405.However, if I add the blank line and then run Sphinx, the Sphinx documentation build fails. Sphinx outputs the following error message:
I am not sure what that error message means or what the problem with that code is. Anyway, to get that part of the tutorial back, we'll probably have to diagnose and fix what's up with that error.