diff --git a/404.html b/404.html index 56a86b7..8f75bf9 100644 --- a/404.html +++ b/404.html @@ -12,7 +12,7 @@ - + diff --git a/config/aliases/index.html b/config/aliases/index.html index 8ab8111..2c27a2a 100644 --- a/config/aliases/index.html +++ b/config/aliases/index.html @@ -16,7 +16,7 @@ - + diff --git a/config/defaults/index.html b/config/defaults/index.html index ce8d2bf..424de51 100644 --- a/config/defaults/index.html +++ b/config/defaults/index.html @@ -16,7 +16,7 @@ - + diff --git a/config/scripts/index.html b/config/scripts/index.html index 49fbc6e..9b2a5c6 100644 --- a/config/scripts/index.html +++ b/config/scripts/index.html @@ -16,7 +16,7 @@ - + @@ -490,12 +490,21 @@

Run Python scripts
[tool.pyprojectx.aliases]
 # run the generate-data script in the 'jupyter' tool context
 generate-data = { cmd = 'generate-data', ctx = 'jupyter' }
 
-

The script directory can be changed with the scripts_dir option in pyproject.toml:

+
+
[tool.pyprojectx]
+scripts_ctx = "scripts"
+
+

The default script directory can be changed by specifying the scripts_dir in pyproject.toml:

[tool.pyprojectx]
 scripts_dir = "scripts"
 
diff --git a/config/tools/index.html b/config/tools/index.html index 235d746..23f608d 100644 --- a/config/tools/index.html +++ b/config/tools/index.html @@ -16,7 +16,7 @@ - + diff --git a/dev-dependencies/index.html b/dev-dependencies/index.html index 0e0f2e7..6c8ad7c 100644 --- a/dev-dependencies/index.html +++ b/dev-dependencies/index.html @@ -16,7 +16,7 @@ - + diff --git a/index.html b/index.html index 918505c..64e0f4c 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ - + diff --git a/recipes/index.html b/recipes/index.html index 7e0d85e..268522e 100644 --- a/recipes/index.html +++ b/recipes/index.html @@ -14,7 +14,7 @@ - + @@ -498,7 +498,16 @@
  • - Github actions + GitHub actions + + + +
  • + +
  • + + + Run scripts that use the project's packages @@ -577,7 +586,16 @@
  • - Github actions + GitHub actions + + + +
  • + +
  • + + + Run scripts that use the project's packages @@ -757,11 +775,11 @@

    Build scripts.venv in your project directory instead of somewhere in your home directory. It makes it easier to locate files and to keep your system clean when removing the project.

    -

    Github actions#

    -

    By using the pw wrapper script, you can simplify your github actions:

    +

    GitHub actions#

    +

    By using the pw wrapper script, you can simplify your GitHub actions:

    Some tips: