Opened 3 years ago
Last modified 3 years ago
#1784 new defect
Modify chickadee to say what module an identifier is in
Reported by: | johnwcowan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | documentation | Version: | 5.2.0 |
Keywords: | chickadee | Cc: | |
Estimated difficulty: | easy |
Description
Right now, if you want to call features
, you have to know or guess which module to load. Changing chickadee to provide that information will help a great deal. (Looking through all the individual module pages works, but ugh.)
Note: See
TracTickets for help on using
tickets.
Not sure if I understand what you mean, but chickadee prints the "path" to the symbol you are looking the documentation for at the top of the page. For
features
, it showschickadee » chicken » platform » feature
.chickadee
is chickadee itself (not part of the module name, of course),chicken » platform
ischicken.platform
andfeatures
is the symbol you are seeing the documentation for. It's not very intuitive, admittedly.That's more or less the same in chicken-doc: