Adding gen_docs.py
This commit is contained in:
parent
dda076e7ba
commit
1344e312de
|
@ -7,7 +7,6 @@ from scrython.catalog import *
|
||||||
from scrython.rulings import *
|
from scrython.rulings import *
|
||||||
from scrython.sets import *
|
from scrython.sets import *
|
||||||
from scrython.symbology import *
|
from scrython.symbology import *
|
||||||
from types import FunctionType
|
|
||||||
|
|
||||||
def format_args(string, f):
|
def format_args(string, f):
|
||||||
f.write('\n## Args\n\n|arg|type|description|\n|:---:|:---:|:---:|\n')
|
f.write('\n## Args\n\n|arg|type|description|\n|:---:|:---:|:---:|\n')
|
||||||
|
|
Loading…
Reference in New Issue