-
Notifications
You must be signed in to change notification settings - Fork 7
Updating and Editing AstroDB Documentation #216
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
base: main
Are you sure you want to change the base?
Conversation
Added description for get_db_instrument. Added an instruments section on api documentation
Added a code block example for ingesting publications.
fix typo
Co-authored-by: Kelle Cruz <kellecruz@gmail.com>
Co-authored-by: Kelle Cruz <kellecruz@gmail.com>
Co-authored-by: Kelle Cruz <kellecruz@gmail.com>
Co-authored-by: Kelle Cruz <kellecruz@gmail.com>
|
The tests not passing are not related to this PR. This is coming along nicely! When you're done, change from Draft to "Ready for review". |
| Search Object function | ||
| ------------------------- | ||
| The **search_object** function allows you to search for astronomical objects in the database by name or identifier. It returns a list of matching sources along with their details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The **search_object** function allows you to search for astronomical objects in the database by name or identifier. It returns a list of matching sources along with their details. | |
| The **search_object** method allows you to search for astronomical objects in the database by name or identifier. It returns a list of matching sources along with their details. |
| Inventory Search function | ||
| ------------------------- | ||
| The **inventory_search** function returns all data for an object |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The **inventory_search** function returns all data for an object | |
| The **inventory_search** method returns all data for an object |
| Exploring the Schema | ||
| ------------------------- | ||
| The database schema is accessible via the **db.metadata** attribute after loading the database. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The database schema is accessible via the **db.metadata** attribute after loading the database. | |
| The AstroDB Toolkit makes extensive use of the Astrodbkit package. Astrodbkit provides the Database class and useful methods for exploring the database. | |
| The database schema is accessible via the **db.metadata** attribute after loading the database. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also link AstrodbKit to to https://astrodbkit.readthedocs.io/en/latest/
|
Please make extensive use of the will make an auto-magic link to the API documentation for the find_publication function. Here's the relevant Sphinx documentation: https://www.sphinx-doc.org/en/master/usage/domains/python.html#target-specification |
No description provided.