Skip to content

Commit 99e8a87

Browse files
committed
add production systems section, with the Runestone Academy Monorepo
1 parent 2421bac commit 99e8a87

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

docs/examples.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Examples
1+
# Examples & Production Systems
22

3-
## Example code
3+
## Example code repositories
44
Here are some examples of how to setup __Python__ with the Polylith Architecture.
55

66
- [Python Polylith Example](https://github.com/DavidVujic/python-polylith-example) repository by David Vujic
@@ -10,8 +10,18 @@ Here are some examples of how to setup __Python__ with the Polylith Architecture
1010
You will find examples of sharing code between different kind of projects, developer tooling configuration such as `mypy` and the `venv`,
1111
and development setup for REPL Driven Development or Jupyter notebooks.
1212

13-
In addition to the examples, there is also the actual [Python tools for the Polylith Architecture](https://github.com/DavidVujic/python-polylith) repo, that itself is a Polylith Workspace.
13+
## Production Systems
14+
[Runestone Academy Monorepo](https://github.com/RunestoneInteractive/rs)
1415

15-
### Looking for examples and production systems
16+
> Runestone Academy is an open-source project and our mission is to equip the nation's STEM teachers with open-source content, tools and strategies they need to create engaging, accessible, and effective learning experiences for their students.
17+
18+
![poly info](img/runestone-poly-info.png)
19+
20+
## Other
21+
In addition to the examples and Production Systems,
22+
there is also the actual [Python tools for the Polylith Architecture](https://github.com/DavidVujic/python-polylith)
23+
repo, that itself is a Polylith Workspace.
24+
25+
### Your project here?
1626
Do you have a Polylith repository that you or your company would like to share here? You are very much welcome to make a Pull Request,
17-
or a Github issue to the [python-polylith-docs](https://github.com/DavidVujic/python-polylith-docs) repo.
27+
or create a Github issue to the [python-polylith-docs](https://github.com/DavidVujic/python-polylith-docs) repo.

docs/img/runestone-poly-info.png

213 KB
Loading

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ nav:
1515
- Testing: testing.md
1616
- "Packaging & deploying": deployment.md
1717
- "Migrating to Polylith": migrating.md
18-
- Examples: examples.md
18+
- "Examples & Production Systems": examples.md
1919
- "Videos & tutorials": videos.md
2020
- "Configuring your Python IDE": ide.md
2121

0 commit comments

Comments
 (0)