Skip to content

Commit

Permalink
Remove obsolete halt documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
qiemem committed Feb 5, 2018
1 parent b88dd9b commit 77ab26a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ observer> py:run "print(min(patch_xs))"
See the documentation for each of the particular primitives for details on, for instance, how to multi-line statements and how object type conversions work.
See the demo models included in the `demo` folder for some examples of using libraries such as `numpy` and `tensorflow`.

One caveat: halting NetLogo (Tools > Halt) while the Python is running something will kill the Python process.
You will have to rerun `py:setup`.

### Error handling

Python errors will be reported in NetLogo as "Extension exceptions". For instance, this code:
Expand Down
3 changes: 0 additions & 3 deletions USING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ observer> py:run "print(min(patch_xs))"
See the documentation for each of the particular primitives for details on, for instance, how to multi-line statements and how object type conversions work.
See the demo models included in the `demo` folder for some examples of using libraries such as `numpy` and `tensorflow`.

One caveat: halting NetLogo (Tools > Halt) while the Python is running something will kill the Python process.
You will have to rerun `py:setup`.

### Error handling

Python errors will be reported in NetLogo as "Extension exceptions". For instance, this code:
Expand Down

0 comments on commit 77ab26a

Please sign in to comment.