Skip to content

Commit

Permalink
[ADAM-2020] Fix ReadTheDocs Github banner.
Browse files Browse the repository at this point in the history
Resolves bigdatagenomics#2020. Replaced references to other projects, while at it.
  • Loading branch information
Frank Austin Nothaft committed Jul 23, 2018
1 parent 8e8007e commit e1c098d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/conf.py
Expand Up @@ -89,7 +89,7 @@ def setup(app):
master_doc = 'index'

# General information about the project.
project = u'bdgenomics.workflows'
project = u'bdgenomics.adam'
copyright = u'2017 – %i Big Data Genomics' % datetime.now().year
author = u'Big Data Genomics'

Expand Down Expand Up @@ -157,8 +157,8 @@ def setup(app):
html_theme = 'alabaster'
html_theme_options = {
"github_banner": True,
"github_user": "bdgenomics",
"github_repo": "workflows",
"github_user": "bigdatagenomics",
"github_repo": "adam",
"caption_font_size": "24px"
}

Expand Down Expand Up @@ -274,7 +274,7 @@ def setup(app):
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'workflows.tex', u'bdgenomics.workflows Documentation',
(master_doc, 'adam.tex', u'bdgenomics.adam Documentation',
u'Big Data Genomics', 'manual'),
]

Expand Down Expand Up @@ -304,7 +304,7 @@ def setup(app):
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'bdgenomics.workflows', u'bdgenomics.workflows Documentation',
(master_doc, 'bdgenomics.adam', u'bdgenomics.adam Documentation',
[author], 1)
]

Expand All @@ -318,8 +318,8 @@ def setup(app):
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'Workflows', u'bdgenomics.workflows Documentation',
author, 'Workflows', 'Toil workflows for running Big Data Genomics tools.',
(master_doc, 'ADAM', u'bdgenomics.adam Documentation',
author, 'ADAM', 'ADAM: An Apache Spark-based genomics analysis platform.',
'Miscellaneous'),
]

Expand Down

0 comments on commit e1c098d

Please sign in to comment.