-
Notifications
You must be signed in to change notification settings - Fork 0
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
Move PyChaste website #34
Move PyChaste website #34
Comments
Previous deployment failed, possibly due to permissions issues. |
The old Jekyll site is now deployed to https://chaste.github.io/PyChaste. |
As part of #46, content from the PyChaste website will be moved into chaste.github.io |
The PyChaste website is being re-created in markdown directly under chaste.github.io (see PR https://github.com/Chaste/Chaste.github.io/pull/17). Things to consider for python notebook tutorials:
|
nbconvert can help with the automatic conversion of Jupyter notebooks to markdown. |
Generating markdown for the website is fixed in this PR: #50 |
Python is not specified in the code blocks for some of the generated tutorial markdown, which affects syntax highlighting on the website. Bad Example
https://chaste.github.io/pychaste/tutorials/pottsbasedcellsimulations/ Good Example import os
def main:
print("Code block with 'python'") https://chaste.github.io/pychaste/tutorials/cellsorting/ Resolution |
As part of #46, PyChaste API generation will be moved to Chaste infra. |
Description
Move the PyChaste website to the Chaste organisation under chaste.github.io
Related PRs
To Do
The text was updated successfully, but these errors were encountered: