NASA-AMMOS / AIT-DSN

MIT License
19 stars 10 forks source link

Issue #176 - Fix typo in AOS_to_CCSDS #177

Closed Mejiro-McQueen closed 2 years ago

Mejiro-McQueen commented 2 years ago

https://github.com/NASA-AMMOS/AIT-DSN/blob/8355928e6a85cf4efc3ed13e3355d8e1ef218f85/ait/dsn/plugins/AOS_to_CCSDS.py#L17

Is missing a line continuation slash.

Should be:

if AOS_frame_object.is_idle_frame or \ AOS_frame_object.get('aos_data_field_type') is not AOSDataFieldType.M_PDU:

Fix additional typos in rst documentation.

Fixes #176

nttoole commented 2 years ago

Still seeing some misalignment issues in the RST file: image

Mejiro-McQueen commented 2 years ago

Weird, I was getting inconsistent renderings. How does it look in your end now?

image

image

nttoole commented 2 years ago

YAML alignment looks better now, thanks.