Skip to content

Commit

Permalink
** Deleting Examples **
Browse files Browse the repository at this point in the history
This is cleaning out files under the Hyde 1 directories. Some of these are example files (which likely need a rework, and need to be integrated into CI), and some files contain older docs. I'm marking this commit to refer back to it.
  • Loading branch information
sean-parent committed Jun 7, 2024
1 parent ea66238 commit 079f92e
Show file tree
Hide file tree
Showing 100 changed files with 14 additions and 2,860 deletions.
10 changes: 0 additions & 10 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
PATH
remote: ../../themes
specs:
jekyll-theme-adobe-hyde (2.0.2)
jekyll (~> 4.3)
jekyll-seo-tag (~> 2.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -67,8 +60,6 @@ GEM
rubyzip (>= 1.3.0, < 3.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
Expand Down Expand Up @@ -174,7 +165,6 @@ DEPENDENCIES
jekyll-compose
jekyll-redirect-from
jekyll-remote-theme
jekyll-theme-adobe-hyde!

BUNDLED WITH
2.5.11
5 changes: 4 additions & 1 deletion docs/includes/stlab/concurrency/await.hpp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ layout: library
title: stlab/concurrency/await.hpp
hyde:
owner: sean-parent
brief: "Await provides a way to await the value from a future and to notify the default executor that a task is waiting. Blocking calls are discouraged because they may lead to deadlocks or thread explosions.\n\nThere is a good presentation of the issues [here](https://youtu.be/Z86b3Rd09sE).\n"
brief: |
Await provides utilities to synchronously await the value from a `future` and to notify the default executor that a task is waiting. Blocking calls are discouraged because they may lead to deadlocks or thread explosions.
There is a good presentation of the issues [here](https://youtu.be/Z86b3Rd09sE).
tags:
- sourcefile
library-type: sourcefile
Expand Down
32 changes: 0 additions & 32 deletions docs/includes/stlab/concurrency/channel/channel.md

This file was deleted.

46 changes: 0 additions & 46 deletions docs/includes/stlab/concurrency/channel/channel_example.cpp

This file was deleted.

11 changes: 0 additions & 11 deletions docs/includes/stlab/concurrency/channel/index.md

This file was deleted.

30 changes: 0 additions & 30 deletions docs/includes/stlab/concurrency/channel/join.md

This file was deleted.

30 changes: 0 additions & 30 deletions docs/includes/stlab/concurrency/channel/merge.md

This file was deleted.

30 changes: 0 additions & 30 deletions docs/includes/stlab/concurrency/channel/merge_channel.md

This file was deleted.

59 changes: 0 additions & 59 deletions docs/includes/stlab/concurrency/channel/merge_channel_example.cpp

This file was deleted.

18 changes: 0 additions & 18 deletions docs/includes/stlab/concurrency/channel/process/await.md

This file was deleted.

66 changes: 0 additions & 66 deletions docs/includes/stlab/concurrency/channel/process/await_example.cpp

This file was deleted.

13 changes: 0 additions & 13 deletions docs/includes/stlab/concurrency/channel/process/close.md

This file was deleted.

Loading

0 comments on commit 079f92e

Please sign in to comment.