-
Notifications
You must be signed in to change notification settings - Fork 17
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
Skeleton architecture documentation #387
Conversation
Tries to explain a few concepts and expected outputs from papyri.
- A `papyri.json` file, which is a list of unique qualified names corresponding | ||
to the documented objects and some metadata; | ||
- A `toc.json` file, ? | ||
- An `assets` folder, containing all the images generated during the | ||
generation; | ||
- A `docs` folder, ? | ||
- An `examples` folder, ? | ||
- A `module` folder, containing one json file per documented object. |
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.
Personally this is the kind of information I'd love to have, but not sure if it's too much detail.
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.
It's good we can refine later.
- An `examples` folder, ? | ||
- A `module` folder, containing one json file per documented object. | ||
|
||
After the generation step, *what should have been processed*? |
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.
This is the crucial step that will help new contributors, as it will probably point people to what hasn't been implemented yet
|
||
### Jupyter extension | ||
|
||
In progress. |
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 couldn't immediately find how to run papyri as a jupyter extension
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.
There is a sub-readme, and yes it's complicated, I would need to publish it as its own subpackage.
|
||
### Jupyter extension | ||
|
||
In progress. |
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.
There is a sub-readme, and yes it's complicated, I would need to publish it as its own subpackage.
- A `papyri.json` file, which is a list of unique qualified names corresponding | ||
to the documented objects and some metadata; | ||
- A `toc.json` file, ? | ||
- An `assets` folder, containing all the images generated during the | ||
generation; | ||
- A `docs` folder, ? | ||
- An `examples` folder, ? | ||
- A `module` folder, containing one json file per documented object. |
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.
It's good we can refine later.
Let's get this in, we can refine once you are back from PTO |
Tries to explain a few concepts and expected outputs from papyri. There's a bunch of stuff to expand on but I thought this could be useful especially for new contributors.
There's nothing really new, just some reorganization and highlighting.