-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Ignore quarto lint * chore: Add diff in gtfs.qmd before context switch to PR * chore: Adjust file locations to integrate with new site structure * feat: Set up GTFS page as a listing * docs: Fix small typo * fix: Update listings to ensure individual articles aren't listed along with sub-indexes * style: Add scrolling tag to table printouts * feat: Task to ingest data * feat: Task to examine attributes of MultiGtfsInstance * feat: Check validity task * feat: Task to visualise stop locations * feat: Cropping intro * feat: Filter to bbox explanation * feat: Explain date restriction method with date ranges * feat: Create calendar from calendar-dates task * feat: Final task & conclusion * fix: Minor typos * refactor: Move downloads to tmp for tutorial * chore: Rename tutorial filenm according to latest title * chore: Remove kernelspec from YAML * fix: Remove unused imports * fix: Rm reference to here in hint code block * chore: changed bus GTFS source to improve BBOX coverage * chore: added docs wide css file; changed from tutorial specific file * chore: moved GTFS tutorial to be accessible from main listing * style: Adjusting line lengths * feat: Add tabular summary task * feat: added trip count timeseries visual * chore: swapped help() for links to API docs * refactor: Remove help chunk for GtfsInstance and replace links with ones that open externally * refactor: Small typo * chore: removed unnecessary css file * fix: ordering with how to pages * fix: removed reference to jupyter kernel in yaml --------- Co-authored-by: Ethan Moss <[email protected]>
- Loading branch information
1 parent
8f3e4bd
commit 184fd5e
Showing
12 changed files
with
644 additions
and
12 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,3 +1,6 @@ | ||
docs/tutorials/*_files/ | ||
docs/tutorials/outputs/ | ||
|
||
# transport modelling data formats | ||
**/*.pbf | ||
**/*.mapdb | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.scrolling { | ||
max-height: 500px; | ||
overflow-y: auto; | ||
} |
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
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.