-
Notifications
You must be signed in to change notification settings - Fork 2
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
Begin to host documentation site #10
Comments
Thanks - updated. I've started writing docs as well - using mkdocs + mkdocs-jupyter (to render notebooks). I'll add them in and see how they render. (Note I'm a bit busy next few days so will be random) |
Site looks great, thank you! I've moved the example you had (with |
yeah it was just an example, having the non cache evicting model introduced first in the documentation makes a lot of sense. optimized model runs require a storage function to view intermediate aggregated results, but without memory optimization this storage function is not needed in the constructor. So I think no agg in constructor is ideal. I argue in issue #6 to expose a well formatted dictionary and not worry about formatting user results. I think if the user has a documentation page on how to work with user results, maybe this is good enough. |
Thoughts on docs: Getting started
Workflow
More advanced / performance:
Utilities
|
Closing this as docs site is up and running. Specific enhancements can be filed under their own tickets. |
Re-opening it as a place to discuss docs (sorry!) - I've got checklist above Also - My older site for the previous iteration (heavymodel) is here: https://digitalactuary.co.uk/ there is some content we could move over (some bits I don't want to keep) - I might repoint the url at heavylight docs. |
Sure. I'll sign up for
and if I can finish those I'll come back for more work |
We've got quite a wide variety of users to cater for - I'm pitching it towards getting people out of building unmaintainable models in Excel (i.e. python noobs, don't know what a class is, types are etc), and you've pretty much built the death star 😁, I think we need to do a little bit of working out the journey and documentation, and working out how to define the overall API. I'm going to work on the basic - idea in Excel -> delivery using heavylight, and document that a bit more. |
You are going to know the typical user a lot better than I would, take the docs in whatever direction is best. I estimate I can make the death star 5-10 times faster, might take a step back to do some more research oriented stuff. |
Added tables documentation: https://lewisfogden.github.io/heavylight/getting_started/heavylight_tables/ (I've been slightly cheeking in pushing directly to main, worst case I break the documentation and need to unwind the push). 100m model points in 16 seconds kind of feels fast enough for now! I'm going to explore use cases more with what we have before deciding where the gaps are. Last bit of documentation for now is the 'make_example' command, which I think I might tweak a lot, and would be worth adding a |
Ideally publishing of site is automated with GitHub action
The text was updated successfully, but these errors were encountered: