Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDF generate target and scripts #1

Merged
merged 12 commits into from Oct 27, 2020

Update document name

  • Loading branch information
mmicko committed Oct 23, 2020
commit 8f8908ed17b5f11358e9cdb0f19e466b777546cf
@@ -49,7 +49,7 @@
master_doc = 'index'

# General information about the project.
project = 'SymbiYosys'
project = 'Symbiotic EDA Suite Documentation'
copyright = '2020 Symbiotic EDA'
author = 'Symbiotic EDA'

@@ -241,7 +241,7 @@
# html_search_scorer = 'scorer.js'

# Output file base name for HTML help builder.
htmlhelp_basename = 'SymbiYosysdoc'
htmlhelp_basename = 'SEDAdoc'

# -- Options for LaTeX output ---------------------------------------------

@@ -267,7 +267,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'SymbiYosys.tex', 'SymbiYosys Documentation',
(master_doc, 'SEDA.tex', 'Symbiotic EDA Suite Documentation',
'Symbiotic EDA', 'manual'),
]

@@ -309,7 +309,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'symbiyosys', 'SymbiYosys Documentation',
(master_doc, 'seda', 'Symbiotic EDA Suite Documentation',
[author], 1)
]

@@ -324,8 +324,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'SymbiYosys', 'SymbiYosys Documentation',
author, 'SymbiYosys', 'One line description of project.',
(master_doc, 'SEDA', 'Symbiotic EDA Suite Documentation',
author, 'SEDA', 'One line description of project.',
'Miscellaneous'),
]

ProTip! Use n and p to navigate between commits in a pull request.