Conversation
| "requires": { | ||
| "co": "^4.6.0", | ||
| "json-stable-stringify": "^1.0.1" | ||
| "co": "4.6.0", |
There was a problem hiding this comment.
the changes to this file probably should be reverted.
|
@jonmmease, one thing I can't get my head around is which part of the codegen generates the docstrings of the |
|
The doc build is a bit long (a few minutes), but the build is stored in the artifacts of CircleCI if you want to take a look. |
|
@emmanuelle, the property docstrings are generated dynamically during codegen by |
|
@jonmmease absolutely! I was grepping only the |
|
So with this PR we get these extra directives in the docstrings that people will see when they try help(object) in a notebook? |
|
@nicolaskruchten yes we'll have the extra directives. However I found out that we can use |
|
I can live with |
|
I could also attach a helper function to |
|
Ready for review! |
.circleci/config.yml
Outdated
| git config user.name plotlydocbot | ||
| git config user.email accounts@plot.ly | ||
| git add * | ||
| git add * |
There was a problem hiding this comment.
hum let me fix this
|
💃 ! This is great :) |
still WIP, and it's been some time since I worked on this. Basically the idea is to call
sphinx-apidocto generate all the doc pages.