From b294eef2d5f83de97439b4fa37f020c3b9f636b4 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 20 Jan 2015 16:01:39 +0100 Subject: Update manpages for rename --- docs/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/conf.py') 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), ] -- cgit v1.2.3-54-g00ecf