Add Sphinx docs.
Showing
- LICENSE 3 additions, 0 deletionsLICENSE
- MANIFEST.in 4 additions, 0 deletionsMANIFEST.in
- docs/Makefile 20 additions, 0 deletionsdocs/Makefile
- docs/make.bat 35 additions, 0 deletionsdocs/make.bat
- docs/source/conf.py 55 additions, 0 deletionsdocs/source/conf.py
- docs/source/index.rst 20 additions, 0 deletionsdocs/source/index.rst
- file_validator/views.py 1 addition, 1 deletionfile_validator/views.py
- requirements.txt 3 additions, 1 deletionrequirements.txt
- setup.py 17 additions, 0 deletionssetup.py
LICENSE
0 → 100644
MANIFEST.in
0 → 100644
docs/Makefile
0 → 100644
docs/make.bat
0 → 100644
docs/source/conf.py
0 → 100644
docs/source/index.rst
0 → 100644
... | ... | @@ -2,4 +2,6 @@ Django==5.1.1 |
django-tailwind | ||
ruff | ||
mypy | ||
tox | ||
\ No newline at end of file | ||
tox | ||
sphinx | ||
sphinx-autodoc-typehints |
setup.py
0 → 100644
Please register or sign in to comment