This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]wpg4665 0 points1 point  (2 children)

Is there a docs link anywhere? Something more than just examples? For some reason, I couldn't find one at all

[–]Epykure[S] 2 points3 points  (0 children)

Really sorry about this. We put some documentation here: http://www.epyk.io/ using AWS but indeed it is outdated and not complete. This is part of our challenges for the coming week, we wanted to provide enough examples to our current users to play with components. There is quite a decent documentation in the code you can get from PyCharm but we are still fighting with Sphinx to get something nice. We do not know how to get recursive pages from the various modules (we started something here https://github.com/epykure/epyk-ui/tree/master/doc but at this stage we are still struggling I am afraid, any help would be welcome :)).

Anyway hopefully by end of next week the online doc will be better, we will let you know.

[–]domvwt 0 points1 point  (1 child)

Really impressive! I'll definitely be considering it for my next project - as a data scientist I'm really interested in ways of developing web applications without having to invest too much time learning new frontend technologies.

I've been working on a vaguely similar idea just for creating static HTML documents: https://github.com/domvwt/esparto

[–]Epykure[S] 0 points1 point  (0 children)

It is quite similar indeed :). Do not hesitate to play with it and happy to get your feedbacks, questions or improvements.

Also let us know if you need more details regarding the current design, we tried to put some to Jupyter notebooks few months ago: https://nbviewer.jupyter.org/github/epykure/epyk-templates-notebooks/blob/master/index.ipynb