Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
api
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
funkwhale
api
Commits
4f66eda5
Commit
4f66eda5
authored
2 years ago
by
Agate
Browse files
Options
Downloads
Patches
Plain Diff
Fixed outdated references
parent
bf14334d
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CONTRIBUTORS.txt
+1
-1
1 addition, 1 deletion
CONTRIBUTORS.txt
LICENSE
+1
-1
1 addition, 1 deletion
LICENSE
config/settings/common.py
+1
-1
1 addition, 1 deletion
config/settings/common.py
docs/conf.py
+4
-4
4 additions, 4 deletions
docs/conf.py
with
7 additions
and
7 deletions
CONTRIBUTORS.txt
+
1
−
1
View file @
4f66eda5
Eliot Berriot
Agate
This diff is collapsed.
Click to expand it.
LICENSE
+
1
−
1
View file @
4f66eda5
Copyright (c) 2015,
Eliot Berriot
Copyright (c) 2015,
The Funkwhale Collective
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
...
...
This diff is collapsed.
Click to expand it.
config/settings/common.py
+
1
−
1
View file @
4f66eda5
...
...
@@ -110,7 +110,7 @@ EMAIL_BACKEND = env('DJANGO_EMAIL_BACKEND', default='django.core.mail.backends.s
# ------------------------------------------------------------------------------
# See: https://docs.djangoproject.com/en/dev/ref/settings/#admins
ADMINS
=
(
(
"""
Eliot Berriot
"""
,
'
contact@eliotberriot.
om
'
),
(
"""
Agate
"""
,
'
redacted@email.c
om
'
),
)
# See: https://docs.djangoproject.com/en/dev/ref/settings/#managers
...
...
This diff is collapsed.
Click to expand it.
docs/conf.py
+
4
−
4
View file @
4f66eda5
...
...
@@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project.
project
=
u
'
funkwhale_api
'
copyright
=
u
"
2015,
Eliot Berriot
"
copyright
=
u
"
2015,
The Funkwhale Collective
"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
...
...
@@ -187,7 +187,7 @@ latex_documents = [
(
'
index
'
,
'
funkwhale_api.tex
'
,
u
'
funkwhale_api Documentation
'
,
u
"
Eliot Berriot
"
,
'
manual
'
),
u
"
The Funkwhale Collective
"
,
'
manual
'
),
]
# The name of an image file (relative to this directory) to place at the top of
...
...
@@ -217,7 +217,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages
=
[
(
'
index
'
,
'
funkwhale_api
'
,
u
'
funkwhale_api Documentation
'
,
[
u
"
Eliot Berriot
"
],
1
)
[
u
"
The Funkwhale Collective
"
],
1
)
]
# If true, show URL addresses after external links.
...
...
@@ -231,7 +231,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents
=
[
(
'
index
'
,
'
funkwhale_api
'
,
u
'
funkwhale_api Documentation
'
,
u
"
Eliot Berriot
"
,
'
funkwhale_api
'
,
u
"
The Funkwhale Collective
"
,
'
funkwhale_api
'
,
'
A self-hosted tribute to Grooveshark.com
'
,
'
Miscellaneous
'
),
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment