Saltar a contenido

✅ Quality checks

mktestdocs - 🥇15 · ⭐ 100 · Apache-2
Run pytest against markdown files/docstrings.
  • GitHub (👨‍💻 3 · 🔀 6 · 📦 54 · 📋 3 - 66% open · ⏱️ 27.04.2023)
  • PyPi (📥 3.5K / month):
    pip install mktestdocs
    
mkdocs-spellcheck - 🥇15 · ⭐ 9 · ISC ·
A spell checker plugin for MkDocs.
  • GitHub (👨‍💻 3 · 🔀 2 · 📦 36 · 📋 15 - 46% open · ⏱️ 23.03.2024)
  • PyPi (📥 8.5K / month):
    pip install mkdocs-spellcheck
    
  • Add to mkdocs.yml:
    plugins:
      - spellcheck
    
Link Checker - 🥉9 · ⭐ 9 · 💤 · MIT
Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second.
  • GitHub (👨‍💻 5 · 🔀 4 · ⏱️ 24.08.2021)
  • PyPi (📥 2.5K / month):
    pip install mkdocs-linkcheck
    
mkdocs-code-validator - 🥉9 · ⭐ 1 · MIT ·
Checks Markdown code blocks in a MkDocs site against user-defined actions.
  • GitHub (📦 13 · ⏱️ 03.02.2024)
  • PyPi (📥 290 / month):
    pip install mkdocs-code-validator
    
  • Add to mkdocs.yml:
    plugins:
      - code-validator
    
mkdocs-codecheck - 🥉5 · ⭐ 2 · 💤 · MIT
Traverses a directory tree looking for code samples, then attempts to validate each code sample found.
  • GitHub (👨‍💻 6 · ⏱️ 16.12.2021)
  • PyPi (📥 19 / month):
    pip install mkdocs-codecheck