Compare commits
8
Commits
RMA
...
185130024d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
185130024d | ||
|
|
ae7b1d8859 | ||
|
|
2147dc4082 | ||
|
|
26d0ed496c | ||
|
|
5bba2ee808 | ||
|
|
8657ca3a4c | ||
|
|
e2389b813e | ||
|
|
899a5fb55e |
@@ -23,7 +23,7 @@ jobs:
|
|||||||
cd /home/ly0kos/work/test_env
|
cd /home/ly0kos/work/test_env
|
||||||
|
|
||||||
# 创建共享虚拟环境
|
# 创建共享虚拟环境
|
||||||
python -m venv .venv-shared
|
python3 -m venv .venv-shared
|
||||||
source .venv-shared/bin/activate
|
source .venv-shared/bin/activate
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install sphinx sphinx-rtd-theme
|
pip install sphinx sphinx-rtd-theme
|
||||||
@@ -89,7 +89,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Python: $(python --version)"
|
echo "python3: $(python3 --version)"
|
||||||
echo "Sphinx: $(sphinx-build --version 2>/dev/null || echo 'Not installed')"
|
echo "Sphinx: $(sphinx-build --version 2>/dev/null || echo 'Not installed')"
|
||||||
|
|
||||||
# 第四步:在工作树中构建文档
|
# 第四步:在工作树中构建文档
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
title: ManLin 硬件产品知识库
|
||||||
|
---
|
||||||
|
|
||||||
|
# ManLin 硬件产品知识库
|
||||||
|
|
||||||
|
```{toctree}
|
||||||
|
:maxdepth: 1
|
||||||
|
:caption: 目录
|
||||||
|
|
||||||
|
Mars_1KS/index
|
||||||
|
Calibration/index
|
||||||
|
Lab_Report/index
|
||||||
|
```
|
||||||
|
|
||||||
|
## 附加文档
|
||||||
|
|
||||||
|
1. [AD5522](_static/data/add_docs/AD5522.pdf)
|
||||||
|
|
||||||
|
2. :::{dropdown} Power DataSheets
|
||||||
|
|
||||||
|
- [LTM4655](_static/data/add_docs/Pwr_DataSheet/ltm4655.pdf)
|
||||||
|
- [MIC29502](_static/data/add_docs/Pwr_DataSheet/MIC29502.pdf)
|
||||||
|
- [LMR51450](_static/data/add_docs/Pwr_DataSheet/LMR51450.pdf)
|
||||||
|
- [TPS54627](_static/data/add_docs/Pwr_DataSheet/tps54627.pdf)
|
||||||
|
- [TPS54821](_static/data/add_docs/Pwr_DataSheet/tps54821.pdf)
|
||||||
|
- [TPS563209](_static/data/add_docs/Pwr_DataSheet/tps563209.pdf)
|
||||||
|
- [LT3091](_static/data/add_docs/Pwr_DataSheet/lt3091.pdf)
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
|
3.
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
.. ManLin_KnowledgeBase documentation master file, created by
|
|
||||||
sphinx-quickstart on Tue Aug 12 05:35:46 2025.
|
|
||||||
You can adapt this file completely to your liking, but it should at least
|
|
||||||
contain the root `toctree` directive.
|
|
||||||
|
|
||||||
.. ManLin 硬件知识库主索引文件
|
|
||||||
|
|
||||||
.. 注意:此文件使用 reStructuredText 语法,但支持包含 Markdown 文件
|
|
||||||
|
|
||||||
##############################
|
|
||||||
ManLin 硬件产品知识库
|
|
||||||
##############################
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 1
|
|
||||||
:caption: Contents:
|
|
||||||
|
|
||||||
Mars_1KS/index
|
|
||||||
Calibration/index
|
|
||||||
Lab_Report/index
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
*Additional Docs:*
|
|
||||||
|
|
||||||
1. `AD5522 <_static/data/add_docs/AD5522.pdf>`_
|
|
||||||
Reference in New Issue
Block a user