Skip to content

Feature/sphinx documentation#17

Closed
Viton8 wants to merge 14 commits into
masterfrom
feature/sphinx-documentation
Closed

Feature/sphinx documentation#17
Viton8 wants to merge 14 commits into
masterfrom
feature/sphinx-documentation

Conversation

@Viton8
Copy link
Copy Markdown
Collaborator

@Viton8 Viton8 commented May 2, 2026

  • Install and configure Sphinx with Napoleon, autodoc, and viewcode extensions
  • Generate initial HTML documentation in /docs directory
  • Update README.md with build and rebuild instructions
  • Fix existing docstring formatting for compatibility
  • Add Sphinx-generated files to .gitignore
  • Ensure documentation covers models and views

uxabix and others added 14 commits November 8, 2025 10:54
Accounts app: Block model representing if one player was blocked by another, which must lead to inability of sending a message to each other, or connect to lobby where owner is one of participants in relation
Tests not fixed yet, removed redundant fields from message model, added chat field, changed indexes, added lobby related fields to Chat model
Fixed tests accordingly to new models and updated comments in chat/models.py
Added django.setup() and changed import order
Co-authored-by: Kiryl Alishkevich <64920776+uxabix@users.noreply.github.com>
- Install and configure Sphinx with Napoleon, autodoc, and viewcode extensions
- Generate initial HTML documentation in /docs directory
- Update README.md with build and rebuild instructions
- Fix existing docstring formatting for compatibility
- Add Sphinx-generated files to .gitignore
- Ensure documentation covers models and views
@Viton8 Viton8 linked an issue May 2, 2026 that may be closed by this pull request
@Viton8 Viton8 closed this May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sphinx Documentation Setup and Integration

2 participants