mirror of
https://github.com/zh-google-styleguide/zh-google-styleguide.git
synced 2025-02-19 20:50:10 +08:00
Update README.rst and the contents of Python
Because of the adding of Shell Style Guide, the total number becomes five. Modify the contents of Python Style Guide, make it consistent with others.
This commit is contained in:
parent
77c5236df2
commit
fe1f468a3b
@ -18,7 +18,7 @@ Google 开源项目风格指南 (中文版)
|
|||||||
英文版项目维护的是在 Google 使用的编程风格指南. 如果你正在修改的项目源自 Google, 你可能会被引导至
|
英文版项目维护的是在 Google 使用的编程风格指南. 如果你正在修改的项目源自 Google, 你可能会被引导至
|
||||||
英文版项目页面, 以了解项目所使用的风格.
|
英文版项目页面, 以了解项目所使用的风格.
|
||||||
|
|
||||||
我们已经发布了四份 **中文版** 的风格指南:
|
我们已经发布了五份 **中文版** 的风格指南:
|
||||||
|
|
||||||
#. `Google C++ 风格指南 <http://zh-google-styleguide.readthedocs.org/en/latest/google-cpp-styleguide/>`_
|
#. `Google C++ 风格指南 <http://zh-google-styleguide.readthedocs.org/en/latest/google-cpp-styleguide/>`_
|
||||||
|
|
||||||
|
@ -8,3 +8,7 @@ Python 风格指南 - 内容目录
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
||||||
index
|
index
|
||||||
|
background
|
||||||
|
python_language_rules
|
||||||
|
python_style_rules
|
||||||
|
parting_words
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
================================
|
扉页
|
||||||
Google Python 风格指南 - 中文版
|
|
||||||
================================
|
================================
|
||||||
|
|
||||||
:版本: 2.59
|
:版本: 2.59
|
||||||
@ -24,12 +23,3 @@ Google Python 风格指南 - 中文版
|
|||||||
- `Google Style Guide <https://github.com/google/styleguide>`_
|
- `Google Style Guide <https://github.com/google/styleguide>`_
|
||||||
- `Google 开源项目风格指南 - 中文版 <http://github.com/zh-google-styleguide/zh-google-styleguide>`_
|
- `Google 开源项目风格指南 - 中文版 <http://github.com/zh-google-styleguide/zh-google-styleguide>`_
|
||||||
|
|
||||||
目录
|
|
||||||
================================
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
|
|
||||||
background
|
|
||||||
python_language_rules
|
|
||||||
python_style_rules
|
|
||||||
parting_words
|
|
||||||
|
Loading…
Reference in New Issue
Block a user