We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b123b6 commit fc2df8eCopy full SHA for fc2df8e
docs/index.rst
@@ -11,7 +11,7 @@ Contents:
11
.. toctree::
12
:maxdepth: 2
13
14
-.. automodule:: DroneApi
+.. automodule:: droneapi.lib
15
:members:
16
:inherited-members:
17
update-docs.sh
@@ -2,6 +2,7 @@
2
3
rm -r /tmp/autodocs
4
set -e
5
+python ./setup.py build
6
echo Switching to doc tree
7
cd docs
8
make html
0 commit comments