Skip to content

Commit

Permalink
Merge branch 'master' into fix-moco-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jul 1, 2021
2 parents be3dfec + 0045e64 commit 6d31284
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{% extends "!layout.html" %}
<link rel="canonical" href="{{ theme_canonical_url }}{{ pagename }}.html" />

{% block footer %}
{{ super() }}
<script script type="text/javascript">
var collapsedSections = ['Callbacks', 'DataModules', 'Datasets', 'DataLoaders', 'Losses', 'Models', 'Vision models', 'Learning Rate Schedulers', 'Data Processing', 'Learning Tasks', 'Community'];
</script>

{% endblock %}
7 changes: 7 additions & 0 deletions docs/source/_templates/theme_variables.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,12 @@
'blog': 'https://www.pytorchlightning.ai/blog',
'resources': 'https://pytorch-lightning.readthedocs.io/en/latest/#community-examples',
'support': 'https://lightning-bolts.rtfd.io/en/latest/',
'community': 'https://pytorch-lightning.slack.com',
'forums': 'https://pytorch-lightning.slack.com',
'pldocs': 'https://pytorch-lightning.readthedocs.io/en/stable/',
'tmdocs': 'https://torchmetrics.readthedocs.io/en/stable/',
'fldocs': 'https://lightning-flash.readthedocs.io/en/stable/',
'lbdocs': 'https://lightning-bolts.readthedocs.io/en/stable/',
'gdocs': 'https://docs.grid.ai/',
}
-%}

0 comments on commit 6d31284

Please sign in to comment.