-
Notifications
You must be signed in to change notification settings - Fork 24
Description
It would be nice if there was some documentation included this project instead of the current terse README text.
So... my question is... (thinking out loud)
- Are you using python-btrfs for anything?
- If so, for what?
- What kind of extra information to help you start to script things in python for your btrfs filesystem management would you like to see?
For anyone interested in technical things about btrfs, the commit messages for the full history of the project contain a wealth of information already, and the examples cover all implemented functionality.
But, maybe it would be nice to have some tutorial-style documentation pages to show you around the world of btrfs with code examples and explanation about why metadata is organized the way it is. (Like, what is a chunk? What's the difference between a chunk and a block group? Why are all those names so confusing? How can I see what chunks I have? etc...)
See for example my linux networking tutorials for an idea about how the writing style would look like. One of my all time favourite tutorials is the Linux Advanced Routing & Traffic Control documentation, which helped me learning the basics of networking a long time ago. The page about Exploring your current configuration has been the first inspiration point for me to learn how to write fun documentation, showing a user around to discover what's happening.
So, the existence of this issue is an opportunity for anyone out there to comment on these ideas and provide feedback.