-
Notifications
You must be signed in to change notification settings - Fork 321
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
DOCS: refactor developer docs #538
Conversation
Co-authored-by: Damian Avila <damianavila82@yahoo.com.ar>
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 after the CI is green!
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 a really nice improvement of the contributing docs, thanks a lot @choldgraf !
I did a read through and added some comments / questions.
@nox.session | ||
def compile(session): | ||
if _should_install(session): | ||
session.install(".") |
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.
Is this line needed? Because wouldn't that actually already install stb and compile the assets in a pip build env for installing the package?
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 think that we do need it, because this is what gives us the theme builder CLI, which is not bundle with it by default via install(".")
. Is that what you were asking?
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
OK I believe I've addressed all of your suggestions and comments @jorisvandenbossche - I've "resolved" them via the github UI, let me know if I missed something! |
docs/conf.py
Outdated
@@ -107,6 +107,13 @@ | |||
}, | |||
} | |||
|
|||
html_sidebars = { | |||
"contributing": [ |
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.
The contributing top-level page/directory doesn't exist anymore, so this has no effect?
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.
good point - I updated this in the latest commit
Thanks a lot @choldgraf ! |
This refactors and updates our developer documentation, with the following major changes:
contribute/
and adds a redirect)