File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
graalpython/org.graalvm.python.embedding/src/org/graalvm/python/embedding/utils Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 141141 * </ul>
142142 * </p>
143143 *
144+ * For <b>more examples</b> on how to use this class refer to
145+ * <a href="https://github.com/graalvm/graal-languages-demos/tree/main/graalpy">GraalPy Demos and
146+ * Guides</a>.
147+ *
144148 * @see VirtualFileSystem
145149 * @see VirtualFileSystem.Builder
146150 */
147- // TODO: link to user guide
148151public final class GraalPyResources {
149152
150153 private GraalPyResources () {
@@ -197,9 +200,10 @@ public static Context createContext() {
197200 * }
198201 * }
199202 * </pre>
200- *
203+ *
204+ * @see <a href=
205+ * "https://github.com/oracle/graalpython/blob/master/graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PythonOptions.java">PythonOptions</a>
201206 */
202- // TODO add link to python options doc
203207 public static Context .Builder contextBuilder () {
204208 VirtualFileSystem vfs = VirtualFileSystem .create ();
205209 return contextBuilder (vfs );
You can’t perform that action at this time.
0 commit comments