Add API documentation

dev
Andrew Cassidy 3 years ago
parent f085f318b3
commit 36ab0930fe

@ -1,14 +1,12 @@
.. Yaclog documentation master file, created by Yaclog: Yet Another Command Line Changelog Tool
sphinx-quickstart on Tue May 4 13:30:49 2021. ===============================================
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Yaclog's documentation! Yaclog is a python library and command line tool to make it easier to keep track of changes to your projects.
================================== It includes commands for appending new changes to a markdown changelog file, as well as releasing new versions
for deployment via git tags.
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:includehidden:
:caption: Contents: :caption: Contents:
API Reference <reference/index.rst> API Reference <reference/index.rst>

@ -2,7 +2,8 @@ API Reference
============= =============
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 2
:glob:
* changelog.rst
markdown.rst
version.rst

@ -1,5 +1,5 @@
Markdown Module Markdown Module
============== ===============
.. automodule:: yaclog.markdown .. automodule:: yaclog.markdown
:members: :members:
Loading…
Cancel
Save