Skip to content

Commit

Permalink
Add orm.analytics module to the autogenerated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-encord committed Dec 11, 2023
1 parent 77982ce commit da59809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit da59809

Please sign in to comment.