Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes and updates for metadata search #29

Merged
merged 13 commits into from
Feb 27, 2024
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# System
.DS_Store

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
3 changes: 3 additions & 0 deletions config/config.ini
jgrethe marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ default_profile=ci

[prod]
pennsieve_profile_name=prod
scicrunch_api_key=YOUR_KEY_HERE

[dev]
pennsieve_profile_name=test
scicrunch_api_key=YOUR_KEY_HERE

[ci]
pennsieve_profile_name=ci
scicrunch_api_key=YOUR_KEY_HERE
8 changes: 8 additions & 0 deletions docs/sparc.client.services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ sparc.client.services.pennsieve module
:undoc-members:
:show-inheritance:

sparc.client.services.metadata module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: sparc.client.services.metadata
:members:
:undoc-members:
:show-inheritance:

Module contents
~~~~~~~~~~~~~~~

Expand Down
Loading