Skip to content

Commit 66fbd87

Browse files
committed
fix(docs): fix Sphinx/reST docstring issues for code quality in data modules and models
1 parent f5bdb76 commit 66fbd87

File tree

1,069 files changed

+406071
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,069 files changed

+406071
-4
lines changed

.venv311/Scripts/Activate.ps1

Lines changed: 502 additions & 0 deletions
Large diffs are not rendered by default.

.venv311/Scripts/activate

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# This file must be used with "source bin/activate" *from bash*
2+
# you cannot run it directly
3+
4+
deactivate () {
5+
# reset old environment variables
6+
if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then
7+
PATH="${_OLD_VIRTUAL_PATH:-}"
8+
export PATH
9+
unset _OLD_VIRTUAL_PATH
10+
fi
11+
if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then
12+
PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}"
13+
export PYTHONHOME
14+
unset _OLD_VIRTUAL_PYTHONHOME
15+
fi
16+
17+
# Call hash to forget past commands. Without forgetting
18+
# past commands the $PATH changes we made may not be respected
19+
hash -r 2> /dev/null
20+
21+
if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then
22+
PS1="${_OLD_VIRTUAL_PS1:-}"
23+
export PS1
24+
unset _OLD_VIRTUAL_PS1
25+
fi
26+
27+
unset VIRTUAL_ENV
28+
unset VIRTUAL_ENV_PROMPT
29+
if [ ! "${1:-}" = "nondestructive" ] ; then
30+
# Self destruct!
31+
unset -f deactivate
32+
fi
33+
}
34+
35+
# unset irrelevant variables
36+
deactivate nondestructive
37+
38+
VIRTUAL_ENV="C:\Users\anand\OneDrive\Desktop\pytorch_forcasting\pytorch-forecasting\.venv311"
39+
export VIRTUAL_ENV
40+
41+
_OLD_VIRTUAL_PATH="$PATH"
42+
PATH="$VIRTUAL_ENV/Scripts:$PATH"
43+
export PATH
44+
45+
# unset PYTHONHOME if set
46+
# this will fail if PYTHONHOME is set to the empty string (which is bad anyway)
47+
# could use `if (set -u; : $PYTHONHOME) ;` in bash
48+
if [ -n "${PYTHONHOME:-}" ] ; then
49+
_OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}"
50+
unset PYTHONHOME
51+
fi
52+
53+
if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then
54+
_OLD_VIRTUAL_PS1="${PS1:-}"
55+
PS1="(.venv311) ${PS1:-}"
56+
export PS1
57+
VIRTUAL_ENV_PROMPT="(.venv311) "
58+
export VIRTUAL_ENV_PROMPT
59+
fi
60+
61+
# Call hash to forget past commands. Without forgetting
62+
# past commands the $PATH changes we made may not be respected
63+
hash -r 2> /dev/null

.venv311/Scripts/activate.bat

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
@echo off
2+
3+
rem This file is UTF-8 encoded, so we need to update the current code page while executing it
4+
for /f "tokens=2 delims=:." %%a in ('"%SystemRoot%\System32\chcp.com"') do (
5+
set _OLD_CODEPAGE=%%a
6+
)
7+
if defined _OLD_CODEPAGE (
8+
"%SystemRoot%\System32\chcp.com" 65001 > nul
9+
)
10+
11+
set VIRTUAL_ENV=C:\Users\anand\OneDrive\Desktop\pytorch_forcasting\pytorch-forecasting\.venv311
12+
13+
if not defined PROMPT set PROMPT=$P$G
14+
15+
if defined _OLD_VIRTUAL_PROMPT set PROMPT=%_OLD_VIRTUAL_PROMPT%
16+
if defined _OLD_VIRTUAL_PYTHONHOME set PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%
17+
18+
set _OLD_VIRTUAL_PROMPT=%PROMPT%
19+
set PROMPT=(.venv311) %PROMPT%
20+
21+
if defined PYTHONHOME set _OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%
22+
set PYTHONHOME=
23+
24+
if defined _OLD_VIRTUAL_PATH set PATH=%_OLD_VIRTUAL_PATH%
25+
if not defined _OLD_VIRTUAL_PATH set _OLD_VIRTUAL_PATH=%PATH%
26+
27+
set PATH=%VIRTUAL_ENV%\Scripts;%PATH%
28+
set VIRTUAL_ENV_PROMPT=(.venv311)
29+
30+
:END
31+
if defined _OLD_CODEPAGE (
32+
"%SystemRoot%\System32\chcp.com" %_OLD_CODEPAGE% > nul
33+
set _OLD_CODEPAGE=
34+
)

.venv311/Scripts/cm2html.exe

106 KB
Binary file not shown.

.venv311/Scripts/cm2latex.exe

106 KB
Binary file not shown.

.venv311/Scripts/cm2man.exe

106 KB
Binary file not shown.

.venv311/Scripts/cm2pseudoxml.exe

106 KB
Binary file not shown.

.venv311/Scripts/cm2xetex.exe

106 KB
Binary file not shown.

.venv311/Scripts/cm2xml.exe

106 KB
Binary file not shown.

.venv311/Scripts/cmark.exe

106 KB
Binary file not shown.

0 commit comments

Comments
 (0)