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 b310df2 commit e647fedCopy full SHA for e647fed
3 files changed
docs/guide/contributors/workflow.md
@@ -56,8 +56,8 @@ Deprecated code should also be marked as legacy code. We use [Yore](https://pawa
56
57
Examples:
58
59
-```python title="Remove function when we bump to 2.0"
60
-# YORE: Bump 2: Remove block.
+```python title="Remove function when we bump to 5.0"
+# YORE: Bump 5: Remove block.
61
def deprecated_function():
62
...
63
```
docs/reference/api/agents.md
@@ -70,8 +70,4 @@ Griffe is able to analyze code both statically and dynamically.
70
71
::: griffe.safe_get_value
72
73
-<!-- YORE: Bump 2: Remove line. -->
74
-## **Deprecated API**
75
76
77
-::: griffe.ExportedName
docs/reference/api/git.md
0 commit comments