update other things with new src layout
This commit is contained in:
parent
2db2c88441
commit
cc7664e838
5 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
sys.path.insert(0, os.path.abspath("../"))
|
||||
sys.path.insert(0, os.path.abspath("../src"))
|
||||
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Soundcloud Track
|
||||
----------------
|
||||
|
||||
.. automodule:: ytdl_subscribe.entries.variables.soundcloud_variables
|
||||
.. automodule:: ytdl_sub.entries.variables.soundcloud_variables
|
||||
:members:
|
||||
:inherited-members:
|
||||
:undoc-members:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Youtube Video
|
||||
-------------
|
||||
|
||||
.. automodule:: ytdl_subscribe.entries.variables.youtube_variables
|
||||
.. automodule:: ytdl_sub.entries.variables.youtube_variables
|
||||
:members:
|
||||
:inherited-members:
|
||||
:undoc-members:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Run within root directory. Runs isort, black, then pylint
|
||||
isort .
|
||||
black .
|
||||
pylint ytdl_subscribe/
|
||||
pylint src/
|
||||
|
|
|
|||
Loading…
Reference in a new issue