Hans van Kranenburg
Hans van Kranenburg
Hi! Checking if you're running out of unallocated raw disk space is indeed useful to get early signals about the problem that you're facing now. About the question on the...
Hi, thanks for the feedback. Yes, that's exactly what this library is meant for. Having fun creating custom tools with easy access to all information and functionality of an online...
Work is in progress! https://github.com/knorrie/python-btrfs/blob/tutorial/tutorial/README.md First two parts almost completed. Feedback appreciated.
Yes! I updated the link. Thanks for the kind words, that's encouraging. :)
Ok, it seems most sane to choose a very conventional way of documenting python code, which is using docstrings and sphinx. When moving tutorial style documentation in there, I can...
Ok, so, a few weeks ago I sent a message to the btrfs list that I was planning to release python-btrfs v10 in about a week. Ahem, afterwards, instead, I...
They're both important. Without the tutorial, it's really hard to figure out which of the functions do what, and without the reference docs, it's hard to start doing different things...
Ok, almost done with the reference documentation. While writing this, I found so many little things that could be improved and I was tempted into doing all of them. I've...
Just volumes.py and free_space_tree.py are left to do, and then testing everything again, and then it's going to be the v10 release.
To be honest I have no idea. I wrote all the autodoc, and see some html as result that makes sense, but I haven't looked any further yet. It's really...