Skip to content

Commit 90f602c

Browse files
committed
Update version and add Readthedocs link to README
1 parent b18a45e commit 90f602c

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ While modern e-learning platforms often rely heavily on video content and comple
4646

4747
- **Simplicity:** Email is universal, familiar, and works on virtually any device.
4848

49+
## Documentation
50+
51+
Comprehensive documentation is available at [django-email-learning.readthedocs.io](https://django-email-learning.readthedocs.io), including:
52+
53+
- **Installation Guide**: Step-by-step setup instructions
54+
- **Platform Management**: Creating organizations, courses, and managing learners
55+
- **Technical Reference**: Management commands, API endpoints, and configuration
56+
- **Usage Examples**: Real-world implementation scenarios
57+
4958
## Installation
5059

5160
This is a Django app, so we assume you already have Django installed.

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
project = "Django Email Learning"
1010
copyright = "2026, Payam Najafizadeh"
1111
author = "Payam Najafizadeh"
12-
release = "[v0.1.19]"
1312

1413
# -- General configuration ---------------------------------------------------
1514
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-email-learning"
3-
version = "0.1.19"
3+
version = "0.1.20"
44
description = "A platform for creating and delivering learning materials via email within a Django application. It provides tools for content management, user role-based administration, and scheduler integration for automated content delivery."
55
authors = [
66
{name = "Payam Najafizadeh",email = "payam.nj@gmail.com"}

0 commit comments

Comments
 (0)