Skip to content

Commit 2d5cd95

Browse files
authored
Update README.md with Additional Resources
1 parent 1aaaffb commit 2d5cd95

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ PyESAPI combined with Jupyter Notebook gives you a "command line to Eclipse" all
2525
* [10xResearch](http://nbviewer.jupyter.org/github/VarianAPIs/PyESAPI/blob/master/examples/DeveloperWorkshop2018/10xResearch.ipynb)
2626
* Stand-alone python script: [standalone.py](examples/standalone.py)
2727

28+
## Additional Resources
29+
PyESAPI wraps the official ESAPI interface, so a majority of the guidance on ESAPI caries over.
30+
* "Online" Help documentation in Eclipse External Beam (under question mark menu in upper right-hand side of the window)
31+
* ![image](https://github.com/user-attachments/assets/f749caca-ae32-4e2d-9138-8e3c0eefb8bb)
32+
33+
* [Varian API Book](https://varianapis.github.io/VarianApiBook.pdf) - contributions from the usual suspects
34+
* [ESAPI Code Samples](https://github.com/VarianAPIs/Varian-Code-Samples) - full ESAPI projects from previous workshops
35+
* [ESAPI Subreddit](https://www.reddit.com/r/esapi/) - active ESAPI community
36+
2837
## Known issues
2938
* PyESAPI is not compatible with vscode-jupyter plugin which uses multithreading. ESAPI only allows for single-thread access to objects.
3039
* Python 3.12 may require Microsoft Visual C++ 14.0 or greater. If you are using a VIC environment, you can get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

0 commit comments

Comments
 (0)