Skip to content

Commit a479941

Browse files
authored
chore: remove empty files and unapplicable notes in the README (#5)
1 parent 076096b commit a479941

File tree

6 files changed

+0
-49
lines changed

6 files changed

+0
-49
lines changed

README.rst

-8
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ Overview
1111

1212
This plugin is meant to house experimental and in-development applications from the architecture team at edX that are either not appropriate (i.e. edX/2U specific) or not yet ready for community consumption.
1313

14-
Documentation
15-
-------------
16-
17-
(TODO: `Set up documentation <https://openedx.atlassian.net/wiki/spaces/DOC/pages/21627535/Publish+Documentation+on+Read+the+Docs>`_)
1814

1915
Development Workflow
2016
--------------------
@@ -118,10 +114,6 @@ For more information about these options, see the `Getting Help`_ page.
118114
:target: https://codecov.io/github/edx/edx-arch-experiments?branch=main
119115
:alt: Codecov
120116

121-
.. |doc-badge| image:: https://readthedocs.org/projects/edx-arch-experiments/badge/?version=latest
122-
:target: https://edx-arch-experiments.readthedocs.io/en/latest/
123-
:alt: Documentation
124-
125117
.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/edx-arch-experiments.svg
126118
:target: https://pypi.python.org/pypi/edx-arch-experiments/
127119
:alt: Supported Python versions

edx_arch_experiments/models.py

-3
This file was deleted.

edx_arch_experiments/templates/edx_arch_experiments/base.html

-22
This file was deleted.

edx_arch_experiments/urls.py

-10
This file was deleted.

test_settings.py

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ def root(*args):
3939
root('edx_arch_experiments', 'conf', 'locale'),
4040
]
4141

42-
ROOT_URLCONF = 'edx_arch_experiments.urls'
43-
4442
SECRET_KEY = 'insecure-secret-key'
4543

4644
MIDDLEWARE = (

tests/test_models.py

-4
This file was deleted.

0 commit comments

Comments
 (0)