Giter Site home page Giter Site logo

LearnHPC

This is a website to gather material and tools to help learners to navigate learning about HPC systems

Building the page

This tutorial is rendered via MkDocs, which makes it very easy to preview the result of the changes you make locally.

  • First, install mkdocs, including the material theme and additional plugins:

    pip install mkdocs mkdocs-material mkdocs-git-revision-date-localized-plugin
    
  • Start the MkDocs built-in dev-server to preview the tutorial as you work on it:

    make preview
    

    or

    mkdocs serve
    

    Visit http://127.0.0.1:8000 to see the local live preview of the changes you make.

  • If you prefer building a static preview you can use make or mkdocs build, which should result in a site/ subdirectory that contains the rendered documentation.

Automatic updates

The rendered version of this page at https://www.learnhpc.eu is automatically updated on every push to the master branch, thanks to the GitHub Actions workflow defined in .github/workflows/deploy.yml.

The gh-pages branch in this repository contains the rendered version.

https://www.learnhpc.eu will only be updated if the tests pass, see GitHub Actions workflow defined in .github.workflows/test.yml.

Note: do not change the files in the gh-pages branch directly!

All your changes will be lost the next time the master branch is updated...

learnhpc's Projects

hpc-intro icon hpc-intro

Lesson materials for an Introduction to High Performance Computing in the tradition of Software Carpentry

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.