5 private links
Let me know in the comments if you have any other experience with using some of these new features in your own development process. Also, if you have any plugins that help with notebook development, I’d be interested in hearing about them.
for pdf in pdfs:
merger.append(pdf)
Over time, you’ll develop a library of useful steps, which will make future automation tasks more efficient.
If you are using third party libraries that tell you to call them with await, like:
After an hour two, fiddling with python standard libraries this is what I had.
This post aimed to look at the bigger picture and explain everything you need to do—and why—in order to document your project using Sphinx. The first few steps, i.e. cloning the repository, installing both a virtual environment and Sphinx, and setting up ReadtheDocs are one-time actions that you won’t have to think about again. Writing will take up most of your time (as it should). Pushing your docs to Github will become a matter of repeating the same steps over again.