-
Notifications
You must be signed in to change notification settings - Fork 320
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
Reorganise API docs #1478
Reorganise API docs #1478
Conversation
35131e2
to
43113fa
Compare
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.
some minor comments.
cb63625
to
154e44f
Compare
154e44f
to
bb3f20b
Compare
fb147e4
to
55083c3
Compare
Mocking dependencies does not seem to work correctly for the summary The slack module is not important anyway
I think this is ready now.
|
Codecov Report
@@ Coverage Diff @@
## master #1478 +/- ##
=========================================
- Coverage 73.82% 73.8% -0.03%
=========================================
Files 92 92
Lines 10438 10444 +6
=========================================
+ Hits 7706 7708 +2
- Misses 2732 2736 +4 |
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'm waiting for the CI to finish, and then i'll look through the built docs....
metadata | ||
plotting | ||
slack | ||
threading |
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.
so what are the steps for the developer once he adds a new python module that deserves being included in the docs? perhaps, those can be added to "contributing" or wherever?
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.
Yes that would be great once that is rewritten.
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.
can a rudimentary description be a part of this PR?
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.
Yes, but the problem is not the description. The problem is that it would land in the middle of another document where the rest no longer applies
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'd be ok with that because without the description i'd have to bother you when i make "my next PR" :) Full-blown proper fixing of that document can be done later.
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.
Ok I guess it should go here https://qcodes.github.io/Qcodes/community/contributing.html#development ?
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.
good! thanks!
Is it possible and is it preferred to go from
to
when generating docs? |
I would mostly be against that. Explicit is better than implicit and all that |
I'm just going to throw them here since i've found them, but it's up to the author to decide what to do with them. Have problems with formatting:
|
@astafan8 I was going to suggest that we should split up all the modules and each do a pr per module to bring the docs up to spec for that module.
I really just wanted this to be about a sane overall layout |
Perfect! Let's do that soon. |
I will do the contributing guild updates in a new pr now |
Merge: ffa889b f4638a1 Author: Jens Hedegaard Nielsen <[email protected]> Merge pull request #1478 from jenshnielsen/docs/reorg_api
This is by no means complete but is a start towards a more sensible organization of the api docs