aboutsummaryrefslogtreecommitdiffstats
path: root/mkendpoints.py
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-05-03 21:42:59 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-05-03 21:42:59 -0500
commit416881ad6f0e8136de05fb4cdad930d3fa595b31 (patch)
treeb7e78a7059d7cc91f46587ffa885e9381d6755a8 /mkendpoints.py
parentdc1694e0f400fe2a0eb2116f409569fb27e8e7a7 (diff)
downloadbbj-416881ad6f0e8136de05fb4cdad930d3fa595b31.tar.gz
i hate my life
Diffstat (limited to 'mkendpoints.py')
-rw-r--r--mkendpoints.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkendpoints.py b/mkendpoints.py
index c1d4aea..09f3366 100644
--- a/mkendpoints.py
+++ b/mkendpoints.py
@@ -1,7 +1,7 @@
"""
This is a small script that creates the endpoint doc page. It should be
evoked from the command line each time changes are made. It writes
-to ./documentation/docs/api_overview.md
+to ./docs/docs/api_overview.md
The code used in this script is the absolute minimum required to
get the job done; it can be considered a crude hack at best. I am
@@ -129,5 +129,5 @@ for doctype in sorted(types.keys()):
body += "\n\n" + pydoc.getdoc(f) + "\n\n"
body += "\n<br>\n"
-with open("documentation/docs/api_overview.md", "w") as output:
+with open("docs/docs/api_overview.md", "w") as output:
output.write(body)
Un proyecto texto-plano.xyz