-
Notifications
You must be signed in to change notification settings - Fork 474
initial v2 doc restructure #1075
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
initial v2 doc restructure #1075
Conversation
Signed-off-by: Sean Cooper <[email protected]>
Signed-off-by: Sean Cooper <[email protected]>
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.
Thanks Sean, this is super helpful!
I notice that you are deleting the image files used for the baking_luts.rst and spi_vfx.rst pages. I was going to keep both of those pages and so we should keep the images too. Perhaps move them under the tutorials directory for now please (unless I'm misunderstanding what you've done).
Thanks!!
Signed-off-by: Sean Cooper <[email protected]>
Signed-off-by: Sean Cooper <[email protected]>
The CI is now failing because of its required Python dependencies. @michdolan how do we manage Python dependencies for the CI? |
Signed-off-by: Sean Cooper <[email protected]>
added back |
See my explanation in #1074 on installing Python packages via CMake. |
Signed-off-by: Sean Cooper <[email protected]>
Signed-off-by: Sean Cooper <[email protected]>
Signed-off-by: Sean Cooper <[email protected]>
Signed-off-by: Sean Cooper <[email protected]>
Signed-off-by: Sean Cooper <[email protected]>
Signed-off-by: Sean Cooper <[email protected]>
Signed-off-by: Sean Cooper <[email protected]>
Signed-off-by: Sean Cooper <[email protected]>
modify python macro to support dependencies Signed-off-by: Sean Cooper <[email protected]>
Now running into errors, where a lot of python packages don't like have a manual prefix specified by the python macro... Will need to dig into what's required to work around that
|
Signed-off-by: Sean Cooper <[email protected]>
Signed-off-by: Sean Cooper <[email protected]>
Latest is Windows builds failing:
Leads me to believe we're not populating the windows PYTHONPATH correctly through the docs |
Signed-off-by: Sean Cooper <[email protected]>
Signed-off-by: Sean Cooper <[email protected]>
Signed-off-by: Sean Cooper <[email protected]>
Well... I ended up cheating a bit. Blocking doc generation for Python 2 and Windows. I'm not sure that we'll ever be able to support Python 2, but we can certainly get Windows working in the future, I just don't have a local Windows machine so it's hell to test via CI. |
Signed-off-by: Sean Cooper [email protected]