aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/migrations/tables/pydoc_links
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/migrations/tables/pydoc_links')
-rw-r--r--pysite/migrations/tables/pydoc_links/__init__.py0
-rw-r--r--pysite/migrations/tables/pydoc_links/initial_data.json22
2 files changed, 0 insertions, 22 deletions
diff --git a/pysite/migrations/tables/pydoc_links/__init__.py b/pysite/migrations/tables/pydoc_links/__init__.py
deleted file mode 100644
index e69de29b..00000000
--- a/pysite/migrations/tables/pydoc_links/__init__.py
+++ /dev/null
diff --git a/pysite/migrations/tables/pydoc_links/initial_data.json b/pysite/migrations/tables/pydoc_links/initial_data.json
deleted file mode 100644
index e5b21357..00000000
--- a/pysite/migrations/tables/pydoc_links/initial_data.json
+++ /dev/null
@@ -1,22 +0,0 @@
-[
- {
- "package": "aiohttp",
- "base_url": "https://aiohttp.readthedocs.io/en/stable/",
- "inventory_url": "https://aiohttp.readthedocs.io/en/stable/objects.inv"
- },
- {
- "package": "discord",
- "base_url": "https://discordpy.readthedocs.io/en/rewrite/",
- "inventory_url": "https://discordpy.readthedocs.io/en/rewrite/objects.inv"
- },
- {
- "package": "django",
- "base_url": "https://docs.djangoproject.com/en/dev/",
- "inventory_url": "https://docs.djangoproject.com/en/dev/_objects/"
- },
- {
- "package": "stdlib",
- "base_url": "https://docs.python.org/3.7/",
- "inventory_url": "https://docs.python.org/3.7/objects.inv"
- }
-]