Modify ↓
#604 closed enhancement (wontfix)
Allowing to hide navigation bar button for pydoc
Reported by: | nextime | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | lowest | Component: | PyDocPlugin |
Severity: | trivial | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
Disabling tracpydoc.tracpydoc.pydoc will disable the navigation button for pydoc, that isn't event wanted if your pydoc need are only to documentate some modules on wiki. Anyway, this way don't work great, cause if you call pydoc macro from the wiki, when you watch the page with this macro the PyDoc class is loades, and when you change page in the trac navigation bar, the PyDoc button appears.
So, attached there is a little and ugly patch that add a "button = [yes|no]" configuration option in [pydoc] section of trac.ini to permit to totally disabling of the navigation bar "pydoc" button, even if all tracpydoc modules are loaded.
Attachments (1)
Change History (2)
Changed 18 years ago by
Attachment: | tracpydoc.py.patch added |
---|
comment:1 Changed 18 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
A config item for disabling a nav item is overkill IMO. If you want to restrict what modules are visible, just use the PyDocPlugin
include
config option.