Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .changelog/027.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: doc_repr_context
ts: 2026-03-25 21:51:17.786910+00:00
type: keep_private
full_path: _internal.signature_parser.doc_repr_context
---
name: path_repr_for_docs
ts: 2026-03-25 21:51:17.786967+00:00
type: keep_private
full_path: _internal.signature_parser.path_repr_for_docs
---
name: DocReprContext
ts: 2026-03-25 21:51:20.658203+00:00
type: keep_private
full_path: _internal.signature_parser.DocReprContext
---
ts: 2026-03-25 21:50:42.559623+00:00
type: chore
description: stabilize path defaults
1 change: 0 additions & 1 deletion .groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ groups:
- _internal.cli.gen_cmds
owned_refs:
- _internal.cli.gen_cmds.gen_docs
- _internal.cli.gen_cmds.gen_tests
- name: stability
owned_modules:
- _internal.cli.stability_cmds
Expand Down
8 changes: 4 additions & 4 deletions docs/workflows/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<a id="post_merge_def"></a>

### cli_command: `post_merge`
- [source](../../pkg_ext/_internal/cli/workflow_cmds.py#L127)
- [source](../../pkg_ext/_internal/cli/workflow_cmds.py#L129)
> **Since:** 0.1.0

```python
Expand All @@ -42,7 +42,7 @@ def post_merge(*, explicit_pr: int = 0, push: bool = False, skip_clean_old_entri
<a id="pre_change_def"></a>

### cli_command: `pre_change`
- [source](../../pkg_ext/_internal/cli/workflow_cmds.py#L203)
- [source](../../pkg_ext/_internal/cli/workflow_cmds.py#L205)
> **Since:** 0.1.0

```python
Expand Down Expand Up @@ -74,7 +74,7 @@ Handle new symbols, update changelog, optionally sync files and docs.
<a id="pre_commit_def"></a>

### cli_command: `pre_commit`
- [source](../../pkg_ext/_internal/cli/workflow_cmds.py#L237)
- [source](../../pkg_ext/_internal/cli/workflow_cmds.py#L239)
> **Since:** 0.1.0

```python
Expand Down Expand Up @@ -102,7 +102,7 @@ Update changelog and regenerate docs (bot mode, writes to -dev files).
<a id="change_base_def"></a>

### cli_command: `change_base`
- [source](../../pkg_ext/_internal/cli/workflow_cmds.py#L283)
- [source](../../pkg_ext/_internal/cli/workflow_cmds.py#L285)
> **Since:** 0.4.0

```python
Expand Down
Loading