We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7331560 commit 0f31141Copy full SHA for 0f31141
docs/make-api-docs.py
@@ -181,7 +181,7 @@ def endpoint_sort_key(rule):
181
argdoc = argdoc.replace('\n', '\n ')
182
183
if ':`' in argdoc:
184
- app.logger.warning(f"{arg} still contains some rst crap we need to handle")
+ app.logger.warning(f"{method} {url} ({arg}) still contains some rst crap we need to handle")
185
186
s.append(f" — {argdoc}\n\n")
187
else:
0 commit comments