Skip to content

Commit

Permalink
docs: refactor names for consistency in how-tos
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Dec 19, 2024
1 parent 41cda0f commit 187f16e
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 367 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/event-bus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ How is the Open edX Event Bus Used?

The event bus is used to broadcast Open edX Events to multiple services, allowing them to react to changes or actions in the system.

We encourage you to review the :doc:`../reference/real-life-use-cases` page for examples of how the event bus is used in the Open edX ecosystem by the community. Also, see the :doc:`../how-tos/using-the-event-bus` guide to get start sending events to the event bus.
We encourage you to review the :doc:`../reference/real-life-use-cases` page for examples of how the event bus is used in the Open edX ecosystem by the community. Also, see the :doc:`../how-tos/use-the-event-bus-to-broadcast-and-consume-events` guide to get start sending events to the event bus.

.. _general_signal_handler: https://github.com/openedx/openedx-events/blob/main/openedx_events/apps.py#L16-L44
.. _EventProducer: https://github.com/openedx/openedx-events/blob/main/openedx_events/event_bus/__init__.py#L71-L91
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/openedx-events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ How are Open edX Events used?

As mentioned previously, developers can listen to Open edX Events by registering signal receivers from their Open edX Django plugins that respond to the emitted events or by using the :doc:`../concepts/event-bus` to send events to external services.

For more information on using Open edX Events, refer to the :doc:`../how-tos/using-events` how-to guide. We also encourage you to explore the :doc:`../reference/real-life-use-cases` section for real-life examples of how Open edX Events are used by the community.
For more information on using Open edX Events, refer to the :doc:`../how-tos/create-a-new-event` how-to guide. We also encourage you to explore the :doc:`../reference/real-life-use-cases` section for real-life examples of how Open edX Events are used by the community.

.. _Django Signals Documentation: https://docs.djangoproject.com/en/4.2/topics/signals/
.. _triggering the COURSE_ENROLLMENT_CREATED event: https://github.com/openedx/edx-platform/blob/master/common/djangoapps/student/models/course_enrollment.py#L777-L795
Expand Down
4 changes: 2 additions & 2 deletions docs/how-tos/add-new-event-bus-concrete-implementation.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
How to add a new concrete implementation of the event bus
=========================================================
Add a New Concrete Implementation of the Event Bus
==================================================

Context
-------
Expand Down
39 changes: 0 additions & 39 deletions docs/how-tos/adding-events-to-a-service.rst

This file was deleted.

134 changes: 0 additions & 134 deletions docs/how-tos/creating-new-events.rst

This file was deleted.

7 changes: 3 additions & 4 deletions docs/how-tos/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ How-tos
:maxdepth: 1
:caption: Contents:

creating-new-events
adding-events-to-a-service
using-events
using-the-event-bus
create-a-new-event
consume-an-event
use-the-event-bus-to-broadcast-and-consume-events
add-new-event-bus-concrete-implementation
96 changes: 0 additions & 96 deletions docs/how-tos/using-events.rst

This file was deleted.

Loading

0 comments on commit 187f16e

Please sign in to comment.