|
1 | | -Open edX Learning Core (and Tagging) |
2 | | -==================================== |
| 1 | +Open edX Core: Foundational Teaching & Learning Content Packages |
| 2 | +================================================================ |
3 | 3 |
|
4 | 4 | |pypi-badge| |ci-badge| |codecov-badge| |doc-badge| |pyversions-badge| |
5 | 5 | |license-badge| |
@@ -66,19 +66,19 @@ One Time Setup |
66 | 66 | .. code-block:: |
67 | 67 |
|
68 | 68 | # Clone the repository |
69 | | - git clone git@github.com:ormsbee/openedx-learning.git |
70 | | - cd openedx-learning |
| 69 | + git clone git@github.com:ormsbee/openedx-core.git |
| 70 | + cd openedx-core |
71 | 71 |
|
72 | 72 | # Set up a virtualenv using virtualenvwrapper with the same name as the repo and activate it |
73 | | - mkvirtualenv -p python3.11 openedx-learning |
| 73 | + mkvirtualenv -p python3.11 openedx-core |
74 | 74 |
|
75 | 75 |
|
76 | 76 | Every time you develop something in this repo |
77 | 77 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
78 | 78 | .. code-block:: |
79 | 79 |
|
80 | 80 | # Activate the virtualenv |
81 | | - workon openedx-learning |
| 81 | + workon openedx-core |
82 | 82 |
|
83 | 83 | # Grab the latest code |
84 | 84 | git checkout master |
@@ -147,26 +147,26 @@ For more information about these options, see the `Getting Help`_ page. |
147 | 147 | .. _community Slack workspace: https://openedx.slack.com/ |
148 | 148 | .. _Getting Help: https://openedx.org/getting-help |
149 | 149 |
|
150 | | -.. |pypi-badge| image:: https://img.shields.io/pypi/v/openedx-learning.svg |
151 | | - :target: https://pypi.python.org/pypi/openedx-learning/ |
| 150 | +.. |pypi-badge| image:: https://img.shields.io/pypi/v/openedx-core.svg |
| 151 | + :target: https://pypi.python.org/pypi/openedx-core/ |
152 | 152 | :alt: PyPI |
153 | 153 |
|
154 | | -.. |ci-badge| image:: https://github.com/openedx/openedx-learning/workflows/Python%20CI/badge.svg?branch=master |
155 | | - :target: https://github.com/openedx/openedx-learning/actions |
| 154 | +.. |ci-badge| image:: https://github.com/openedx/openedx-core/workflows/Python%20CI/badge.svg?branch=master |
| 155 | + :target: https://github.com/openedx/openedx-core/actions |
156 | 156 | :alt: CI |
157 | 157 |
|
158 | | -.. |codecov-badge| image:: https://codecov.io/github/edx/openedx-learning/coverage.svg?branch=master |
159 | | - :target: https://codecov.io/github/edx/openedx-learning?branch=master |
| 158 | +.. |codecov-badge| image:: https://codecov.io/github/edx/openedx-core/coverage.svg?branch=master |
| 159 | + :target: https://codecov.io/github/edx/openedx-core?branch=master |
160 | 160 | :alt: Codecov |
161 | 161 |
|
162 | | -.. |doc-badge| image:: https://readthedocs.org/projects/openedx-learning/badge/?version=latest |
163 | | - :target: https://openedx-learning.readthedocs.io/en/latest/ |
| 162 | +.. |doc-badge| image:: https://readthedocs.org/projects/openedx-core/badge/?version=latest |
| 163 | + :target: https://openedx-core.readthedocs.io/en/latest/ |
164 | 164 | :alt: Documentation |
165 | 165 |
|
166 | | -.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/openedx-learning.svg |
167 | | - :target: https://pypi.python.org/pypi/openedx-learning/ |
| 166 | +.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/openedx-core.svg |
| 167 | + :target: https://pypi.python.org/pypi/openedx-core/ |
168 | 168 | :alt: Supported Python versions |
169 | 169 |
|
170 | | -.. |license-badge| image:: https://img.shields.io/github/license/edx/openedx-learning.svg |
171 | | - :target: https://github.com/openedx/openedx-learning/blob/master/LICENSE.txt |
| 170 | +.. |license-badge| image:: https://img.shields.io/github/license/edx/openedx-core.svg |
| 171 | + :target: https://github.com/openedx/openedx-core/blob/master/LICENSE.txt |
172 | 172 | :alt: License |
0 commit comments