aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bin/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bin/README.md')
-rw-r--r--tools/bin/README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/bin/README.md b/tools/bin/README.md
index 3125c468..71ff4a44 100644
--- a/tools/bin/README.md
+++ b/tools/bin/README.md
@@ -1,5 +1,8 @@
# Automated Tools/Scripts
-## moon_utilities_update
-- update moon_utilities to PIP: `./moon_utilities_update.sh upload`
-- locally update moon_utilities for each moon Python package: `./moon_utilities_update.sh copy` \ No newline at end of file
+## api2pdf
+```bash
+python3 $MOON_HOME/tools/bin/api2rst.py
+pandoc api.rst --toc -o api.pdf
+evince api.pdf
+```