Skip to content

Instantly share code, notes, and snippets.

@LouisdeBruijn
Last active May 30, 2021 13:40
Show Gist options
  • Save LouisdeBruijn/ffc0b0a00dd869501ce908673438ce59 to your computer and use it in GitHub Desktop.
Save LouisdeBruijn/ffc0b0a00dd869501ce908673438ce59 to your computer and use it in GitHub Desktop.
mkdocs==1.1.2 # static site generator for documentation in Markdown
mkdocs-material==7.1.5 # Material support for MkDocs
mkdocs-minify-plugin==0.4.0 # strips whitespaces in HTML markdown documentation pages
mkdocs-git-revision-date-localized-plugin==0.9.2 # displays the date of the last git modification of a markdown page
mkdocs-git-authors-plugin==0.3.3 # displays git authors of a markdown page
mkdocs-table-reader-plugin==0.5 # enables automatic CSV imports as a table into a markdown page
mkdocs-img2fig-plugin==0.9.3 # converts markdown encoded images to HTML figures
mknotebooks==0.7.0 # enables inclusion of Jupyter notebook in markdown page
mkdocs-awesome-pages-plugin==2.5.0 # enables naive configuration of page titles and their order
mkdocs-enumerate-headings-plugin==0.4.4 # enumerates headings across markdown pages
mkdocs-print-site-plugin==1.2.3 # allows visiters to File > Print > Save as PDF entire markdown documentation
mkgendocs==0.8.1 # generate MkDocs pages from Google-style docstrings of Python functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment