Skip to content
Open
2 changes: 1 addition & 1 deletion mslib/mscolab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.mscolab
~~~~~~~~~~~~~~
~~~~~~~~~~~~~

init module of mscolab

Expand Down
2 changes: 1 addition & 1 deletion mslib/mscolab/chat_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.mscolab.chat_manager
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~

Code to handle socket connections in mscolab

Expand Down
2 changes: 1 addition & 1 deletion mslib/mscolab/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.mscolab.conf.py.example
~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

config for mscolab.

Expand Down
2 changes: 1 addition & 1 deletion mslib/mscolab/seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.mscolab.seed
~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~

Seeder utility for database

Expand Down
2 changes: 1 addition & 1 deletion mslib/mscolab/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.mscolab._tests.utils
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~

Utility functions for mscolab

Expand Down
2 changes: 1 addition & 1 deletion mslib/msui/airdata_dockwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.msui.airdata_dockwidget
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Control to load airports and airspaces into the top view.

Expand Down
2 changes: 1 addition & 1 deletion mslib/msui/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.msui.editor
~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~

config editor for msui_settings.json.

Expand Down
2 changes: 1 addition & 1 deletion mslib/msui/linearview.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.msui.linearview
~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~

Linear view module of the msui

Expand Down
2 changes: 1 addition & 1 deletion mslib/msui/mscolab.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.msui.mscolab
~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~

Window to display authentication and operation details for mscolab

Expand Down
2 changes: 1 addition & 1 deletion mslib/msui/mscolab_admin_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.msui.mscolab_admin_window
~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Mscolab operation window, to display chat, file change

Expand Down
2 changes: 1 addition & 1 deletion mslib/msui/mscolab_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.msui.mscolab_operation
~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Mscolab operation window, to display chat, file change

Expand Down
2 changes: 1 addition & 1 deletion mslib/msui/mscolab_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

mslib.msui.mscolab_exceptions
~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Exceptions

Expand Down
2 changes: 1 addition & 1 deletion mslib/msui/mscolab_version_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.msui.mscolab_change_history
~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Mscolab change history window to display the change history of the flight path so that users
can revert back to a previous version
Expand Down
2 changes: 1 addition & 1 deletion mslib/msui/mss.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
"""
mslib.msui.mss
~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~

Mission Support System Python/Qt Rename Message

Expand Down
2 changes: 1 addition & 1 deletion mslib/msui/multilayers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
mslib.msui.multilayers
~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~

This module contains classes for object oriented managing of WMS layers.
Improves upon the old method of loading each layer on UI changes,
Expand Down
2 changes: 1 addition & 1 deletion mslib/msui/socket_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.msui.socket_control
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~

client socket connection handler

Expand Down
2 changes: 1 addition & 1 deletion mslib/utils/airdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.utils.airdata
~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~

Functions for getting and downloading airspaces and airports.

Expand Down
2 changes: 1 addition & 1 deletion mslib/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.utils.config
~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~

Collection of functions all around config handling.

Expand Down
2 changes: 1 addition & 1 deletion mslib/utils/coordinate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.utils.coordinate
~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~

Collection of functions all around coordinates, locations and positions.

Expand Down
2 changes: 1 addition & 1 deletion mslib/utils/loggerdef.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.utils.loggerdef
~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~

This module sets the logging level and prevent code repetition.

Expand Down
2 changes: 1 addition & 1 deletion mslib/utils/netCDF4tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

mslib.utils.netCDF4tools
~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~

Some useful functions for handling NetCDF files with the netCDF4 library.

Expand Down