Generate docs with name buku
This commit is contained in:
parent
d71e15589b
commit
91e8149924
@ -123,7 +123,7 @@ html_sidebars = {
|
|||||||
# -- Options for HTMLHelp output ------------------------------------------
|
# -- Options for HTMLHelp output ------------------------------------------
|
||||||
|
|
||||||
# Output file base name for HTML help builder.
|
# Output file base name for HTML help builder.
|
||||||
htmlhelp_basename = 'Bukudoc'
|
htmlhelp_basename = 'bukudoc'
|
||||||
|
|
||||||
|
|
||||||
# -- Options for LaTeX output ---------------------------------------------
|
# -- Options for LaTeX output ---------------------------------------------
|
||||||
@ -150,7 +150,7 @@ latex_elements = {
|
|||||||
# (source start file, target name, title,
|
# (source start file, target name, title,
|
||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
(master_doc, 'Buku.tex', 'Buku Documentation',
|
(master_doc, 'buku.tex', 'buku documentation',
|
||||||
'Arun Prakash Jana', 'manual'),
|
'Arun Prakash Jana', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -160,7 +160,7 @@ latex_documents = [
|
|||||||
# One entry per manual page. List of tuples
|
# One entry per manual page. List of tuples
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
(master_doc, 'buku', 'Buku Documentation',
|
(master_doc, 'buku', 'buku documentation',
|
||||||
[author], 1)
|
[author], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -171,7 +171,7 @@ man_pages = [
|
|||||||
# (source start file, target name, title, author,
|
# (source start file, target name, title, author,
|
||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
(master_doc, 'Buku', 'Buku Documentation',
|
(master_doc, 'buku', 'buku documentation',
|
||||||
author, 'Buku', 'One line description of project.',
|
author, 'buku', 'One line description of project.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
You can adapt this file completely to your liking, but it should at least
|
You can adapt this file completely to your liking, but it should at least
|
||||||
contain the root `toctree` directive.
|
contain the root `toctree` directive.
|
||||||
|
|
||||||
6uku
|
buku
|
||||||
====
|
====
|
||||||
|
|
||||||
Bookmark manager like a text-based mini-web.
|
Bookmark manager like a text-based mini-web.
|
||||||
|
Loading…
Reference in New Issue
Block a user