Skip to content

Commit dfe5710

Browse files
author
Mike McKiernan
committed
add PNGs and set doc title
1 parent 749fca1 commit dfe5710

9 files changed

+3
-3
lines changed

sas_kernel/doc/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
# (source start file, target name, title,
259259
# author, documentclass [howto, manual, or own class]).
260260
latex_documents = [
261-
(master_doc, 'sas_kernel.tex', 'SAS Kernel Documentation',
261+
(master_doc, 'sas_kernel.tex', 'SAS Kernel for Jupyter Notebook',
262262
'SAS Institute Inc.', 'manual'),
263263
]
264264

@@ -288,7 +288,7 @@
288288
# One entry per manual page. List of tuples
289289
# (source start file, name, description, authors, manual section).
290290
man_pages = [
291-
(master_doc, 'sas_kernel', 'SAS Kernel Documentation',
291+
(master_doc, 'sas_kernel', 'SAS Kernel for Jupyter Notebook',
292292
[author], 1)
293293
]
294294

@@ -302,7 +302,7 @@
302302
# (source start file, target name, title, author,
303303
# dir menu entry, description, category)
304304
texinfo_documents = [
305-
(master_doc, 'sas_kernel', 'SAS Kernel Documentation',
305+
(master_doc, 'sas_kernel', 'SAS Kernel for Jupyter Notebook',
306306
author, 'sas_kernel', 'Provides a SAS kernel for use with Jupyter Notebook.',
307307
'Miscellaneous'),
308308
]
Loading
18.9 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)