Conversation
ericholscher
left a comment
There was a problem hiding this comment.
This looks great! Sorry for all the nitpicks, but mostly just trying to tweak small things.
f956613 to
63678c6
Compare
Co-authored-by: Eric Holscher <[email protected]>
63678c6 to
fb23605
Compare
|
Thank you @ericholscher for the thorough review! I have addressed your comments. |
Co-authored-by: Manuel Kaufmann <[email protected]>
Co-authored-by: Jakob Lykke Andersen <[email protected]>
|
Sorry, I did not have time to review this in recent weeks. I'll take time for this in this week. Please wait a moment. I think there is nothing to block your next work. Thank you for your great work! |
8a19a57 to
cb846a3
Compare
|
Thanks folks for the extra round of reviews! I addressed all the comments. |
|
Just merged. Thank you for your great work! |
|
Thanks a lot @tk0miya! On to the next PR 💪🏽 |
|
Excited to have this moving forward. Great work everyone. <3 |
| .. note:: | ||
|
|
||
| Generating a PDF using Sphinx can be done running ``make latexpdf``, | ||
| provided that the system has a working :math:`\LaTeX` installation, |
There was a problem hiding this comment.
This breaks PDF production, as \(\LaTeX\) mark-up is invalid. \LaTeX can not be used in math mode.
Feature or Bugfix
Purpose
This is a continuation of the tutorial we started at #9276. It expands some sections already started in the first part and adds some new ones, as originally proposed in #9165:
Again, the idea is to keep these pull requests manageable, iterate in small chunks, and in the meanwhile keep the tutorial in a complete state.
Rendered version: https://sphinx--9355.org.readthedocs.build/en/9355/tutorial/index.html
cc @ericholscher
Relates