Giter VIP home page Giter VIP logo

Comments (8)

kwabenantim avatar kwabenantim commented on September 24, 2024

Previous deployment failed, possibly due to permissions issues.

from pychaste.

kwabenantim avatar kwabenantim commented on September 24, 2024

The old Jekyll site is now deployed to https://chaste.github.io/PyChaste.
It probably needs redoing to match the modern Hugo theme on https://chaste.github.io.

from pychaste.

kwabenantim avatar kwabenantim commented on September 24, 2024

It probably needs redoing to match the modern Hugo theme on https://chaste.github.io.

As part of #46, content from the PyChaste website will be moved into chaste.github.io

from pychaste.

kwabenantim avatar kwabenantim commented on September 24, 2024

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:

  • Generate markdown from ipynb automatically to keep them in sync.
  • Create cron job to periodically check current ipynb against markdown and update markdown manually.

from pychaste.

kwabenantim avatar kwabenantim commented on September 24, 2024

nbconvert can help with the automatic conversion of Jupyter notebooks to markdown.

from pychaste.

kwabenantim avatar kwabenantim commented on September 24, 2024

Generating markdown for the website is fixed in this PR: #50

from pychaste.

kwabenantim avatar kwabenantim commented on September 24, 2024

Python is not specified in the code blocks for some of the generated tutorial markdown, which affects syntax highlighting on the website.

Bad Example

import os
def main:
    print("Code block without 'python'")

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
The bad examples are duplicate tutorials that were not overwritten with autogenerated ones. They will be removed.

from pychaste.

kwabenantim avatar kwabenantim commented on September 24, 2024

As part of #46, PyChaste API generation will be moved to Chaste infra.

from pychaste.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.