Skip to content

Commit

Permalink
Link demo and guide dirs instead of README.mds.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 4, 2024
1 parent 4bd72a8 commit 98f0b3d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions graaljs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This directory contains demo applications and guides for [GraalJS](https://www.g

## Demos

- [Minimal Java application that embeds GraalJS](graaljs-starter/README.md)
- [Minimal Java application that embeds GraalJS](graaljs-starter/)

## Guides

- [Use Node Packages in a Java SE application](graaljs-maven-webpack-guide/README.md)
- [Use Node Packages in a Java SE application](graaljs-maven-webpack-guide/)
18 changes: 9 additions & 9 deletions graalpy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ This directory contains demo applications and guides for [GraalPy](https://www.g

## Demos

- [Minimal Java application that embeds GraalPy](graalpy-starter/README.md)
- [Minimal Java application that embeds `openai` Python package with GraalPy](graalpy-openai-starter/README.md)
- [Embed `qrcode` Python package with GraalPy in JBang](graalpy-jbang-qrcode/README.md)
- [Minimal Java application that embeds GraalPy](graalpy-starter/)
- [Minimal Java application that embeds `openai` Python package with GraalPy](graalpy-openai-starter/)
- [Embed `qrcode` Python package with GraalPy in JBang](graalpy-jbang-qrcode/)

## Guides

- Use GraalPy and GraalPy Maven plugin in a [Java SE application](graalpy-javase-guide/README.md)
- Use GraalPy with popular Java frameworks, such as [Spring Boot](graalpy-spring-boot-guide/README.md) or [Micronaut](graalpy-micronaut-guide/README.md)
- Use GraalPy Maven plugin to install and use Python packages that rely on [native code](graalpy-native-extensions-guide/README.md), e.g. for data science and machine learning
- Manually [install Python packages and files](graalpy-custom-venv-guide/README.md) if the Maven plugin gives not enough control
- [Freeze](graalpy-freeze-dependencies-guide/README.md) transitive Python dependencies for reproducible builds
- [Migrate from Jython](graalpy-jython-guide/README.md) to GraalPy
- Use GraalPy and GraalPy Maven plugin in a [Java SE application](graalpy-javase-guide/)
- Use GraalPy with popular Java frameworks, such as [Spring Boot](graalpy-spring-boot-guide/) or [Micronaut](graalpy-micronaut-guide/)
- Use GraalPy Maven plugin to install and use Python packages that rely on [native code](graalpy-native-extensions-guide/), e.g. for data science and machine learning
- Manually [install Python packages and files](graalpy-custom-venv-guide/) if the Maven plugin gives not enough control
- [Freeze](graalpy-freeze-dependencies-guide/) transitive Python dependencies for reproducible builds
- [Migrate from Jython](graalpy-jython-guide/) to GraalPy
6 changes: 3 additions & 3 deletions graalwasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ This directory contains demo applications and guides for [GraalWasm](https://www

## Demos

- [Minimal Java application that embeds GraalWasm](graalwasm-starter/README.md)
- [Embed Photon image processing library with GraalWasm in Micronaut](graalwasm-micronaut-photon/README.md)
- [Embed Photon image processing library with GraalWasm in Spring Boot](graalwasm-spring-boot-photon/README.md)
- [Minimal Java application that embeds GraalWasm](graalwasm-starter/)
- [Embed Photon image processing library with GraalWasm in Micronaut](graalwasm-micronaut-photon/)
- [Embed Photon image processing library with GraalWasm in Spring Boot](graalwasm-spring-boot-photon/)

0 comments on commit 98f0b3d

Please sign in to comment.