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 os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
sys.path.insert(0, os.path.abspath("../"))
|
sys.path.insert(0, os.path.abspath("../src"))
|
||||||
|
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
Soundcloud Track
|
Soundcloud Track
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
.. automodule:: ytdl_subscribe.entries.variables.soundcloud_variables
|
.. automodule:: ytdl_sub.entries.variables.soundcloud_variables
|
||||||
:members:
|
:members:
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
Youtube Video
|
Youtube Video
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
.. automodule:: ytdl_subscribe.entries.variables.youtube_variables
|
.. automodule:: ytdl_sub.entries.variables.youtube_variables
|
||||||
:members:
|
:members:
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Run within root directory. Runs isort, black, then pylint
|
# Run within root directory. Runs isort, black, then pylint
|
||||||
isort .
|
isort .
|
||||||
black .
|
black .
|
||||||
pylint ytdl_subscribe/
|
pylint src/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue