Skip to content

Commit fc06d95

Browse files
committed
added link to graalpy demos to GraalPyResources
1 parent 70589ab commit fc06d95

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

graalpython/org.graalvm.python.embedding/src/org/graalvm/python/embedding/utils/GraalPyResources.java

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,13 @@
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
148151
public 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);

0 commit comments

Comments
 (0)