Skip to content

gitter-badger/connect-api-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Truphone Connect API reference documentation

Source files for the Truphone Connect API reference documentation, hosted in this repository: https://truphone.github.io/connect-api-docs

Setup local development

Assuming you already have a functional python development environment:

pip install sphinx
pip install sphinx_rtd_theme
pip install recommonmark
pip install sphinx-markdown-tables

Sphinx is now ready to build the documentation

Writing documentation

Documents are written in the standard markdown format, stored under the source/ directories and built using the Read The Docs template for the Sphinx python documentation generator.

Generating the html

make html

Generated documentation will be stored under build/docs/html/index.html

Building for github pages

make github

Same as make html but also copies the files to the docs/ folder for github to serve them

About

Truphone Connect API reference documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.8%
  • Batchfile 10.2%
  • HTML 9.1%
  • Makefile 8.9%