Commits on Source (11)
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Since django projects follow a strict structure, enforcing these docstrings will mostly result in boilerplate comments without semantic value.
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Add comments Remove unused imports Simplify statements Improve linting configuration
-
Benjamin Hättasch authored
Add comments Adjust style to python3 conventions Remove unused imports
-
Benjamin Hättasch authored
Add requirements to automatically build the documentation using sphinx Add basic configuration for documentation Add django-docs app to deliver documentation as part of the app under /docs/ Add generating/updating of the docs to the setup and update scripts
Showing
- .gitlab-ci.yml 33 additions, 0 deletions.gitlab-ci.yml
- AKDashboard/admin.py 3 additions, 0 deletionsAKDashboard/admin.py
- AKDashboard/apps.py 3 additions, 0 deletionsAKDashboard/apps.py
- AKDashboard/models.py 11 additions, 0 deletionsAKDashboard/models.py
- AKDashboard/views.py 35 additions, 15 deletionsAKDashboard/views.py
- AKOnline/admin.py 3 additions, 0 deletionsAKOnline/admin.py
- AKOnline/apps.py 3 additions, 0 deletionsAKOnline/apps.py
- AKOnline/forms.py 18 additions, 3 deletionsAKOnline/forms.py
- AKOnline/models.py 7 additions, 1 deletionAKOnline/models.py
- AKOnline/views.py 13 additions, 2 deletionsAKOnline/views.py
- AKPlan/apps.py 3 additions, 0 deletionsAKPlan/apps.py
- AKPlan/templatetags/color_gradients.py 2 additions, 3 deletionsAKPlan/templatetags/color_gradients.py
- AKPlan/templatetags/tags_AKPlan.py 14 additions, 1 deletionAKPlan/templatetags/tags_AKPlan.py
- AKPlan/views.py 27 additions, 3 deletionsAKPlan/views.py
- AKPlanning/settings.py 6 additions, 0 deletionsAKPlanning/settings.py
- AKPlanning/urls.py 5 additions, 2 deletionsAKPlanning/urls.py
- Utils/setup.sh 5 additions, 0 deletionsUtils/setup.sh
- Utils/update.sh 6 additions, 0 deletionsUtils/update.sh
- docs/.gitignore 2 additions, 0 deletionsdocs/.gitignore
- docs/Makefile 20 additions, 0 deletionsdocs/Makefile
docs/.gitignore
0 → 100644
docs/Makefile
0 → 100644