Skip to content

zhangxin511/platform-api-docs

 
 

Repository files navigation

Funding V2 API docs

Building locally

The docs are built using reStructured Text and Sphinx.

To get started, install Python dependencies:

pip install -r requirements.txt

Then use make to build the html:

make html

This will output the html version of the docs to _build/html, just open the index.html file to start browsing the docs. Run make html again to regenerate the html after changes.

Changes will be published to Read the Docs.

About

Documentation for the Kabbage Platform API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.6%
  • Makefile 44.6%
  • CSS 1.8%