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

Update interface to remove redundant lines in imports and .api calls #95

Closed
ibevers opened this issue Jul 12, 2024 · 1 comment · Fixed by #128
Closed

Update interface to remove redundant lines in imports and .api calls #95

ibevers opened this issue Jul 12, 2024 · 1 comment · Fixed by #128
Assignees
Labels
enhancement New feature or request

Comments

@ibevers
Copy link
Collaborator

ibevers commented Jul 12, 2024

I propose updating the interface so that things like:
from senselab.audio.tasks.preprocessing.preprocessing import resample_audios and
from senselab.audio.tasks.speech_to_text.api import transcribe_audios
become:
from senselab.audio.tasks.preprocessing import resample_audios
from senselab.audio.tasks.speech_to_text import transcribe_audios
(respectively)

We can do this by editing init.py files.

@fabiocat93
Copy link
Collaborator

great idea. please do it. i think this is going to affect the way pdoc will structure and generate the documentation. please, make sure that all pages are still going to be included after this change

@fabiocat93 fabiocat93 added the enhancement New feature or request label Jul 12, 2024
@ibevers ibevers linked a pull request Aug 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants