Auto Generated Documentation using MkDocs + MkDocStrings | Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024

ความคิดเห็น • 12

  • @udirt
    @udirt 4 หลายเดือนก่อน

    thank you - most people don't even *cover* automatic generation from code comments, they might have fancy videos, but much less useful. glad I found yours. I'm not a dev and just know "this should be possible in a better way" but need tutorials from someone who actually understands what they do.

  • @shawn.builds
    @shawn.builds 5 หลายเดือนก่อน

    was having some issues with the docs and this pushed me through. thanks!

  • @mpetty7052
    @mpetty7052 ปีที่แล้ว +1

    Great video! Exactly what I needed to try out using MkDocs and mkdocstrings, works great.

  • @Tubaii25
    @Tubaii25 6 หลายเดือนก่อน

    This was a very helpful introduction. It helped me get started with MkDocs and mkdocstrings with ease. Thank you!

    • @skillshats
      @skillshats  6 หลายเดือนก่อน

      Glad it helped!

  • @ramirojativa6812
    @ramirojativa6812 ปีที่แล้ว

    A perfect explanation of how to generate the self-documentation of a project in python using MkDocs The best I've seen in videos so far. I was stuck with Sphinx and hadn't heard of MkDocs until now. MkDocs has the ability to generate the self-documentation of the code (particularly Python) in my case in an automatic way and without the complications of Sphinx. Congratulations and thank you!

  • @plashless3406
    @plashless3406 ปีที่แล้ว +1

    amazing. Tried a lot but found you. Thanks man.

    • @skillshats
      @skillshats  ปีที่แล้ว

      Glad I could help!

  • @user-uq5xj2kj7b
    @user-uq5xj2kj7b 7 หลายเดือนก่อน

    There is one error where you install mkdocstring[python]. The command isn't : pip install "mkdocsstrings[python]" but pip install "mkdocstrings[python]"

  • @user-mr8nh9py5e
    @user-mr8nh9py5e ปีที่แล้ว

    I have production-ready code with well-documented class-based functions. Is it safe to use this code, or is there any possibility that this library might inadvertently share our data internally? I need to be cautious and avoid any risks.