Skip to content

Commit

Permalink
Merge pull request nih-sparc#29 from jgrethe/main
Browse files Browse the repository at this point in the history
feat: metadata module + metadata tutorial and documentation
  • Loading branch information
athril authored Feb 27, 2024
2 parents 3f3727c + fe1dad9 commit e39a579
Show file tree
Hide file tree
Showing 6 changed files with 2,458 additions and 0 deletions.
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
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

0 comments on commit e39a579

Please sign in to comment.