Skip to content

Commit

Permalink
feat: 彻底移除 gitee 镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Oct 31, 2024
1 parent fda3219 commit 4d87f3b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 44 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Checkout github_docs
uses: actions/checkout@v4.1.1
with:
ssh-key: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
ref: github_docs
path: github_docs

Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/sync_gitee.yml

This file was deleted.

13 changes: 0 additions & 13 deletions _static/gitee_icon.js

This file was deleted.

3 changes: 1 addition & 2 deletions _static/links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.. _`FeignClaims/cpp_conan_template`: https://www.github.com/FeignClaims/cpp_conan_template/
.. _`FeignClaims/customized_conan_recipes`: https://www.github.com/FeignClaims/customized_conan_recipes/
.. _`cpp_tutorial/question`: https://gitee.com/cpp_tutorial/question
.. _`cpp_tutorial/board`: https://gitee.com/cpp_tutorial/board
.. _`为天鹅书第二版制作的学习项目文件 (解压以使用)`: https://gitlab.com/FeignClaims/vscode_cpp_starter_resource/-/raw/main/ppp2_novice.zip?ref_type=heads
.. _`为天鹅书第三版制作的学习项目文件 (解压以使用)`: https://gitlab.com/FeignClaims/vscode_cpp_starter_resource/-/raw/main/ppp3_novice.zip?ref_type=heads
.. _`Git: 通过官网下载`: https://git-scm.com/download/win
Expand All @@ -28,7 +27,7 @@
.. _`《辩证法唯物论(讲授提纲)》`: https://www.marxists.org/chinese/maozedong/1937/index.htm
.. _`Bjarne Stroustrup's Homepage`: https://www.stroustrup.com/programming.html
.. _`Bjarne Stroustrup's C++ Glossary`: https://www.stroustrup.com/glossary.html
.. _`《Sixteen Ways to Stack a Cat》by Bjarne Stroustup`: https://gitee.com/cpp_tutorial/weekly_question/raw/master/src/extra/16%E7%A7%8D%E6%96%B9%E5%BC%8F%E6%8A%8A%E4%B8%80%E5%8F%AA%E7%8C%AB%E6%94%BE%E5%85%A5%E6%A0%88%E4%B8%AD.pdf
.. _`《Sixteen Ways to Stack a Cat》by Bjarne Stroustup`: https://www.stroustrup.com/stack_cat.pdf
.. _`《The C++ Standard Library》补充章节`: http://www.cppstdlib.com/cppstdlib_supplementary.pdf
.. _`《Efficient Programming with Components》`: https://www.jmeiners.com/efficient-programming-with-components/index.html
.. _`Modern CMake for C++: 代码`: https://github.com/PacktPublishing/Modern-CMake-for-Cpp
Expand Down
6 changes: 0 additions & 6 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@
"name": "GitHub",
"url": "https://github.com/FeignClaims/question_board",
"icon": "fa-brands fa-github",
},
{
"name": "Gitee",
"url": "https://gitee.com/cpp_tutorial/board",
"icon": "fa-custom fa-gitee",
}
],
"use_sidenotes": True,
Expand Down Expand Up @@ -103,4 +98,3 @@

def setup(app):
app.add_css_file("theme.css")
app.add_js_file("gitee_icon.js")
2 changes: 1 addition & 1 deletion cpp/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ C++ 环境配置
:class: seealso, dropdown

- :doc:`/faq/range_iterator_and_algorithm/main`
- `STL "简" 述 (摘自《C++标准库(第 2 版) 》by Nicolai Josuttis <https://gitee.com/cpp_tutorial/board/raw/main/cpp/stl_introduction.pdf>`_
-
- `105 STL Algorithms in Less Than an Hour - Jonathan Boccara - CppCon 2018`_
- `动态规划 入门 <https://www.bilibili.com/video/BV1xb411e7ww>`_
- `动态规划 套路 <https://www.bilibili.com/video/BV1gp4y1t7xe>`_
Expand Down

0 comments on commit 4d87f3b

Please sign in to comment.