M0r13n / pyais

AIS message decoding and encoding in Python (AIVDM/AIVDO)
MIT License
176 stars 61 forks source link

[docs] messages.rst content duplicated. #101

Closed chhs2131 closed 1 year ago

chhs2131 commented 1 year ago

Hello 😊

Some of the contents of the docs/messages.rst seem to overlap. 🤔 as MessageType1 ('line 105 ~ 174 and 175 ~ 244') is duplicated.

at this part

MessageType1
    AIS Vessel position report using SOTDMA (Self-Organizing Time Division Multiple Access)
    Src: https://gpsd.gitlab.io/gpsd/AIVDM.html#_types_1_2_and_3_position_report_class_a

    Attributes:
        * `msg_type`

...
M0r13n commented 1 year ago

Yes, you are right. I fixed it. Thank you. :+1: