one and only one empty line at the end of the file

This commit is contained in:
Peter Pfeufer
2021-05-17 09:48:57 +02:00
parent 8c3df89d52
commit a99a375375
72 changed files with 53 additions and 72 deletions

2
docs/.gitignore vendored
View File

@@ -1 +1 @@
_build/
_build/

View File

@@ -17,4 +17,4 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

View File

@@ -51,4 +51,4 @@ Subsequently it would implement the UrlHook in a dedicated `auth_hooks.py` file
def register_urls():
return UrlHook(plugin.urls, 'plugin', r^'plugin/')
When this app is included in the project's `settings.INSTALLED_APPS` users would access the index view by navigating to `https://example.com/plugin/index`.
When this app is included in the project's `settings.INSTALLED_APPS` users would access the index view by navigating to `https://example.com/plugin/index`.

View File

@@ -34,4 +34,3 @@ zkillboard
.. automodule:: allianceauth.eveonline.evelinks.zkillboard
:members:
:undoc-members:

View File

@@ -56,4 +56,4 @@ By default in AA, Both requests and leaves for non-open groups must be approved
```python
## Allows users to freely leave groups without requiring approval.
AUTO_LEAVE = True
```
```

View File

@@ -13,4 +13,4 @@ celery>=4.3.0,<5.0.0,!=4.4.4
celery_once
passlib
redis>=3.3.1,<4.0.0
django-nose
django-nose