Skip to content

Commit

Permalink
Merge pull request #209 from mavlink/pr-fix-modules-docs
Browse files Browse the repository at this point in the history
Attempt to fix docs and imports
  • Loading branch information
JonasVautherin authored Jun 5, 2020
2 parents 2ef1875 + b4cb88a commit d91d4f7
Show file tree
Hide file tree
Showing 94 changed files with 95 additions and 111 deletions.
2 changes: 1 addition & 1 deletion mavsdk/action/action.py → mavsdk/action.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .._base import AsyncBase
from ._base import AsyncBase
from . import action_pb2, action_pb2_grpc
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion mavsdk/action/__init__.py

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .._base import AsyncBase
from ._base import AsyncBase
from . import calibration_pb2, calibration_pb2_grpc
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion mavsdk/calibration/__init__.py

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion mavsdk/camera/camera.py → mavsdk/camera.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .._base import AsyncBase
from ._base import AsyncBase
from . import camera_pb2, camera_pb2_grpc
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion mavsdk/camera/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion mavsdk/camera/camera_pb2.py → mavsdk/camera_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion mavsdk/core/core.py → mavsdk/core.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .._base import AsyncBase
from ._base import AsyncBase
from . import core_pb2, core_pb2_grpc
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion mavsdk/core/__init__.py

This file was deleted.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion mavsdk/follow_me/follow_me.py → mavsdk/follow_me.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .._base import AsyncBase
from ._base import AsyncBase
from . import follow_me_pb2, follow_me_pb2_grpc
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion mavsdk/follow_me/__init__.py

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion mavsdk/ftp/ftp.py → mavsdk/ftp.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .._base import AsyncBase
from ._base import AsyncBase
from . import ftp_pb2, ftp_pb2_grpc
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion mavsdk/ftp/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion mavsdk/ftp/ftp_pb2.py → mavsdk/ftp_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion mavsdk/geofence/geofence.py → mavsdk/geofence.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .._base import AsyncBase
from ._base import AsyncBase
from . import geofence_pb2, geofence_pb2_grpc
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion mavsdk/geofence/__init__.py

This file was deleted.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion mavsdk/gimbal/gimbal.py → mavsdk/gimbal.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .._base import AsyncBase
from ._base import AsyncBase
from . import gimbal_pb2, gimbal_pb2_grpc
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion mavsdk/gimbal/__init__.py

This file was deleted.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion mavsdk/info/info.py → mavsdk/info.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .._base import AsyncBase
from ._base import AsyncBase
from . import info_pb2, info_pb2_grpc
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion mavsdk/info/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion mavsdk/info/info_pb2.py → mavsdk/info_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion mavsdk/log_files/log_files.py → mavsdk/log_files.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .._base import AsyncBase
from ._base import AsyncBase
from . import log_files_pb2, log_files_pb2_grpc
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion mavsdk/log_files/__init__.py

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion mavsdk/mission/mission.py → mavsdk/mission.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .._base import AsyncBase
from ._base import AsyncBase
from . import mission_pb2, mission_pb2_grpc
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion mavsdk/mission/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion mavsdk/mission/mission_pb2.py → mavsdk/mission_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .._base import AsyncBase
from ._base import AsyncBase
from . import mission_raw_pb2, mission_raw_pb2_grpc
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion mavsdk/mission_raw/__init__.py

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion mavsdk/mocap/mocap.py → mavsdk/mocap.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .._base import AsyncBase
from ._base import AsyncBase
from . import mocap_pb2, mocap_pb2_grpc
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion mavsdk/mocap/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion mavsdk/mocap/mocap_pb2.py → mavsdk/mocap_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion mavsdk/offboard/offboard.py → mavsdk/offboard.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .._base import AsyncBase
from ._base import AsyncBase
from . import offboard_pb2, offboard_pb2_grpc
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion mavsdk/offboard/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion mavsdk/offboard/offboard_pb2.py → mavsdk/offboard_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion mavsdk/param/param.py → mavsdk/param.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .._base import AsyncBase
from ._base import AsyncBase
from . import param_pb2, param_pb2_grpc
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion mavsdk/param/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion mavsdk/param/param_pb2.py → mavsdk/param_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion mavsdk/shell/shell.py → mavsdk/shell.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .._base import AsyncBase
from ._base import AsyncBase
from . import shell_pb2, shell_pb2_grpc
from enum import Enum

Expand Down
1 change: 0 additions & 1 deletion mavsdk/shell/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion mavsdk/shell/shell_pb2.py → mavsdk/shell_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion mavsdk/source/plugins/action.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Action
====

.. automodule:: mavsdk.generated.action
.. automodule:: mavsdk.action
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/source/plugins/calibration.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Calibration
====

.. automodule:: mavsdk.generated.calibration
.. automodule:: mavsdk.calibration
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/source/plugins/camera.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Camera
====

.. automodule:: mavsdk.generated.camera
.. automodule:: mavsdk.camera
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/source/plugins/core.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Core
====

.. automodule:: mavsdk.generated.core
.. automodule:: mavsdk.core
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/source/plugins/follow_me.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FollowMe
====

.. automodule:: mavsdk.generated.follow_me
.. automodule:: mavsdk.follow_me
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/source/plugins/ftp.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Ftp
====

.. automodule:: mavsdk.generated.ftp
.. automodule:: mavsdk.ftp
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/source/plugins/geofence.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Geofence
====

.. automodule:: mavsdk.generated.geofence
.. automodule:: mavsdk.geofence
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/source/plugins/gimbal.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gimbal
====

.. automodule:: mavsdk.generated.gimbal
.. automodule:: mavsdk.gimbal
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/source/plugins/info.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Info
====

.. automodule:: mavsdk.generated.info
.. automodule:: mavsdk.info
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/source/plugins/log_files.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LogFiles
====

.. automodule:: mavsdk.generated.log_files
.. automodule:: mavsdk.log_files
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/source/plugins/mission.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Mission
====

.. automodule:: mavsdk.generated.mission
.. automodule:: mavsdk.mission
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/source/plugins/mission_raw.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MissionRaw
====

.. automodule:: mavsdk.generated.mission_raw
.. automodule:: mavsdk.mission_raw
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/source/plugins/mocap.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Mocap
====

.. automodule:: mavsdk.generated.mocap
.. automodule:: mavsdk.mocap
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/source/plugins/offboard.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Offboard
====

.. automodule:: mavsdk.generated.offboard
.. automodule:: mavsdk.offboard
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/source/plugins/param.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Param
====

.. automodule:: mavsdk.generated.param
.. automodule:: mavsdk.param
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion mavsdk/source/plugins/shell.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Shell
====

.. automodule:: mavsdk.generated.shell
.. automodule:: mavsdk.shell
:members:
:undoc-members:
:show-inheritance:
Expand Down
Loading

0 comments on commit d91d4f7

Please sign in to comment.