Skip to content
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

PDF Generation #1

Open
s2t2 opened this issue Aug 5, 2024 · 0 comments
Open

PDF Generation #1

s2t2 opened this issue Aug 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@s2t2
Copy link
Member

s2t2 commented Aug 5, 2024

PDF gets generated upon render. However there are some things to investigate, and address:

  • Section Numbering - update section headings to achieve consistent numbering. for example:

    • in python operators, numbers as 5.0.1 instead of 5.1
    • in conditional logic, numbers as 12.0.1 instead of 12.1
    • in sorting lists
    • in accessing colab filesystem appendix
  • lack of numbering:

    • python modules index --> move to numbered "overview" chapter
  • Overflow page:

    • Code block overflows page (for example, the text cells section in colab overview)
    • dataframe data table overflows page (for example fetching csv data, advanced colab integrations)
  • PDF styling needing customization:

    • font family
    • TOC headings: currently for "VIIICustom Functions In-Depth", there is no space between section roman numeral and the section title
  • Internal Links (all internal links broken):

    • for example link to colab overview from within 1.2 recommended tools section.
    • or all links to colab menus in section 2.4
    • etc.
s2t2 added a commit that referenced this issue Aug 5, 2024
s2t2 added a commit that referenced this issue Aug 5, 2024
@s2t2 s2t2 added the bug Something isn't working label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant