Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2022-02-27 22:45:11 -08:00
parent cf3ab0f291
commit f28d56915a
2 changed files with 8 additions and 8 deletions

View File

@ -164,7 +164,7 @@ response: Response[""" + success_type + """] = await """ + fn_name + """.asyncio
# Add our example to our json output.
data['paths'][name][method]['x-python'] = {
'example': example,
'libDocsLink': '',
'libDocsLink': 'https://python.api.docs.kittycad.io/modules/kittycad.api.' + tag_name + '.' + fn_name + '.html',
}
# Add our imports.