Add Sphinx documentation, docs Makefile, and documentation URL
This commit is contained in:
15
docs/api.rst
Normal file
15
docs/api.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
.. _api:
|
||||
|
||||
API
|
||||
===
|
||||
|
||||
An API (Application Programming Interface) describes how software programs
|
||||
can interact with a system. For a code package like `easybits`, the API
|
||||
provides a complete listing of the functions available, along with
|
||||
explanations of how to use them and example code.
|
||||
|
||||
.. toctree::
|
||||
|
||||
bits
|
||||
util
|
||||
errors
|
||||
Reference in New Issue
Block a user