Add initial static-doc to master for proper versioning

This commit is contained in:
Griatch 2020-06-12 22:01:38 +02:00
parent 935c2c6eff
commit f7bde74360
290 changed files with 32391 additions and 0 deletions

11
docs/.vienvdoc/bin/ipython3 Executable file
View 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())