- Notifications
You must be signed in to change notification settings - Fork20
html and style fixes#4
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
_config.yml Outdated
| url:"https://rustpython.github.io"# the base hostname & protocol for your site, e.g. http://example.com | ||
| github_username:RustPython | ||
| disclaimer:"The disclaimer not to use thisin production. Update this in the config.yml file at the root." | ||
| disclaimer:"RustPython is in a development phase and should not be usedin production or a fault intolerant setting. Our current build supports only a subset of Python syntax." |
mireille-raadMar 21, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 goes in the footer. I figured we can put a disclaimer.
do we know how much of the python syntax is supported? any ballpark? we can update this only when we reach milestones like 25%, 50%, 75% etc...
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.
We support pretty much all of the syntax at this point, I think that disclaimer is about a year old now... we definitely don't support all Python library features, though, maybe only half of the standard library is supported? I think that would be a good statistic to have there.
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.
ha cool. I think it will be cool to mention that you support 100% of the python syntax but only some of the standard library. It will be nice to highlight both sides :)
thanks for merging :)
This PR includes:
footer:
homepage
blog
blog.markdown, needs editing._config.yml, problably needs re-writinggeneral