From 89c5b567b14eb9cb0305d49baebc81085767ab14 Mon Sep 17 00:00:00 2001 From: "Carina C. Zona" Date: Tue, 30 Mar 2021 13:22:14 -0700 Subject: [PATCH] Emphasize that Pants doesn't dictate code layout Emphasizes that Pants is compatible with a wide range of ways a codebase has been laid out by its own developers, rather than mandate that a codebase be forced to accommodate the tooling. * Breaks this message out into its own subsection * Leads with that message, rather than lead with example's choice * Eliminates the word "only", emphasizes the words "several" and "many" --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe086bf..61e5f74 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ An example repository to demonstrate Python support in Pants. See [pantsbuild.org](https://www.pantsbuild.org/docs) for much more detailed documentation. -This is only one possible way of laying out your project with Pants. See -[pantsbuild.org/docs/source-roots#examples](https://www.pantsbuild.org/docs/source-roots#examples) for some other -example layouts. +## Codebase layout +_Pants does not expect you to reorganize your codebase._ This example repo demonstrates one of the many possible project codebase layouts that Pants works especially well with. See [pantsbuild.org/docs/source-roots#examples](https://www.pantsbuild.org/docs/source-roots#examples) for several other +examples of common codebase layouts. # Running Pants