Skip to content

Commit 1eec0de

Browse files
Rewrite Python scripting documentation to match actual implementation
The previous docs described a fictional API (model global, @before_update/@after_update hooks, add_constraint, traverse) that doesn't exist. Replaced with accurate documentation covering the invoke(args) pattern, value expressions, model scripts, text expressions, dynamic groups, assign_property, environment variables, and available libraries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0d5990a commit 1eec0de

2 files changed

Lines changed: 342 additions & 76 deletions

File tree

docs/archer/Introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ Archer modeling language supports function expressions, which allow you to perfo
138138
| `distinct` \| `alldiff` | Returns true if all arguments are distinct, otherwise returns false. |
139139

140140

141-
## Integrating with Python
142-
Archer allows direct integration with any Python script. For more information see [Python Integration with Archer](/docs/archer/python).
141+
## Python scripting
142+
Archer supports Python scripting for value expressions, model scripts, text expressions, and dynamic groups. For more information see [Python Scripting](/docs/archer/python).
143143

144144
## Common Mistakes
145145

0 commit comments

Comments
 (0)