-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An email address was added to documentation footer and to README.md. The Slack link was also added to the documentation footer.
- Loading branch information
1 parent
ee9662d
commit 9ecfbed
Showing
3 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,9 @@ | |
<a href="https://github.com/CrayLabs/SmartSim"><b>Home</b></a> | ||
<a href="https://www.craylabs.org/docs/installation_instructions/basic.html"><b>Install</b></a> | ||
<a href="https://www.craylabs.org/docs/overview.html"><b>Documentation</b></a> | ||
<a href="https://join.slack.com/t/craylabs/shared_invite/zt-nw3ag5z5-5PS4tIXBfufu1bIvvr71UA"><b>Slack Invite</b></a> | ||
<a href="https://github.com/CrayLabs"><b>Cray Labs</b></a> | ||
<a href="mailto:[email protected]"><b>Contact</b></a> | ||
<a href="https://join.slack.com/t/craylabs/shared_invite/zt-nw3ag5z5-5PS4tIXBfufu1bIvvr71UA"><b>Join us on Slack!</b></a> | ||
</div> | ||
<br /> | ||
<br /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,10 +82,16 @@ | |
# so a file named "default.css" will overwrite the builtin "default.css". | ||
html_static_path = ['_static'] | ||
|
||
slack_invite ="https://join.slack.com/t/craylabs/shared_invite/zt-nw3ag5z5-5PS4tIXBfufu1bIvvr71UA" | ||
extra_footer = ('Questions? You can contact <a href="mailto:[email protected]">contact us</a> or ' | ||
f'<a href="{slack_invite}">join us on Slack!</a>' | ||
) | ||
|
||
html_theme_options = { | ||
"repository_url": "https://github.com/CrayLabs/SmartSim", | ||
"use_repository_button": True, | ||
"use_issues_button": True, | ||
"extra_footer": extra_footer, | ||
} | ||
|
||
autoclass_content = 'both' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters