awesome video! definitely need to use this for a project! Quick question, if my tests are in a separate location at the root do I run sphinx-apidoc -0 twice? once for src and once for tests every time i want to generate?
This is kinda off topic, but what powerline theme are you using? Maybe it’s the video quality, but it almost looks 3D, like it has a gradient or something.
What if the project contains multiple sub directories under src which in turn have more sub directories? How do we create Sphinx documentation for that?
Hi, Thank you fro the intersting explanation. i am trying to use sphnix for vhdl code but it is not possible to install the extension (pip -m install sphinxcontrib-vhdl ). I get an error message: ERROR: Could not find a version that satisfies the requirement sphinxcontrib-vhdl (from versions: none) ERROR: No matching distribution found for sphinxcontrib-vhdl. did anyone try that extension? thanks
@@learnprogrammingwithjoel5654 Ya the terminal. It's showing you possible flags you can pass in and the themes look helpful. It would be awesome to see what it all means and how you set it up.
I followed your directions and keep getting the results below Any Suggestions? WARNING: autodoc: failed to import module 'rfm69_sr' from module 'rfm69_sr'; the following exception was raised: No module named 'rfm69_sr.rfm69_sr'; 'rfm69_sr' is not a package /home/pi/rfm_test/rfm69_sr/rfm69_sr.py:docstring of rfm69_sr.Tracker.check_file:4: WARNING: Field list ends without a blank line; unexpected unindent. looking for now-outdated files... none found pickling environment... done checking consistency... /home/pi/rfm_test/rfm69_sr/docs/modules.rst: WARNING: document isn't included in any toctree /home/pi/rfm_test/rfm69_sr/docs/rfm69_sr.rst: WARNING: document isn't included in any toctree
Linux users should write "make html" instead of ".\make.bat html".
Actually even windows right now is the same. Windows 11 is slowly shifting to linux.
Lifesaver
Thanks a Lot for the step by step instructions and it really helped me to create the Simple API documentation that I was looking for
Glad it helped!
Amazing concise tutorial!
awesome video! definitely need to use this for a project! Quick question, if my tests are in a separate location at the root do I run sphinx-apidoc -0 twice? once for src and once for tests every time i want to generate?
Great video, right to the point and great speed of explination. Subscribed :)
Awesome, thank you!
Thank you so much the excellent guide with clear explanation! 😃👍
This is kinda off topic, but what powerline theme are you using? Maybe it’s the video quality, but it almost looks 3D, like it has a gradient or something.
You can follow this tutorial: www.hanselman.com/blog/my-ultimate-powershell-prompt-with-oh-my-posh-and-the-windows-terminal
Such a great video. Thank you so much!
very clear explanation! thanks for sharing!
Glad it was helpful!
What if the project contains multiple sub directories under src which in turn have more sub directories? How do we create Sphinx documentation for that?
I would say to use the init.py file inside the nested folders, so the sphinx tool recognizes it. But I am not sure about your use case :/
Try this command sphinx-apidoc -o docs . ..
Hi, can you also make a video, how you made your command line so nice and colorful?.thanks.
You can follow this post :www.hanselman.com/blog/my-ultimate-powershell-prompt-with-oh-my-posh-and-the-windows-terminal 😉
Very good. Thank you
That was really helpful, thanks a bunch!
Awesome video. Do you know Shinx needs, and what do you think about it?
Hi, I am not sure if I understood your question.
Hi, Thank you fro the intersting explanation.
i am trying to use sphnix for vhdl code but it is not possible to install the extension (pip -m install sphinxcontrib-vhdl ). I get an error message: ERROR: Could not find a version that satisfies the requirement sphinxcontrib-vhdl (from versions: none)
ERROR: No matching distribution found for sphinxcontrib-vhdl.
did anyone try that extension?
thanks
Hello. Thank you very very much for this great video. Do you happen to have a github repository?
Yes, the link is on the video description :)
Thanks a lot, which terminal extension are you using in here ?
www.hanselman.com/blog/my-ultimate-powershell-prompt-with-oh-my-posh-and-the-windows-terminal
solid explanation
Amazing video thank you..!
Glad you liked it!
Thanks, bro! Thank you very much!
Thx, very good video 👍
thanks, you help me :)
I'm glad it helped you :)
9:19 и до конца - краткая информация как все задокументировать
@learnprogrammingwithjoel5654 please make a video on your VS code setup it looks really cool!
Are you talking about the PowerShell?
@@learnprogrammingwithjoel5654 Ya the terminal. It's showing you possible flags you can pass in and the themes look helpful. It would be awesome to see what it all means and how you set it up.
You can follow this: www.hanselman.com/blog/my-ultimate-powershell-prompt-with-oh-my-posh-and-the-windows-terminal
You can look on his TH-cam channel for a video explaining the whole setup as well :)
Thanks. But this does not work on a mac
Sorry but I never worked with a Mac machine so I cannot help you in that regard :/
thanks$
I followed your directions and keep getting the results below
Any Suggestions?
WARNING: autodoc: failed to import module 'rfm69_sr' from module 'rfm69_sr'; the following exception was raised:
No module named 'rfm69_sr.rfm69_sr'; 'rfm69_sr' is not a package
/home/pi/rfm_test/rfm69_sr/rfm69_sr.py:docstring of rfm69_sr.Tracker.check_file:4: WARNING: Field list ends without a blank line; unexpected unindent.
looking for now-outdated files... none found
pickling environment... done
checking consistency... /home/pi/rfm_test/rfm69_sr/docs/modules.rst: WARNING: document isn't included in any toctree
/home/pi/rfm_test/rfm69_sr/docs/rfm69_sr.rst: WARNING: document isn't included in any toctree
I am not sure, but it seems the doc string could be wrongly structured leading to the error.