Automated documentation generation for projects
Project description
Socratic Docs
Automated documentation generation for projects.
Features
- DocumentationGenerator: Auto-generate project documentation
- Comprehensive README.md
- API reference documentation
- Architecture documentation
- Setup/installation guides
Installation
pip install socratic-docs
Usage
from socratic_docs import DocumentationGenerator
generator = DocumentationGenerator()
project = {
"name": "My Project",
"description": "A great project",
"features": ["Feature 1", "Feature 2"],
"repo_url": "https://github.com/user/project"
}
code_structure = {
"classes": ["ClassA", "ClassB"],
"functions": ["func1", "func2"],
"modules": ["module1", "module2"]
}
docs = generator.generate_all(project, code_structure)
# Returns dict with README.md, API.md, ARCHITECTURE.md, SETUP.md
Documentation
- Documentation Generation Guide - Complete guide to automatic documentation generation, including README generation, API documentation, architecture documentation, and setup guides
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
socratic_docs-0.2.0.tar.gz
(8.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file socratic_docs-0.2.0.tar.gz.
File metadata
- Download URL: socratic_docs-0.2.0.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef2a94f62aaf8b1fb35c01b3986a7bbba001f6f199bfe6c2e51aa2fd87481d89
|
|
| MD5 |
fa685b61691a49a12596365594642942
|
|
| BLAKE2b-256 |
74faa8a2c1ce43d9aea31bd92139339a00f0b575283f15fea6aaf445467b1096
|
File details
Details for the file socratic_docs-0.2.0-py3-none-any.whl.
File metadata
- Download URL: socratic_docs-0.2.0-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2789fc04b295b29a2165e87ca02f6fa38dd8e813e80239fd0bddc15470fa7593
|
|
| MD5 |
466d696870c7b11b2fcc53cf030baf8e
|
|
| BLAKE2b-256 |
d254976e824ff07570aec68017c860d07cc36a6eeb26b7a85c8c6b4e28bde340
|