# iCodebase **Repository Path**: ieda-itraining/icodebase ## Basic Information - **Project Name**: iCodebase - **Description**: iEDA训练计划——编程基础库,含数据结构,算法,编译和设计模式 - **Primary Language**: C++ - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-05-18 - **Last Updated**: 2024-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iEDA_code_base # Install mkdocs ### Theme install ``` pip install mkdocs-*** ``` avaliable themes: material, readthedocs, windmill, mkdocs preview theme: ``` mkdocs serve --watch-theme ``` ### Configure revise mkdocs.yml ### Deploy ``` mkdocs gh-deploy ```