@ -535,7 +535,7 @@ async def test_"""
|
|||||||
|
|
||||||
# Add our example to our json output.
|
# Add our example to our json output.
|
||||||
data["paths"][name][method]["x-python"] = {
|
data["paths"][name][method]["x-python"] = {
|
||||||
"example": cleaned_example.replace("def test_", "def "),
|
"example": cleaned_example.replace("def test_", "def example_"),
|
||||||
"libDocsLink": "https://python.api.docs.kittycad.io/_autosummary/kittycad.api."
|
"libDocsLink": "https://python.api.docs.kittycad.io/_autosummary/kittycad.api."
|
||||||
+ tag_name
|
+ tag_name
|
||||||
+ "."
|
+ "."
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "kittycad"
|
name = "kittycad"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
description = "A client library for accessing KittyCAD"
|
description = "A client library for accessing KittyCAD"
|
||||||
|
|
||||||
authors = []
|
authors = []
|
||||||
|
Reference in New Issue
Block a user