Skip to content

Commit caa9cab

Browse files
committed
fix docs
1 parent a1617c8 commit caa9cab

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
commit a1617c83dd14fd359664e204443b69bce887afc4
2+
Author: Alexeev Bronislav <[email protected]>
3+
Date: Sun Apr 20 02:56:37 2025 +0700
4+
5+
improve docs
6+
17
commit a76cab9a9bdd17d48237519c9b1d6ea4f326c291
28
Author: Alexeev Bronislav <[email protected]>
39
Date: Sun Apr 20 02:48:18 2025 +0700

docs/index.rst

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
.. pyEchoNext documentation master file, created by
2+
sphinx-quickstart on Fri Apr 18 00:12:47 2025.
3+
You can adapt this file completely to your liking, but it should at least
4+
contain the root `toctree` directive.
5+
6+
pyEchoNext documentation
7+
========================
8+
9+
10+
.. toctree::
11+
:maxdepth: 2
12+
:caption: Article Docs:
13+
14+
webframework_design
15+
webapp_creation
16+
routes_and_views
17+
requests_responses
18+
i18n_locales
19+
security
20+
mvc
21+
permissions
22+
23+
24+
------------------
25+
26+
.. toctree::
27+
:maxdepth: 2
28+
:caption: Source code docs:
29+
30+
pyechonext
31+
pyechonext.app
32+
pyechonext.middleware
33+
pyechonext.permissions
34+
pyechonext.request
35+
pyechonext.response
36+
pyechonext.static
37+
pyechonext.urls
38+
pyechonext.cache
39+
pyechonext.config
40+
pyechonext.apidoc_ui
41+
pyechonext.auth
42+
pyechonext.docsgen
43+
pyechonext.i18n_l10n
44+
pyechonext.logging
45+
pyechonext.template_engine
46+
pyechonext.utils
47+
48+
------------------
49+
150
🌟 **EchoNext: The Future of Web** 🚀
251
=====================================
352

0 commit comments

Comments
 (0)