aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
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),
]