Skip to content

Commit 1eb5143

Browse files
committed
removed mention of ${resourcesDirectory}/home from GraalPyResources javadoc
1 parent 645ab3f commit 1eb5143

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@
101101
* <p>
102102
* <b>GraalPy context</b> instances created by factory methods in this class are preconfigured with
103103
* some particular resource paths:
104-
* <li><code>${resources_root_directory}/home</code> - is reserved for the GraalPy Standard Library.
105-
* GraalPy context will be configured to use this standard library as if set in PYTHONHOME
106-
* environment variable.</li>
107104
* <li><code>${resources_root_directory}/venv</code> - is reserved for a python virtual environment
108105
* holding third-party packages. The context will be configured as if it were executed from this
109106
* virtual environment. Notably packages installed in this virtual environment will be automatically
@@ -160,8 +157,6 @@ private GraalPyResources() {
160157
* <p>
161158
* Following resource paths are preconfigured:
162159
* <ul>
163-
* <li><code>/org.graalvm.python.vfs/home</code> - is set as the GraalPy Standard Library
164-
* location</li>
165160
* <li><code>/org.graalvm.python.vfs/venv</code> - is set as the python virtual environment
166161
* location</li>
167162
* <li><code>/org.graalvm.python.vfs/src</code> - is set as the python sources location</li>
@@ -179,8 +174,6 @@ public static Context createContext() {
179174
* <p>
180175
* Following resource paths are preconfigured:
181176
* <ul>
182-
* <li><code>/org.graalvm.python.vfs/home</code> - is set as the GraalPy Standard Library
183-
* location</li>
184177
* <li><code>/org.graalvm.python.vfs/venv</code> - is set as the python virtual environment
185178
* location</li>
186179
* <li><code>/org.graalvm.python.vfs/src</code> - is set as the python sources location</li>
@@ -216,8 +209,6 @@ public static Context.Builder contextBuilder() {
216209
* <p>
217210
* Following resource paths are preconfigured:
218211
* <ul>
219-
* <li><code>/org.graalvm.python.vfs/home</code> - is set as the GraalPy Standard Library
220-
* location</li>
221212
* <li><code>/org.graalvm.python.vfs/venv</code> - is set as the python virtual environment
222213
* location</li>
223214
* <li><code>/org.graalvm.python.vfs/src</code> - is set as the python sources location</li>
@@ -276,8 +267,6 @@ public static Context.Builder contextBuilder(VirtualFileSystem vfs) {
276267
* <p>
277268
* Following resource paths are preconfigured:
278269
* <ul>
279-
* <li><code>${resourcesDirectory}/home</code> - is set as the GraalPy Standard Library
280-
* location</li>
281270
* <li><code>${resourcesDirectory}/venv</code> - is set as the python virtual environment
282271
* location</li>
283272
* <li><code>${resourcesDirectory}/src</code> - is set as the python sources location</li>
@@ -399,7 +388,6 @@ public static Path getNativeExecutablePath() {
399388
* The structure of the created resource directory will stay the same like the embedded Python
400389
* resources structure:
401390
* <ul>
402-
* <li><code>${resourcesDirectory}/home</code> - the GraalPy Standard Library location</li>
403391
* <li><code>${resourcesDirectory}/venv</code> - the python virtual environment location</li>
404392
* <li><code>${resourcesDirectory}/src</code> - the python sources location</li>
405393
* </ul>

0 commit comments

Comments
 (0)