From 5a31320a8b7906ebfbcbf75d1adcb2519b0903c5 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Fri, 25 Nov 2016 15:02:00 -0800 Subject: [PATCH] TeX description --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 8479fd301..489726976 100644 --- a/conf.py +++ b/conf.py @@ -269,8 +269,8 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'PostgREST', u'PostgREST Documentation', - author, 'PostgREST', 'One line description of project.', - 'Miscellaneous'), + author, 'PostgREST', 'REST API for any PostgreSQL database', + 'Web'), ] # Documents to append as an appendix to all manuals.