Skip to content
Snippets Groups Projects
Commit 982fc3d7 authored by Sun Jin Kim's avatar Sun Jin Kim
Browse files

add logo to docs

parent a3c435aa
No related branches found
No related tags found
No related merge requests found
......@@ -2,30 +2,9 @@ AutoAugment learners
--------------------
aa_learner: the parent class
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autosummary::
:toctree: generated
MetaAugment.autoaugment_learners.aa_learner
gru_learner: (almost the same as) the agent used in AutoAugment paper
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autosummary::
:toctree: generated
MetaAugment.autoaugment_learners.gru_learner
randomsearch_learner: the hard baseline to beat
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autosummary::
:toctree: generated
MetaAugment.autoaugment_learners.randomsearch_learner
\ No newline at end of file
docs/source/_static/logo.png

2.54 KiB

docs/source/_static/logohd.png

6.95 KiB

......@@ -74,8 +74,8 @@ html_theme = 'sphinx_rtd_theme'
# html_theme_path = ["_themes", ]
html_theme_options = {
'analytics_id': 'G-XXXXXXXXXX', # Provided by Google in your dashboard
'logo_only': True,
'analytics_anonymize_ip': False,
'logo_only': False,
'display_version': True,
'prev_next_buttons_location': 'bottom',
'style_external_links': False,
......@@ -86,9 +86,12 @@ html_theme_options = {
'sticky_navigation': True,
'navigation_depth': 4,
'includehidden': True,
'titles_only': False
'titles_only': False,
}
# logo
html_logo = "_static/logohd.png"
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment