-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #406 from NLeSC/automatic-formatting
Enable automatic formatting of the guide
- Loading branch information
Showing
23 changed files
with
594 additions
and
497 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
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
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,5 @@ | ||
repos: | ||
- repo: https://github.com/rbubley/mirrors-prettier | ||
rev: v3.4.2 | ||
hooks: | ||
- id: prettier |
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
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 |
---|---|---|
@@ -1,15 +1,14 @@ | ||
|
||
* [Introduction](/README.md) | ||
* [Best practices](/best_practices.md) | ||
* [Language Guides](/language_guides/languages_overview.md) | ||
* [Bash](/language_guides/bash.md) | ||
* [JavaScript and TypeScript](/language_guides/javascript.md) | ||
* [Python](/language_guides/python.md) | ||
* [R](/language_guides/r.md) | ||
* [C and C++](/language_guides/ccpp.md) | ||
* [Fortran](/language_guides/fortran.md) | ||
* [Technology Guides](/technology/technology_overview.md) | ||
* [GPU programming](/technology/gpu.md) | ||
* [UX - User Experience](/technology/user_experience.md) | ||
* [Datasets](/technology/datasets.md) | ||
* [Contributing to this Guide](/CONTRIBUTING.md) | ||
- [Introduction](/README.md) | ||
- [Best practices](/best_practices.md) | ||
- [Language Guides](/language_guides/languages_overview.md) | ||
- [Bash](/language_guides/bash.md) | ||
- [JavaScript and TypeScript](/language_guides/javascript.md) | ||
- [Python](/language_guides/python.md) | ||
- [R](/language_guides/r.md) | ||
- [C and C++](/language_guides/ccpp.md) | ||
- [Fortran](/language_guides/fortran.md) | ||
- [Technology Guides](/technology/technology_overview.md) | ||
- [GPU programming](/technology/gpu.md) | ||
- [UX - User Experience](/technology/user_experience.md) | ||
- [Datasets](/technology/datasets.md) | ||
- [Contributing to this Guide](/CONTRIBUTING.md) |
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 |
---|---|---|
@@ -1,36 +1,42 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>Netherlands eScience Center Guide</title> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
<meta name="description" content="Description" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdn.jsdelivr.net/npm/docsify/themes/vue.css" | ||
/> | ||
<link rel="stylesheet" href="/styles.css" /> | ||
<link rel="icon" type="image/png" href="images/favicon.png" /> | ||
</head> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Netherlands eScience Center Guide</title> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
<meta name="description" content="Description"> | ||
<meta name="viewport" | ||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify/themes/vue.css"> | ||
<link rel="stylesheet" href="/styles.css"> | ||
<link rel="icon" type="image/png" href="images/favicon.png"> | ||
</head> | ||
|
||
<body> | ||
<div id="app"></div> | ||
<script> | ||
window.$docsify = { | ||
name: 'Netherlands eScience Center Guide', | ||
repo: 'NLeSC/guide', | ||
loadSidebar: true, | ||
logo:'/images/netherlands-escience-center-logo-RGB.png', | ||
alias: { | ||
'/.*/_sidebar.md': '/_sidebar.md' | ||
}, | ||
relativePath: true | ||
} | ||
</script> | ||
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js" data-ga="UA-55088238-8"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/ga.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/prismjs/components/prism-bash.min.js"></script> | ||
</body> | ||
|
||
<body> | ||
<div id="app"></div> | ||
<script> | ||
window.$docsify = { | ||
name: "Netherlands eScience Center Guide", | ||
repo: "NLeSC/guide", | ||
loadSidebar: true, | ||
logo: "/images/netherlands-escience-center-logo-RGB.png", | ||
alias: { | ||
"/.*/_sidebar.md": "/_sidebar.md", | ||
}, | ||
relativePath: true, | ||
}; | ||
</script> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js" | ||
data-ga="UA-55088238-8" | ||
></script> | ||
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/ga.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/prismjs/components/prism-bash.min.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.