-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cfc52f9
commit 8442821
Showing
22 changed files
with
886 additions
and
101 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Backup |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
template: home.html | ||
--- | ||
|
||
<center> | ||
|
||
<br/><br/> | ||
|
||
<img src="assets/UU_logo_color.svg" alt="drawing" width="200"/> | ||
|
||
<br/> | ||
|
||
|
||
# Welcome to the UPPMAX documentation | ||
|
||
|
||
<br/> | ||
|
||
[Apply for a project](getting_started/project_apply.md){ .md-button .md-button--primary } | ||
|
||
[:material-rocket-launch: Getting started](getting_started/get_started.md){: .md-button .md-button--primary } | ||
[:material-rocket-launch: Software](software/overview.md){: .md-button .md-button--primary } | ||
[:material-rocket-launch: Lost credentials for UPPMAX account](https://suprintegration.uppmax.uu.se/getpasswd){: .md-button .md-button--primary } | ||
[:material-alert-box: Migration to Dardel](cluster_guides/dardel_migration.md){ .md-button .md-button--primary } | ||
|
||
[:material-rocket-launch: Back to UPPMAX home](https://www.uu.se/en/centre/uppmax){: .md-button .md-button--primary } | ||
|
||
<br/><br/> | ||
|
||
|
||
</center> |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Session 1 | ||
|
||
First session. |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Session 1 | ||
|
||
First session. |
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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
/* Color Settings */ | ||
/* https://github.com/squidfunk/mkdocs-material/blob/6b5035f5580f97532d664e3d1babf5f320e88ee9/src/assets/stylesheets/main/_colors.scss */ | ||
/* https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#custom-colors */ | ||
:root > * { | ||
--md-primary-fg-color: #E6E6E6; | ||
--md-primary-bg-color: #1d1d20; | ||
|
||
--md-default-fg-color: #1d1d20; | ||
--md-default-bg-color: #ffffff; | ||
|
||
--md-code-fg-color: #1d1d20; | ||
|
||
--md-accent-fg-color: #999; | ||
|
||
--md-admonition-fg-color: #1d1d20; | ||
|
||
--md-typeset-color: #1d1d20; | ||
--md-typeset-a-color: #0645AD; | ||
|
||
--md-footer-bg-color: #E6E6E6; | ||
--md-footer-fg-color: #000000; | ||
|
||
} | ||
|
||
|
||
/* https://github.com/squidfunk/mkdocs-material/issues/4832#issuecomment-1374891676 */ | ||
.md-nav__link[for] { | ||
color: var(--md-default-fg-color) !important; | ||
} | ||
|
||
/* Center Markdown Tables (requires md_in_html extension) */ | ||
.center-table { | ||
text-align: center; | ||
} | ||
|
||
/* Reset alignment for table cells */ | ||
.md-typeset .center-table :is(td, th):not([align]) { | ||
text-align: initial; | ||
} | ||
|
||
.md-typeset a { | ||
text-decoration: underline; | ||
} | ||
|
||
|
||
/* Markdown Header */ | ||
/* https://github.com/squidfunk/mkdocs-material/blob/dcab57dd1cced4b77875c1aa1b53467c62709d31/src/assets/stylesheets/main/_typeset.scss */ | ||
.md-typeset h1 { | ||
font-weight: 400; | ||
color: var(--md-default-fg-color); | ||
} | ||
|
||
.md-typeset h2 { | ||
font-weight: 400; | ||
} | ||
|
||
.md-typeset h3 { | ||
font-weight: 500; | ||
} | ||
|
||
/* Image align center */ | ||
.center { | ||
display: block; | ||
margin: 0 auto; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# UPPMAX support | ||
|
||
- Want to help improve our documentation? Do a Pull Request to [the UPPMAX documentation GitHub repository](https://github.com/UPPMAX/UPPMAX-documentation) | ||
|
||
- Lost your password? You can [request a new password to your UPPMAX account here](https://suprintegration.uppmax.uu.se/getpasswd). | ||
|
||
- Please contact UPPMAX support through the [Support Form](https://supr.naiss.se/support/). | ||
- or by emailing `support@uppmax.uu.se`. We are available during normal office hours. | ||
|
||
- For Uppsala University Education, support is provided through the UU IT Servicedesk. | ||
[What should I think about when planning a course using UPPMAX resources](https://www.uu.se/en/centre/uppmax/get-started/create-account-and-apply-for-project/apply-for-projects/course/planning-a-course) |
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
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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{% extends "main.html" %} | ||
|
||
|
||
{% block tabs %} | ||
{{ super() }} | ||
|
||
|
||
<style> | ||
|
||
/* Application header should be static for the landing page */ | ||
<!-- .md-header { --> | ||
<!-- position: initial; --> | ||
<!-- } --> | ||
|
||
/* Remove spacing, as we cannot hide it completely */ | ||
.md-main__inner { | ||
margin: 0; | ||
} | ||
|
||
/* Hide main content for now */ | ||
<!-- .md-content { --> | ||
<!-- display: none; --> | ||
<!-- } --> | ||
|
||
/* Hide table of contents */ | ||
@media screen and (min-width: 60em) { | ||
.md-sidebar--secondary { | ||
display: none; | ||
} | ||
} | ||
|
||
/* Hide navigation */ | ||
@media screen and (min-width: 76.25em) { | ||
.md-sidebar--primary { | ||
display: none; | ||
} | ||
} | ||
|
||
</style> | ||
|
||
<section class="tx-container"> | ||
|
||
<div class="md-grid md-typeset"> | ||
|
||
{{ page.content }} | ||
|
||
{% endblock %} | ||
|
||
|
||
{% block content %}{% endblock %} | ||
|
||
{% block footer %} | ||
<!--<footer class="md-footer"> | ||
<div class="md-footer-meta md-typeset"> | ||
<div class="md-footer-meta__inner md-grid"> | ||
<div > | ||
<h2>Contact UPPMAX</h2> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
--> | ||
{% endblock %} | ||
|
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!-- <footer class="md-footer"> --> | ||
<!-- <div class="md-footer-meta md-typeset"> --> | ||
<!-- <div class="md-footer-meta__inner md-grid"> --> | ||
<!-- <div > --> | ||
<!-- <h2>Contact UPPMAX</h2> --> | ||
<!-- <div> --> | ||
<!-- <ul> --> | ||
<!-- <li>Support: <a href="mailto:support@uppmax.uu.se">support@uppmax.uu.se</a></li> --> | ||
<!-- <li>Director: <a href="http://katalog.uu.se/profile/?id=N94-2143">Elisabeth Larsson</a></li> --> | ||
<!-- <li>Economy: <a href="http://katalog.uu.se/empinfo/?id=N18-298">Wiola Öhlund</a></li> --> | ||
<!-- <li>Post: P.O. Box 337, 751 05 Uppsala</li> --> | ||
<!-- </ul> --> | ||
<!-- </div> --> | ||
<!-- </div> --> | ||
<!-- <div > --> | ||
<!-- <h2>Visit UPPMAX</h2> --> | ||
<!-- <div> --> | ||
<!-- <ul> --> | ||
<!-- <li>Floor 3, House 10, Ångström Laboratory</li> --> | ||
<!-- <li>Lägerhyddsvägen 1</li> --> | ||
<!-- <li>752 37 Uppsala</li> --> | ||
<!-- </ul> --> | ||
<!-- </div> --> | ||
<!-- </div> --> | ||
<!-- <div> --> | ||
<!-- <h2>Shortcuts</h2> --> | ||
<!-- <div> --> | ||
<!-- <p style="text-align:start"><a href="/support/getting-started/">Apply for a project or user account</a> --> | ||
<!-- </p> --> | ||
<!-- <p style="text-align:start"><a href="/support/faq/">FAQ</a></p> --> | ||
<!-- <p style="text-align:start"><a href="/support/user-guides/">User Guides</a></p> --> | ||
<!-- <p style="text-align:start"><a href="/resources/software/installed-software/">List of Installed Software</a> --> | ||
<!-- </p> --> | ||
<!-- </div> --> | ||
<!-- </div> --> | ||
<!-- </div> --> | ||
<!-- </div> --> | ||
<!----> | ||
<!-- </footer> --> |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
:root > * { | ||
--md-primary-fg-color: #EE0F0F; | ||
--md-primary-fg-color--light: #ECB7B7; | ||
--md-primary-fg-color--dark: #90030C; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#!/bin/bash | ||
# | ||
# Check links | ||
# | ||
# Usage: | ||
# | ||
# ./scripts/check_links.sh | ||
|
||
if [[ "$PWD" =~ scripts$ ]]; then | ||
echo "FATAL ERROR." | ||
echo "Please run the script from the project root. " | ||
echo "Present working director: $PWD" | ||
echo " " | ||
echo "Tip: like this" | ||
echo " " | ||
echo " ./scripts/check_links.sh" | ||
echo " " | ||
exit 42 | ||
fi | ||
|
||
markdown-link-check --config mlc_config.json --quiet docs/**/*.md |
Oops, something went wrong.