Add initial static-doc to master for proper versioning
This commit is contained in:
parent
935c2c6eff
commit
f7bde74360
290 changed files with 32391 additions and 0 deletions
11
docs/.vienvdoc/bin/ipython
Executable file
11
docs/.vienvdoc/bin/ipython
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/home/griatch/Devel/Home/evennia/evennia/docs/.vienvdoc/bin/python3.7
|
||||
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
|
||||
from IPython import start_ipython
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(start_ipython())
|
||||
Loading…
Add table
Add a link
Reference in a new issue