aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-20 16:01:39 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-20 16:19:48 +0100
commitb294eef2d5f83de97439b4fa37f020c3b9f636b4 (patch)
tree1da4f471a6b82a40ec0f5585f97179ce5d0d6ad1 /docs/conf.py
parent3e840a66ade625c6f2576edd65f59ae1b7e595d3 (diff)
downloadsds-b294eef2d5f83de97439b4fa37f020c3b9f636b4.tar.xz
Update manpages for rename
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8d79a11..630c911 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
-project = 'SDS'
-master_doc = 'sds'
+project = 'YASL'
+master_doc = 'yasl'
source_suffix = '.rst'
show_authors = False
@@ -11,7 +11,7 @@ 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),
+ ('yasl', 'yasl', 'Yet Another String Library for C', [], 3),
+ ('yaslnew', 'yaslnew', 'Create a new yasl string', [], 3),
+ ('yaslfree', 'yaslfree', 'Free a yasl string', [], 3),
]