Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 658 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 658 Bytes

Navitia SDK Documentation

The documentation about Navitia SDK modules for iOS and Android is accessible through this link

Setup

First set up a virtual environment by the following commands:

python -m venv sdk-docs-env

Then activate your environment:

source sdk-docs-env/bin/activate

Finally install the following dependencies by running this command:

pip install -r requirements.txt

Run

To run the website on your machine, execute the following command:

mkdocs serve

Run this URL http://127.0.0.1:8000/navitia_sdk_docs/ in your browser.