Browse Source

Added a reference script to autogen the structure of the api docs

framework
Drew Short 6 years ago
parent
commit
fb957a96e2
  1. 2
      server/documentation/apidoc-gen.sh

2
server/documentation/apidoc-gen.sh

@ -0,0 +1,2 @@
#!/usr/bin/env bash
noglob sphinx-apidoc -o server ../atheneum/ tests/*
Loading…
Cancel
Save