Static Sites with Sphinx and Markdown

Static Sites with Sphinx and Markdown

PyCon US via YouTube Direct link

Intro

1 of 34

1 of 34

Intro

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Static Sites with Sphinx and Markdown

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Markdown and Python Easy to do headings, paragraphs, lists
  3. 3 WAIT A SECOND !!!! That's not Markdown...
  4. 4 Static Websites with Sphinx and Markdown
  5. 5 Old Days
  6. 6 Single Page App (SPA)
  7. 7 Meanwhile, for docs
  8. 8 Meanwhile, for sites
  9. 9 What Does Sphinx Do?
  10. 10 Sphinx Site
  11. 11 Install Sphinx S pip install sphinx
  12. 12 Install MyST Spip install myst-parser
  13. 13 Configure Sphinx for MyST extensions - "myst parser", ...
  14. 14 index.rst - index.md
  15. 15 How It Works
  16. 16 Markdown Image ![Alt Text] static/logo.png
  17. 17 Enhanced Markdown Image image static/logo.png :alt: Python Logo
  18. 18 Basic Admonition
  19. 19 Enhanced Admonition
  20. 20 toctree With Options
  21. 21 toctree With YAML
  22. 22 Markdown Link URL [link text]
  23. 23 Markdown Linking [link text] (../path/to/doc)
  24. 24 Without Link Text 014../path/to/doc
  25. 25 Warning on Broken Link
  26. 26 Linking to a Role Targets and Cross-Referencing
  27. 27 Role & No Link Text
  28. 28 Intersphinx
  29. 29 Code Fence With Language
  30. 30 Code Fence Options
  31. 31 literal-include
  32. 32 Lots More To Cover
  33. 33 Plenty to Read
  34. 34 What's the Future?

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.