-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from PH-KDX/devel
v0.4.1
- Loading branch information
Showing
6 changed files
with
97 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,31 @@ | ||
Plan docs | ||
==================== | ||
|
||
.. csv-table:: Permitted plan return types | ||
:header: "Plan format", "Key" | ||
:widths: 25, 10 | ||
|
||
"Native dataclass format", "native" | ||
"JSON formatted plan", "json" | ||
"XML formatted plan", "xml" | ||
"CSV formatted plan", "csv" | ||
"PDF formatted plan", "pdf" | ||
"Google Earth KML formatted plan", "kml" | ||
"X-Plane FMS (8, 9 & 10) formatted plan", "xplane" | ||
"X-Plane 11 formatted plan", "xplane11" | ||
"FS2004/FS9 formatted plan", "fs9" | ||
"FSX XML formatted plan", "fsx" | ||
"Squawkbox formatted plan", "squawkbox" | ||
"X-FMC formatted plan", "xfmc" | ||
"PMDG rte formatted plan", "pmdg" | ||
"Airbus X formatted plan", "airbusx" | ||
"QualityWings formatted plan", "qualitywings" | ||
"iFly 747 (.route) formatted plan", "ifly747" | ||
"FlightGear formatted plan (version 2 XML)", "flightgear" | ||
"TFDi Design 717 (version 1 XML)", "tfdi717" | ||
"Infinite Flight", "infiniteflight" | ||
|
||
|
||
.. automodule:: flightplandb.submodules.plan | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env python3 | ||
|
||
# Version of the flightplandb package | ||
__version__ = "0.3.1" | ||
__version__ = "0.4.1" | ||
|
||
from flightplandb.flightplandb import * # noqa: F403, F401 | ||
from flightplandb.datatypes import * # noqa: F403, F401 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.