-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: [FC-0074] include tooling and data attributes in references (#450)
- Loading branch information
1 parent
2491af3
commit dbfe2e1
Showing
21 changed files
with
394 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Open edX Events Data Attributes | ||
=============================== | ||
|
||
Here are the data classes and attributes available for use when creating new Open edX Events. Review the classes and attributes to understand the data available for use in your event before creating a new data classes. | ||
|
||
.. note:: If you are creating a new data class in a subdomain that is not listed here, please add the new data class to the appropriate new subdomain section. | ||
|
||
Learning Subdomain | ||
------------------ | ||
|
||
.. automodule:: openedx_events.learning.data | ||
:members: | ||
|
||
Content Authoring Subdomain | ||
--------------------------- | ||
|
||
.. automodule:: openedx_events.content_authoring.data | ||
:members: | ||
|
||
Analytics Subdomain | ||
------------------- | ||
|
||
.. automodule:: openedx_events.analytics.data | ||
:members: | ||
|
||
Enterprise Subdomain | ||
-------------------- | ||
|
||
.. automodule:: openedx_events.enterprise.data | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Open edX Events Tooling | ||
======================= | ||
|
||
Here we document the tooling available for working with Open edX events as a developer. | ||
|
||
.. autoclass:: openedx_events.tooling.OpenEdxPublicSignal | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.