Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add orm.analytics module to the autogenerated doc #481

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ Utilities - ORM classes
.. automodule:: encord.orm.project_with_user_role
:members:
:undoc-members:
.. automodule:: encord.orm.analytics
:members:
:undoc-members:

Utilities - Other
-----------------
Expand Down
3 changes: 0 additions & 3 deletions encord/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -985,9 +985,6 @@ def list_collaborator_timers(
before: the end of period of interest.
group_by_data_unit: if True, time spent by a collaborator for each data unit is provided separately,
and if False, all time spent in the scope of the project is aggregated together.

Returns:
Iterable[CollaboratorTimer]
"""

params = CollaboratorTimerParams(
Expand Down