From 3a3fbb58c21f37d9a13323ce55d5b9e40427b3c8 Mon Sep 17 00:00:00 2001 From: Cloudac7 <812556867@qq.com> Date: Thu, 31 Oct 2024 14:11:39 +0800 Subject: [PATCH] fix: modification date --- docs/index.md | 4 ++-- docs/introduction/updates.md | 2 +- docs/usage/partition.md | 4 ++-- mkdocs.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index dfc6a4b..b6c6723 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ # 嘉庚创新实验室智算中心用户使用手册 !!! info - 本文档内容更新于 2024-10-30 + 本文档内容更新于 2024-10-31 该文档为高性能计算平台使用文档,内容包括如何登录集群、如何运行作业和如何使用软件等。 @@ -12,7 +12,7 @@ 本使用文档包含以下主要内容: 1. [平台简介](introduction/index.md):介绍平台资源 -2. [重大更新](introduction/updates.md): 汇总智算中心重大更新相关公告信息 +2. [重大更新公告](introduction/updates.md): 汇总智算中心重大更新相关公告信息 3. [开户流程](introduction/register.md): 介绍开户流程 4. [用户登录与文件传输](usage/login.md):如何登录集群和进行文件传输 5. [分区(队列)管理](usage/partition.md):分区和队列的设置和收费标准 diff --git a/docs/introduction/updates.md b/docs/introduction/updates.md index 540fcda..97abd74 100644 --- a/docs/introduction/updates.md +++ b/docs/introduction/updates.md @@ -1,4 +1,4 @@ -# 重大更新 +# 重大更新公告 ## 2024-10-31 diff --git a/docs/usage/partition.md b/docs/usage/partition.md index a9f476d..4a9b736 100644 --- a/docs/usage/partition.md +++ b/docs/usage/partition.md @@ -1,4 +1,4 @@ -# 分区(队列)管理 +# 分区规则和收费标准 ## 队列划分 @@ -36,5 +36,5 @@ | `normal` | 50 | 2天 (48h) | | `long` | 25 | 4天 (96h) | -!!! info +!!! warning 注意 超过 4 天的任务需提前 1 天邮件告知用户名和 jobID ,延长后原则上不超过 10 天。 diff --git a/mkdocs.yml b/mkdocs.yml index 89b8f1b..2a66c9e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -62,7 +62,7 @@ nav: - 首页: index.md - 简介: - 平台资源: introduction/index.md - - 重大更新: introduction/updates.md + - 重大更新公告: introduction/updates.md - 开户流程: introduction/register.md - 使用指南: - 用户登录与文件传输: usage/login.md