aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-18 21:22:51 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-19 00:17:52 +0100
commit275743751cc0ce2914ae1958926ff569dceea6c3 (patch)
tree44f6d93cec7943fb68f5aa37de3d64d8e8b0e382 /docs
parent660d0db02050486ea42332badfaadda5fbdbb1b0 (diff)
downloadsds-275743751cc0ce2914ae1958926ff569dceea6c3.tar.xz
man: Add initial sds(3) manpage
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py17
-rw-r--r--docs/sds.rst8
2 files changed, 25 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
new file mode 100644
index 0000000..8d79a11
--- /dev/null
+++ b/docs/conf.py
@@ -0,0 +1,17 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
+project = 'SDS'
+master_doc = 'sds'
+source_suffix = '.rst'
+
+show_authors = False
+today_fmt = '%d %b %Y'
+
+# One entry per manual page. List of tuples
+# (source start file, name, description, authors, manual section).
+man_pages = [
+ ('sds', 'sds', 'Simple Dynamic String library for C', [], 3),
+ ('sdsnew', 'sdsnew', 'Create a new SDS string', [], 3),
+ ('sdsfree', 'sdsfree', 'Free an SDS string', [], 3),
+]
diff --git a/docs/sds.rst b/docs/sds.rst
new file mode 100644
index 0000000..7dd17d0
--- /dev/null
+++ b/docs/sds.rst
@@ -0,0 +1,8 @@
+:orphan:
+
+sds
+===
+
+Functions
+---------
+