Open richardxia opened 4 years ago
@jackkoenig, @mmjconolly, I've turned the above into a set of checklists, and I'm thinking of starting to work on these things. I think we can keep the ticket description above as a living document/tracking list of documentation, so feel free to make suggestions here or directly edit it.
I'm going to immediately start working on the "How to print the dependency tree" item.
We should improve the documentation of wit. Here are some rough ideas of things to improve:
Tutorial
wit init
will create one. We don't need to get too detailed, but I think it's a central-enough concept in Wit that deserves a more detailed explanation in the tutorial.git -C
orwit -C
may not be necessary. (I don't personally make use of either in my normal workflow, since I usually justcd
into the directory I want to work in.)How-to guides
Explanation
Reference
Perhaps just a document that can be automatically generated from
argparse
objects? Also, we could probably improve the existing help text.