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
7 changes: 0 additions & 7 deletions .cursor/rules/documentation-standards.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -249,13 +249,6 @@ EOF
- Align multi-line comments for readability
- Use consistent comment block formatting

## pdoc Documentation Rules
- Use `pdoc` for API documentation generation from Python source
- **Strictly use Google Style Docstrings** for all code elements
- Document public variables using PEP 224 docstrings or `#:` doc-comments
- Generated documentation located in `docs/sidekick/`
- Target audience: developers and LLMs

## Google Style Docstring Format
```python
def function_name(param1: str, param2: int) -> bool:
Expand Down
Loading