-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update documentation #893
Update documentation #893
Conversation
-o is typically the flag for outputting to a file, but it's best not to change what's already there. Additionally, a couple commands take -o as a different command line option for specificying objects
There are a number of changes here that come as a result of 64b4d01. Namely: the docstring of arguments are removed in favor of pulling help from typer arguments and options.
This adds a new section to the navigation bar ("Release process"), and merges the previous "Welcome" and "Usage" pages into a "monarch-py" section.
✅ Deploy Preview for monarch-app ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #893 +/- ##
=======================================
Coverage 71.14% 71.14%
=======================================
Files 91 91
Lines 3136 3136
=======================================
Hits 2231 2231
Misses 905 905 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
This commit does two things to complete the collection of all monarch-py documentation into a single section in the main documentation. It does the following: 1. Remove "API Reference" section. The information there is in the "Interfaces" and "Implementations" subsections of the monarch-py documentation. 2. Moves the "Response Data Model"-- which contains documentation generated from LinkML models-- into a "Data Model" subsection in monarch-py. Besides the CLI documentation, the monarch-py documentation is a bit jumbled and obviously needs some attention and changing. It's not quite clear coming to the page how someone might use the package as a python package. That is a broader issue, and not one we need to focus on right now, since it's not clear that anyone but the Web application actually uses the monarch-py code.
@kevinschaper Do you want to check out this PR, build the docs, and see if this organization is to your liking? |
@ptgolden it looks like this needs a slightly more careful merge to handle renaming entity to entity_id |
Summary
release-process.md
from https://github.com/monarch-initiative/monarch-documentation/blob/main/src/docs/release-process.md into these docsRelated issues
Closes Move the Monarch KG Release process page to the Monarch-app documentation #820
All tests have passed (or issues created for failing tests)