# Tech.notes **Repository Path**: realdevin/tech.notes ## Basic Information - **Project Name**: Tech.notes - **Description**: 开源通信技术笔记 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-16 - **Last Updated**: 2021-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 目标 --------------------- 梳理通信知识体系,把握行业发展脉络。 项目介绍 --------------------- 本工程用Python Sphinx进行管理,所有的文本都是reStructuredText文档,这是一种文字安排有特殊设置的文本文件,可以被很多git托管服务所解释,所以阅读者可以在如gitee,github这样的代码托管服务上直接阅读每个独立的文件。但如果文档之间有相互引用,这种引用是看不到的。为此我不定期会对文档进行编译,把epub或者html版本作为本项目的二进制发布,读者可以在这里下载阅读: https://gitee.com/realdevin/tech.notes/releases 项目托管仓库 --------------------- 当前我用了git托管服务,路径是: git@gitee.com:realdevin/tech.notes.git 读者可以根据选择下载整个项目的源代码,自行编译。