Skip to content

Commit

Permalink
Renamed README_* to README-*
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-lyons-kehl committed Oct 15, 2022
1 parent f97b9a6 commit f4478ab
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 30 deletions.
4 changes: 4 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"MD013": { "line_length": 100 },
"MD051": false
}
6 changes: 6 additions & 0 deletions .markdownlint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Markdown Lint rules

See `peter-kehl/present_on_github_with_reveal.js > .markdownlint.md`
[online](https://github.com/peter-kehl/present_on_github_with_reveal.js/blob/main/.markdownlint.md)
or [locally](../present_on_github_with_reveal.js/.markdownlint.md) (if you have it in a sibling
directory).
12 changes: 0 additions & 12 deletions .vscode/bookmarks.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
{
"files": [
{
"path": "README_MORE_RESOURCES.md",
"bookmarks": [
{
"line": 123,
"column": 4,
"label": ""
}
]
}
]
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"bookmarks.saveBookmarksInProject": true,
"bookmarks.useWorkaroundForFormatters": true
"bookmarks.useWorkaroundForFormatters": true,
"editor.wordWrapColumn": 100
}
File renamed without changes.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
# Slides and alternative navigation

If you are seeing this, consider viewing [presentation slides
(online)](https://peter-kehl.github.io/no_std_rust_libs) instead. Or see
[README_NAVIGATION.md
(online)](https://github.com/peter-kehl/present_on_github_with_reveal.js/blob/main/README_NAVIGATION.md)
(online)](https://peter-kehl.github.io/no_std_rust_libs) instead. Or see [README-NAVIGATE-SLIDES.md
(online)](https://github.com/peter-kehl/present_on_github_with_reveal.js/blob/main/README-NAVIGATE-SLIDES.md)
for alternatives.

---
Expand Down Expand Up @@ -264,4 +263,4 @@ https://raw.githubusercontent.com/ranging-rs/with_heap/main/src/../Cargo.toml
data-url="https://raw.githubusercontent.com/ranging-rs/with_heap/main/src/../Cargo.toml">
</code>
</pre>
<!-- markdownlint-enable MD033 -
<!-- markdownlint-enable MD033 -->
23 changes: 10 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
https://github.com/denehyg/reveal.js-menu replaces that initial theme with any of the built-in
themes that the user chooses. (reveal.js-menu needs "id" here.)
-->
<link rel="stylesheet" href="../reveal.js/dist/theme/black_contrast_compact_verbatim_headers.css"
id="theme">
<link rel="stylesheet"
href="../reveal.js/dist/theme/black_contrast_compact_verbatim_headers.css" id="theme">

<!-- Theme used for syntax highlighted code. (reveal.js-menu needs "id" here.)
-->
Expand All @@ -57,7 +57,7 @@

<link rel="stylesheet" href="../present_on_github_with_reveal.js/style.css">
</head>
<body onload="initialize_slides()">
<body>
<div class="reveal">
<div class="slides">
<section>
Expand All @@ -75,26 +75,22 @@ <h1>Embedded-friendly, no_std libraries in Rust</h1>
<li>Suggest you access this file (<code>index.html</code>) NOT from a
filesystem, but through a webserver instead. For an example of how, see
<code>python3</code> in <a
href="https://github.com/peter-kehl/present_on_github_with_reveal.js/blob/main/README_NAVIGATION.md">README_NAVIGATION.md</a>.</li>
href="https://github.com/peter-kehl/present_on_github_with_reveal.js/blob/main/README-NAVIGATE-SLIDES.md">README-NAVIGATE-SLIDES.md</a>.</li>
<li>Or see <a
href="https://github.com/peter-kehl/present_on_github_with_reveal.js/blob/main/README_NAVIGATION.md">README_NAVIGATION.md</a>
href="https://github.com/peter-kehl/present_on_github_with_reveal.js/blob/main/README-NAVIGATE-SLIDES.md">README-NAVIGATE-SLIDES.md</a>
for alternative online or local navigation, or a VS Code tour, or video
recording(s) (if any). The presentation content starts in <a
href="README.md">README.md</a>.
</li>
<li>Or see <a
href="https://peter-kehl.github.io/no_std_rust_libs">the
<li>Or see <a href="https://peter-kehl.github.io/no_std_rust_libs">the
original presentation online</a>.</li>
</ul>
</section>
<section
data-markdown="../present_on_github_with_reveal.js/README_NAVIGATION.md" id="README_NAVIGATION"></section>
<section
data-markdown="../present_on_github_with_reveal.js/README_CODETOUR.md" class="only_on_computer"></section>
<section data-markdown="../present_on_github_with_reveal.js/README-NAVIGATE-SLIDES.md"
id="README-NAVIGATE-SLIDES"></section>
<section data-markdown="README.md"></section>
<section data-markdown="../with_heap/README.md"></section>
<section data-markdown="README_BUILDS_AND_TESTING.md"></section>
<!--<section data-markdown="README_MORE_RESOURCES.md"></section>-->
<section data-markdown="README-BUILDS-AND-TESTING.md"></section>
</div>
</div>
<!--
Expand Down Expand Up @@ -124,6 +120,7 @@ <h1>Embedded-friendly, no_std libraries in Rust</h1>
<script type="text/javascript">
"use strict";

initialize_slides();
Reveal.initialize( reveal_js_config() );
</script>
</body>
Expand Down

0 comments on commit f4478ab

Please sign in to comment.