Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

OpenSky API Documentation

We are using Sphinx.

The latest compiled version of this documentation is accessible here

Build1

If you need to build the docs, follow these steps:

  1. Install Sphinx with your package manager or any other method described here.

    apt-get install python-sphinx

  2. Install the Read the Docs Theme

    pip install sphinx_rtd_theme

  3. Create the Sphinx documentation and Javadoc2

    make

The results can be found in free/_build/html.

[1]: Package installation examples for Ubuntu [2]: If you don't have make or maven: apt-get install build-essential maven