Changeset 1057:c0b03a92ef29


Ignore:
Timestamp:
06/15/22 18:07:11 (22 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

Eliminated some unresolved references in the documentation

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/overview.dox

    r474 r1057  
    211211 * -# \c src/mlx/acft.py: there is a dictionary named \c _classes
    212212 *    towards the end of the file. Add the type to it.
    213  * -# \c src/mlx/web.py: the \ref mlx.web.BookedFlight class contains
     213 * -# \c src/mlx/rpc.py: the \ref mlx.web.BookedFlight class contains
    214214 *    two dictionaries, the mapping between the types and the values the MAVA
    215215 *    website uses to identify the type. Add the appropriate values
  • src/mlx/web.py

    r1053 r1057  
    3737#
    3838# This module also defines some data classes the contents of which are
    39 # retrieved or sent via HTTP. \ref BookedFlight contains data of a flight
    40 # booked on the MAVA website, \ref Fleet and \ref Plane represents the MAVA
     39# retrieved or sent via HTTP. \ref Fleet and \ref Plane represents the MAVA
    4140# fleet and the gates at Ferihegy and \ref NOTAM is a NOTAM.
    4241
Note: See TracChangeset for help on using the changeset viewer.