Code Monkey home page Code Monkey logo

docs.hpc.sjtu.edu.cn's Introduction

Pi超算集群用户文档

本仓库维护Pi超算集群用户文档。本文档使用markdown书写,并会被mkdocs转译为html/css/js。本站使用的主题是mkdocs-material的分支版本theme

搭建环境

mkdocs是一个python包,用于本文档网页渲染。在开始之前请确保本地已经有python环境。如果您的电脑暂时没有可用的python环境,那么我们建议您使用anaconda创建一个。

使用以下指令安装指定的python包:

pip3 install -r requirements.txt

检查mkdocs是否安装完成:

Windows用户

where mkdocs

Linux和Mac用户

which mkdocs

启动服务器和更新文档

更新文档需要管理员权限

本仓库包含makefile,如果您的工作环境可以使用make指令,那么

本地启动服务器

make server

对于make不可用的情况

本地启动服务器

mkdocs serve

重新编译文档

make build

更新文档

# 将更新推送到仓库master分支自动部署

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.