You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/contribute_to_pydggsapi/index.rst
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,24 @@ docker_development.env
39
39
40
40
Contributors can export any environment variables defined in :doc:`Appendix </appendix/index>` to override the default value. For example, the file name of the dggs_api_config may differ from Docker's default value (`pydggsapi-config.json`).
41
41
42
+
Collection paths
43
+
""""""""""""""""
44
+
The volume `pydggsapi_datasets` is mapped to the path `/opt/local/src/pydggsapi/demo_data` of the Docker container; therefore, the collection paths defined in the pydggsapi configuration(DGGS_API_CONFIG) should follow the mapped path, where it should point to `demo_data/<data_source_name>`
Contributors can export any environment variables defined in :doc:`Appendix </appendix/index>` to override the default value. For example, the file name of the dggs_api_config may differ from the one used in the development configuration.
81
99
100
+
Collection paths
101
+
""""""""""""""""
102
+
The volume `pytest_datasets` is mapped to the path `/opt/local/src/pydggsapi/testing_data` of the Docker container; therefore, the collection paths defined in the pydggsapi configuration(DGGS_API_CONFIG) should follow the mapped path, where it should point to `testing_data/<data_source_name>`
0 commit comments