Skip to content

Commit d91d4f7

Browse files
Merge pull request #209 from mavlink/pr-fix-modules-docs
Attempt to fix docs and imports
2 parents 2ef1875 + b4cb88a commit d91d4f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+95
-111
lines changed

mavsdk/action/action.py renamed to mavsdk/action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import action_pb2, action_pb2_grpc
44
from enum import Enum
55

mavsdk/action/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.

mavsdk/calibration/calibration.py renamed to mavsdk/calibration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import calibration_pb2, calibration_pb2_grpc
44
from enum import Enum
55

mavsdk/calibration/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

mavsdk/calibration/calibration_pb2.py renamed to mavsdk/calibration_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mavsdk/camera/camera.py renamed to mavsdk/camera.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import camera_pb2, camera_pb2_grpc
44
from enum import Enum
55

mavsdk/camera/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

mavsdk/camera/camera_pb2.py renamed to mavsdk/camera_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

mavsdk/core/core.py renamed to mavsdk/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import core_pb2, core_pb2_grpc
44
from enum import Enum
55

mavsdk/core/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.

mavsdk/follow_me/follow_me.py renamed to mavsdk/follow_me.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import follow_me_pb2, follow_me_pb2_grpc
44
from enum import Enum
55

mavsdk/follow_me/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

mavsdk/follow_me/follow_me_pb2.py renamed to mavsdk/follow_me_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

mavsdk/ftp/ftp.py renamed to mavsdk/ftp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import ftp_pb2, ftp_pb2_grpc
44
from enum import Enum
55

mavsdk/ftp/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

mavsdk/ftp/ftp_pb2.py renamed to mavsdk/ftp_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

mavsdk/geofence/geofence.py renamed to mavsdk/geofence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import geofence_pb2, geofence_pb2_grpc
44
from enum import Enum
55

mavsdk/geofence/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.

mavsdk/gimbal/gimbal.py renamed to mavsdk/gimbal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import gimbal_pb2, gimbal_pb2_grpc
44
from enum import Enum
55

mavsdk/gimbal/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.

mavsdk/info/info.py renamed to mavsdk/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import info_pb2, info_pb2_grpc
44
from enum import Enum
55

mavsdk/info/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

mavsdk/info/info_pb2.py renamed to mavsdk/info_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

mavsdk/log_files/log_files.py renamed to mavsdk/log_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import log_files_pb2, log_files_pb2_grpc
44
from enum import Enum
55

mavsdk/log_files/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

mavsdk/log_files/log_files_pb2.py renamed to mavsdk/log_files_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

mavsdk/mission/mission.py renamed to mavsdk/mission.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import mission_pb2, mission_pb2_grpc
44
from enum import Enum
55

mavsdk/mission/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

mavsdk/mission/mission_pb2.py renamed to mavsdk/mission_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

mavsdk/mission_raw/mission_raw.py renamed to mavsdk/mission_raw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import mission_raw_pb2, mission_raw_pb2_grpc
44
from enum import Enum
55

mavsdk/mission_raw/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

mavsdk/mission_raw/mission_raw_pb2.py renamed to mavsdk/mission_raw_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mavsdk/mocap/mocap.py renamed to mavsdk/mocap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import mocap_pb2, mocap_pb2_grpc
44
from enum import Enum
55

mavsdk/mocap/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

mavsdk/mocap/mocap_pb2.py renamed to mavsdk/mocap_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

mavsdk/offboard/offboard.py renamed to mavsdk/offboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import offboard_pb2, offboard_pb2_grpc
44
from enum import Enum
55

mavsdk/offboard/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

mavsdk/offboard/offboard_pb2.py renamed to mavsdk/offboard_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

mavsdk/param/param.py renamed to mavsdk/param.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import param_pb2, param_pb2_grpc
44
from enum import Enum
55

mavsdk/param/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

mavsdk/param/param_pb2.py renamed to mavsdk/param_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

mavsdk/shell/shell.py renamed to mavsdk/shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from .._base import AsyncBase
2+
from ._base import AsyncBase
33
from . import shell_pb2, shell_pb2_grpc
44
from enum import Enum
55

mavsdk/shell/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

mavsdk/shell/shell_pb2.py renamed to mavsdk/shell_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

mavsdk/source/plugins/action.rst

Lines changed: 1 addition & 1 deletion

mavsdk/source/plugins/calibration.rst

Lines changed: 1 addition & 1 deletion

mavsdk/source/plugins/camera.rst

Lines changed: 1 addition & 1 deletion

mavsdk/source/plugins/core.rst

Lines changed: 1 addition & 1 deletion

mavsdk/source/plugins/follow_me.rst

Lines changed: 1 addition & 1 deletion

mavsdk/source/plugins/ftp.rst

Lines changed: 1 addition & 1 deletion

mavsdk/source/plugins/geofence.rst

Lines changed: 1 addition & 1 deletion

mavsdk/source/plugins/gimbal.rst

Lines changed: 1 addition & 1 deletion

mavsdk/source/plugins/info.rst

Lines changed: 1 addition & 1 deletion

mavsdk/source/plugins/log_files.rst

Lines changed: 1 addition & 1 deletion

mavsdk/source/plugins/mission.rst

Lines changed: 1 addition & 1 deletion

mavsdk/source/plugins/mission_raw.rst

Lines changed: 1 addition & 1 deletion

mavsdk/source/plugins/mocap.rst

Lines changed: 1 addition & 1 deletion

mavsdk/source/plugins/offboard.rst

Lines changed: 1 addition & 1 deletion

mavsdk/source/plugins/param.rst

Lines changed: 1 addition & 1 deletion

mavsdk/source/plugins/shell.rst

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)