Skip to content

Commit

Permalink
tweak python docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 25, 2025
1 parent b2ac41c commit c3322a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/modules/ROOT/pages/pythonlib/intro.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ common tasks like xref:pythonlib/dependencies.adoc[downloading dependencies from
xref:pythonlib/testing.adoc[running tests],
xref:pythonlib/publishing.adoc[publishing libraries] or
xref:pythonlib/web-examples.adoc[running web apps], while providing build-tool benefits
like automatic build-time parallelism, caching, and xref:large/selective-execution.adoc[Selective Test Execution].
like automatic build-time parallelism, caching, and xref:large/selective-execution.adoc[Selective Test Execution]
that especially benefit large multi-module codebases and monorepos.
Please try it out and let us know on Github if you hit any issues!

== Simple Python Module
Expand Down

0 comments on commit c3322a4

Please sign in to comment.