Skip to content

Commit

Permalink
unnest readmes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Forthoney committed Dec 17, 2023
1 parent 0f046c5 commit 770a18b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# PaSh Documentation
Quick Jump: [using pash](#using-pash) | [videos](#videos--video-presentations) | [papers](#academic-papers--events)
Quick Jump: [using pash](#using-pash) | [videos](#videos--video-presentations) | [papers](#academic-papers--events)

## Using PaSh

The following resources offer overviews of important PaSh components.

* Short tutorial: [introduction](./tutorial#introduction), [installation](./install#installation), [execution](./tutorial#running-scripts), and [next steps](./tutorial#what-next)
* Annotations: [parallelizability](../annotations#main-parallelizability-classes), [study](../annotations#parallelizability-study-of-commands-in-gnu--posix), [example 1](../annotations#a-simple-example-chmod), [example 2](../annotations#another-example-cut), [howto](../annotations#how-to-annotate-a-command)
<!-- * Annotations: [parallelizability](../annotations#main-parallelizability-classes), [study](../annotations#parallelizability-study-of-commands-in-gnu--posix), [example 1](../annotations#a-simple-example-chmod), [example 2](../annotations#another-example-cut), [howto](../annotations#how-to-annotate-a-command) -->
* Compiler: [intro](../compiler#introduction), [overview](../compiler#compiler-overview), [details](../compiler#zooming-into-fragments), [earlier versions](../compiler#earlier-versions)
* Runtime: [split](../runtime#stream-splitting), [eager](../runtime#eager-stream-polling), [cleanup](../runtime#cleanup-logic), [aggregate](../runtime#aggregators)
* Scripts: [one-liners](../evaluation/benchmarks/#common-unix-one-liners), [unix50](../evaluation/benchmarks/#unix-50-from-bell-labs), [weather analysis](../evaluation/benchmarks/#noaa-weather-analysis), [web indexing](../evaluation/benchmarks/#wikipedia-web-indexing)
Expand All @@ -23,18 +23,18 @@ The following presentations offer short PaSh introductions:

Academic papers, presentations, and other events related to PaSh.

**An Order-aware Dataflow Model for Parallel Unix Pipelines**
Shivam Handa*, Konstantinos Kallas*, Nikos Vasilakis*, Martin Rinard
**An Order-aware Dataflow Model for Parallel Unix Pipelines**
Shivam Handa*, Konstantinos Kallas*, Nikos Vasilakis*, Martin Rinard
[pdf](https://arxiv.org/pdf/2012.15422.pdf) | [doi](https://doi.org/10.1145/3473570) | [event](https://icfp21.sigplan.org/)

**The Future of the Shell: UNIX and beyond**
Michael Greenberg*, Konstantinos Kallas*, Nikos Vasilakis*
**The Future of the Shell: UNIX and beyond**
Michael Greenberg*, Konstantinos Kallas*, Nikos Vasilakis*
[pdf](https://fut-shell.github.io/panel-summary.pdf) | [doi](https://doi.org/10.1145/3458336.3465296) | [event](https://sigops.org/s/conferences/hotos/2021/#program)

**UNIX Shell Programming: The Next 50 Years**
Michael Greenberg*, Konstantinos Kallas*, Nikos Vasilakis*
**UNIX Shell Programming: The Next 50 Years**
Michael Greenberg*, Konstantinos Kallas*, Nikos Vasilakis*
[pdf](https://dl.acm.org/doi/pdf/10.1145/3458336.3465294) | [doi](https://doi.org/10.1145/3458336.3465294) | [event](https://sigops.org/s/conferences/hotos/2021/#program)

**PaSh: Light-touch Data-Parallel Shell Processing**
Nikos Vasilakis*, Konstantinos Kallas*, Konstantinos Mamouras, Achilles Benetopoulos, Lazar Cvetković
**PaSh: Light-touch Data-Parallel Shell Processing**
Nikos Vasilakis*, Konstantinos Kallas*, Konstantinos Mamouras, Achilles Benetopoulos, Lazar Cvetković
[pdf](https://dl.acm.org/doi/pdf/10.1145/3447786.3456228) | [doi](https://doi.org/10.1145/3447786.3456228) | [event](https://2021.eurosys.org/)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 770a18b

Please sign in to comment.