-
Notifications
You must be signed in to change notification settings - Fork 463
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] Rework documentation [new style / features / structure] #851
Conversation
Codecov Report
@@ Coverage Diff @@
## main #851 +/- ##
=======================================
Coverage 94.84% 94.84%
=======================================
Files 133 133
Lines 5200 5200
=======================================
Hits 4932 4932
Misses 268 268
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
That's a very interesting PR :) I have to admit, it would have been nice to split it in a few haha General comments first:
|
@fg-mindee
|
@fg-mindee Point 3: zip file with dataset image-grids attatched Point 4: I have added es for both TF implementation and PT. Why? :
|
3513dad
to
bc140a9
Compare
bc140a9
to
d30902a
Compare
Would it be possible to split this into several PRs please? 🙏
That would help reducing the amount of files modified here 😅 |
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.
LGTM
Now that all the subPRs have been merged, this PR can be closed :) |
@felixdittrich92: thanks for this update, I really love the new visual! |
This PR updates the current documentation
motivation:
Every active modern library also needs decent documentation, which is the showpiece. Therefore we should improve it (even if it's not fun 😅) and try to cover everything as best as possible, including the framework difference
further todo: (maybe in another PR)
issues:
#729 could be closed with this
Any feedback is very welcome 🤗
@fg-mindee @charlesmindee @SiddhantBahuguna wdyt ? 😄
Examples:
I have also checked how it looks as docstring while coding with the tabs and personally i found it pretty nice to have both snippets at once. The only drawback is the much larger docstring.