Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .github/workflows/check_website_returns_200_OK.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/lint.yml

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/update-requirements.yaml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/update_website_contents_on_server.yml

This file was deleted.

6 changes: 3 additions & 3 deletions CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

## APA

Operational Data Standard Working Group. (2022). Transit Operational Data Standard. Operational Data Standard Board of Directors. Retrieved from https://ods.calitp.org
Operational Data Standard Working Group. (2022). Transit Operational Data Standard. Operational Data Standard Board of Directors. Retrieved from https://tods-transit.org.

## MLA

Operational Data Standard Working Group. Transit Operational Data Standard. Operational Data Standard Board of Directors, 2022, https://ods.calitp.org.
Operational Data Standard Working Group. Transit Operational Data Standard. Operational Data Standard Board of Directors, 2022, https://tods-transit.org.

## Chicago

Operational Data Standard Working Group. 2022. Transit Operational Data Standard. Operational Data Standard Board of Directors. https://ods.calitp.org.
Operational Data Standard Working Group. 2022. Transit Operational Data Standard. Operational Data Standard Board of Directors. https://tods-transit.org.
23 changes: 0 additions & 23 deletions Makefile

This file was deleted.

27 changes: 2 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Transit Operational Data Standard (TODS) is an open standard for describing how to operate scheduled transit operations which can be used to port scheduled operations between software products (e.g. scheduling systems and CAD/AVL systems), agencies, and more. TODS leverages the existing [General Transit Feed Specification](https://gtfs.org) (GTFS) and extends it to include information about personnel and non-revenue service.

Complete documentation published at: <https://tods.mobilitydata.org>
Complete documentation published at: [tods-transit.org](https://tods-transit.org)

## License to Use

Expand All @@ -12,29 +12,6 @@ The TODS Specification is licensed under the [Apache License 2.0](https://www.ap

If you use the Transit Operational Data Standard in a report or article, please cite it as follows:

> Transit Operational Data Standard Working Group. 2022. Transit Operational Data Standard. Transit Operational Data Standard Board of Directors. https://tods.mobilitydata.org.
> Transit Operational Data Standard Working Group. 2022. Transit Operational Data Standard. Transit Operational Data Standard Board of Directors. [tods-transit.org](https://tods-transit.org)

Additional citation styles can be found in [CITATION](CITATION).

## Building the site locally

1. In Terminal, change the directory to one where you wish to build the site.
1. Ensure you have an up-to-date version of pip:
- Linux: `pip install pip` or `pip install --upgrade pip`
- macOS: `pip3 install pip` or `pip3 install --upgrade pip`
1. Clone this repository:
- `git clone https://github.com/MobilityData/operational-data-standard`
1. Change the directory to the cloned repository, and create & enable a Python virtual environment:
- `python3 -m venv venv`
- `source venv/bin/activate`
1. Have [`requirements.txt`](requirements.txt) installed:
- Linux: `pip install --force-reinstall -r requirements.txt`
- macOS: `pip3 install --force-reinstall -r requirements.txt`
1. To run the site locally (command defined in `MakeFile`):
- `make serve`
- Then you can reach the site at this address: `http://127.0.0.1:8000/`
- To shut down MKdocs from serving the site: `make killserve`
1. To build the site locally only (command defined in `MakeFile`):
- `make build`
1. Deactivate the Python virtual environment when done:
- `deactivate`
137 changes: 0 additions & 137 deletions config/en/mkdocs.yml

This file was deleted.

16 changes: 0 additions & 16 deletions docs/en/about/about.md

This file was deleted.

Loading