Add Sphinx documentation, docs Makefile, and documentation URL

This commit is contained in:
Chris Proctor
2026-06-22 22:27:43 -04:00
parent ffed9f2d01
commit a7543b7b1b
12 changed files with 1026 additions and 5 deletions

15
docs/api.rst Normal file
View 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