Skip to content

Documentation about NMS modules for Android & iOS

Notifications You must be signed in to change notification settings

hove-io/navitia_sdk_docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Documentation about NMS modules for Android & iOS

Resources

Stars

Watchers

Forks

Releases

No releases published