Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FUSS
fuss-manager
Commits
a17f983d
Commit
a17f983d
authored
Aug 18, 2020
by
Elena Grandi
Browse files
Add script to autogenerate autodoc placeholders
parent
fa56819d
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_docs
0 → 100755
View file @
a17f983d
#!/bin/sh
# Usage: ./update-docs
# This script looks for new modules in the listed packages and creates the
# respective autodoc files.
# It will delete existing files! use due care when committing the resulting # change
PACKAGES
=
manager
for
P
in
$PACKAGES
do
mkdir
-p
docs/
$P
sphinx-apidoc
-f
-e
-M
-o
docs/
$P
$P
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment