-
Notifications
You must be signed in to change notification settings - Fork 56
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
docs: Liquidity godoc QA #217
base: develop
Are you sure you want to change the base?
Conversation
This reverts commit 2f68a1b.
Codecov Report
@@ Coverage Diff @@
## develop #217 +/- ##
===========================================
+ Coverage 82.93% 83.26% +0.33%
===========================================
Files 20 20
Lines 2215 2247 +32
===========================================
+ Hits 1837 1871 +34
+ Misses 208 207 -1
+ Partials 170 169 -1
Continue to review full report at Codecov.
|
@dongsam these go docs are autogenerated, right? let's focus on the CLI, swagger, and markdown docs and when that content is updated then this autogenerated go doc content will also be updated, right? You can move in the suggested changes from the CLI, swagger, and so on here. Let me know if you have questions. I'm here to help! |
@barriebyron You're right, go docs are autogenerated, markdown docs and for example, https://pkg.go.dev/github.com/tendermint/[email protected]/x/liquidity/keeper#Keeper.ExecutePoolBatch is autogenerated from liquidity/x/liquidity/keeper/batch.go Lines 81 to 83 in fb15225
As above, it would be good to look at the parts where each func, type structure has a comment.
|
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.
I made editorial changes on 3 files, but I'm sure we have more. Approved this round, let me know what else needs my attention.
Description
#176
It is PR to get the liquidityd godoc QA suggestions based on the sources
Found 3 files that looked like they might need edits, see those changes staged in this PR.
@dongsam can you provide the file links for each file, from the correct repo, so I can address those edits here?
all help appreciated.
For this request:
https://pkg.go.dev/github.com/tendermint/[email protected]/x/liquidity/keeper#pkg-functions
https://pkg.go.dev/github.com/tendermint/[email protected]/x/liquidity/keeper#pkg-types
https://pkg.go.dev/github.com/tendermint/[email protected]/x/liquidity/types#pkg-functions
https://pkg.go.dev/github.com/tendermint/[email protected]/x/liquidity/types#pkg-types
https://pkg.go.dev/github.com/tendermint/[email protected]/x/liquidity/simulation#pkg-functions
what are the specific files that I can open and edit? please and thank you, maybe @kogisin knows?
---historical
temporarily remove and revert to create diff for review
ref