Modify ↓
Opened 2 years ago
Closed 6 months ago
#13599 closed defect (fixed)
The first parameter in the API docs for the interface's methods is incorrectly stripped
| Reported by: | Jun Omae | Owned by: | Jun Omae |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6.1 |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: |
apidoc: Fixed disappeared first positional argument of methods in |
||
| API Changes: | |||
| Internal Changes: | |||
Description
- https://www.edgewall.org/docs/trac-trunk/html/api/trac_web_api.html#trac.web.api.IRequestHandler.match_request
- Missing
reqparameter
- Missing
- https://trac.readthedocs.io/en/latest/api/trac_web_api.html#trac.web.api.IRequestHandler.match_request
- The API docs outdated but
reqparameter is not stripped
- The API docs outdated but
Attachments (0)
Change History (3)
comment:1 by , 2 years ago
| Milestone: | 1.6 → 1.6.1 |
|---|
comment:2 by , 6 months ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 6 months ago
| Release Notes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.



We could fix it using custom documentater like the following:
doc/conf.py