-
Notifications
You must be signed in to change notification settings - Fork 28
Some docs work #158
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
Some docs work #158
Conversation
7c587de
to
0307b25
Compare
b1a9751
to
7c23a57
Compare
So one of the things I'd like to get to is versioned docs (like on rtd). That requires a healthy amount of actual code, which isn't great to put into the I'm leaning towards refactoring the code into @zbraniecki , any opinions and/or suggestions? @stasm ? Side note: the current state of this branch is already a good improvement, I chopped a bit of dead wood, and there's automation to publish the docs. I wouldn't want to merge this before the |
Use classes for builders, use subclassing instead of code-flow ifs to distinguish the top-level builder from the project builders. This is in preparation for doing project builders per version.
I'm going with |
Hi @zbraniecki , this is ready for review now. The generated docs are up on https://pike.github.io/python-fluent/fluent.runtime/stable/ etc for you to also have access to how this renders. There's a few visual fixes that come with the updated sphinx and pygments versions, and the version picker, of course. |
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.
lgtm
Merged, and docs deployed themselves gracefully. |
I have a few ideas on how to clean up and improve the docs tooling.