mirror of
https://github.com/ankitects/anki.git
synced 2026-07-22 16:06:51 -04:00
<!-- Title (for the Pull Request title field at the top): Use a short prefix so the change type is obvious. You do not need to repeat it in the body below. Examples: - fix: — bugfix - feat: — feature - refactor: — internal change without user-facing feature - docs: — documentation only - chore: — tooling, CI, deps, build housekeeping - test: — tests only --> ## Linked issue (required) <!-- Fixes #123 / Closes #123 / Refs #123 --> closes #4983 ## Summary / motivation (required) <!-- What this PR does and why. For larger changes, add enough context for reviewers. --> This pr adds links to the aqt section of the docs. ### Details <!-- Commands, manual steps, edge cases, and what you observed --> ## UI evidence (required for visual changes; otherwise N/A) <img width="306" height="111" alt="image" src="https://github.com/user-attachments/assets/39111e4f-8aa1-4865-b193-0da949967618" /> ## Scope - [X] This PR is focused on one change (no unrelated edits). --------- Co-authored-by: Abdo <abdo@abdnh.net>
12 lines
161 B
Markdown
12 lines
161 B
Markdown
# anki
|
|
|
|
The pages below are generated from Python docstrings in `pylib/anki`.
|
|
|
|
```{toctree}
|
|
:maxdepth: 2
|
|
:glob:
|
|
|
|
autoapi/anki/*/index
|
|
autoapi/anki/*/*/index
|
|
```
|