-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Sphinx tutorial, part II #9355
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good progress on this!
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This breaks PDF production, as \(\LaTeX\)
mark-up is invalid. \LaTeX
can not be used in math mode.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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