Skip to content

Commit 85c7caa

Browse files
authored
Merge pull request #1144 from openedx/sarina/add-course-links
Add links out to training courses in developer's pages
2 parents 0a7301d + d6607ab commit 85c7caa

4 files changed

Lines changed: 45 additions & 12 deletions

File tree

source/developers/quickstarts/first_openedx_pr.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,17 @@ If you are now looking for something to work on, please see :ref:`qs Dev Contrib
387387
If you need more help or run into issues, check out the :ref:`Getting Help with Open edX`
388388
section of the documentation for links to some places where you could get help.
389389

390-
Maintenance Chart
390+
.. seealso::
391+
392+
:ref:`qs Dev Contributing` (Quickstart)
393+
394+
:ref:`Open edX Developer's Guide` (Reference)
395+
396+
`Intro to the Open edX Project & Contributing <https://training.openedx.io/courses/course-v1:OpenedX+OEX101+2023/about>`_ (Training Course)
397+
398+
`Open edX Developer Onboarding <https://training.openedx.io/courses/course-v1:OpenedX+OEX-Dev101+2024/about>`_ (Training Course)
399+
400+
**Maintenance Chart**
391401

392402
+--------------+-------------------------------+-----------------------------------+--------------------------------+
393403
| Review Date | Working Group Reviewer | Release |Test situation |

source/developers/quickstarts/so_you_want_to_contribute.rst

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -242,19 +242,24 @@ could benefit from, please post on the `Open edX forums`_.
242242

243243
.. seealso::
244244

245-
:ref:`Process for Contributing Code`
245+
:ref:`Process for Contributing Code` (Reference)
246246

247-
:ref:`Contributing Code`
247+
:ref:`Contributing Code` (Reference)
248248

249-
:ref:`Landing Your Work`
249+
:ref:`Landing Your Work` (Reference)
250250

251-
:ref:`Git workflow`
251+
:ref:`Git workflow` (Reference)
252252

253-
:ref:`Open edX Style Guidelines`
253+
:ref:`Open edX Style Guidelines` (Reference)
254254

255-
:ref:`Testing`
255+
:ref:`Testing` (Reference)
256+
257+
:ref:`Open edX Developer's Guide` (Reference)
258+
259+
`Intro to the Open edX Project & Contributing <https://training.openedx.io/courses/course-v1:OpenedX+OEX101+2023/about>`_ (Training Course)
260+
261+
`Open edX Developer Onboarding <https://training.openedx.io/courses/course-v1:OpenedX+OEX-Dev101+2024/about>`_ (Training Course)
256262

257-
:ref:`Open edX Developer's Guide`
258263

259264
.. include:: /links.txt
260265

source/developers/references/developer_guide/index.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ used as a reference manual; it covers everything from high level
99
system architecture to practical advice on testing and coding for
1010
internationalization.
1111

12-
Courses on the basics of the Open edX software, the Open edX community,
13-
and learning to be an effective Open edX developer can all be found on
14-
our Open edX learning site, `training.openedx.org`_.
12+
This reference guide to contributing code to the Open edX project is
13+
comprehensive and covers all you might encounter in the process of writing,
14+
submitting, and getting reviews on your pull requests. Before diving into this
15+
guide, you might find it useful to check out the :ref:`qs Dev First PR`, and
16+
its follow-up, :ref:`qs Dev Contributing`.
1517

16-
.. _training.openedx.org: https://training.openedx.org/
18+
Also useful is the `Intro to the Open edX Project & Contributing onboarding
19+
course
20+
<https://training.openedx.io/courses/course-v1:OpenedX+OEX101+2023/about>`_ as
21+
well as the `Open edX Developer's Onboarding course
22+
<https://training.openedx.io/courses/course-v1:OpenedX+OEX-Dev101+2024/about>`_.
1723

1824
.. toctree::
1925
:maxdepth: 2

source/developers/references/developer_guide/process/index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
Contributing to the Open edX Project
55
####################################
66

7+
This reference guide to contributing code to the Open edX project is
8+
comprehensive and covers all you might encounter in the process of writing,
9+
submitting, and getting reviews on your pull requests. Before diving into this
10+
guide, you might find it useful to check out the :ref:`qs Dev First PR`, and
11+
its follow-up, :ref:`qs Dev Contributing`.
12+
13+
Also useful is the `Intro to the Open edX Project & Contributing onboarding
14+
course
15+
<https://training.openedx.io/courses/course-v1:OpenedX+OEX101+2023/about>`_ as
16+
well as the `Open edX Developer's Onboarding course
17+
<https://training.openedx.io/courses/course-v1:OpenedX+OEX-Dev101+2024/about>`_.
18+
719
.. toctree::
820
:maxdepth: 2
921

0 commit comments

Comments
 (0)