diff options
author | stuebinm | 2022-06-13 23:29:17 +0200 |
---|---|---|
committer | stuebinm | 2022-06-13 23:29:17 +0200 |
commit | 8dbb321a25705d941f7690281e495ccbd94cbdc3 (patch) | |
tree | 72d468adbad7cb2ce1536ed76a7d20585ef4faec /gtfs-book | |
parent | 1d75f12fa42e05a111474011006d60caa1f2d4a9 (diff) |
add build script for mdbook
Diffstat (limited to 'gtfs-book')
-rw-r--r-- | gtfs-book/SUMMARY.md | 24 | ||||
-rw-r--r-- | gtfs-book/book.toml | 6 |
2 files changed, 30 insertions, 0 deletions
diff --git a/gtfs-book/SUMMARY.md b/gtfs-book/SUMMARY.md new file mode 100644 index 0000000..c787fb4 --- /dev/null +++ b/gtfs-book/SUMMARY.md @@ -0,0 +1,24 @@ +# Summary + + - [About](./ch-00-definitive-guide-to-gtfs.md) + - [Introduction](./ch-01-introduction.md) + - [Agencies](./ch-02-agencies.md) + - [Stops](./ch-03-stops.md) + - [Routes](./ch-04-routes.md) + - [Trips](./ch-05-trips.md) + - [Stop Times](./ch-06-stop-times.md) + - [Calendar](./ch-07-calendar.md) + - [Fares](./ch-08-fares.md) + - [Shapes](./ch-09-shapes.md) + - [Frequencies](./ch-10-frequencies.md) + - [Stop Transfers](./ch-11-stop-transfers.md) + - [Feed Information](./ch-12-feed-information.md) + - [Importing to SQL](./ch-13-importing-to-sql.md) + - [Switching to Integer IDs](./ch-14-switching-to-integer-ids.md) + - [Optimizing Shapes](./ch-15-optimizing-shapes.md) + - [Deleting Unused Data](./ch-16-deleting-unused-data.md) + - [Searching for Trips](./ch-17-searching-for-trips.md) + - [Working with Trip Blocks](./ch-18-working-with-trip-blocks.md) + - [Calculating Fares](./ch-19-calculating-fares.md) + - [Trip Patterns](./ch-20-trip-patterns.md) + - [Conclusion](./ch-21-conclusion.md) diff --git a/gtfs-book/book.toml b/gtfs-book/book.toml new file mode 100644 index 0000000..9e904f0 --- /dev/null +++ b/gtfs-book/book.toml @@ -0,0 +1,6 @@ +[book] +authors = ["Quentin Zervaas"] +language = "en" +multilingual = false +src = "." +title = "The Definitive Guide to GTFS" |