提交 bfe03f7a 编写于 作者: W wizardforcel

2019-07-10 12:01:24

上级 d28d5832
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# dotenv
.env
# virtualenv
.venv
venv/
ENV/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.DS_Store
# gitbook
_book
# node.js
node_modules
# windows
Thumbs.db
# word
~$*.docx
~$*.doc
---
permalink: /404.html
---
<script>window.location.href = '/';</script>
cython.apachecn.org
\ No newline at end of file
# 贡献指南
> 请您勇敢地去翻译和改进翻译。虽然我们追求卓越,但我们并不要求您做到十全十美,因此请不要担心因为翻译上犯错——在大部分情况下,我们的服务器已经记录所有的翻译,因此您不必担心会因为您的失误遭到无法挽回的破坏。(改编自维基百科)
负责人:
+ [飞龙](https://github.com/wizardforcel):562826179
## 章节列表
+ [Cython 3.0 中文文档](README.md)
+ [入门](docs/2.md)
+ [Cython - 概述](docs/3.md)
+ [安装 Cython](docs/4.md)
+ [构建 Cython 代码](docs/5.md)
+ [通过静态类型更快的代码](docs/6.md)
+ [Tutorials](docs/7.md)
+ [基础教程](docs/8.md)
+ [调用 C 函数](docs/9.md)
+ [使用 C 库](docs/10.md)
+ [扩展类型(又名.cdef 类)](docs/11.md)
+ [pxd 文件](docs/12.md)
+ [Caveats](docs/13.md)
+ [Profiling](docs/14.md)
+ [Unicode 和传递字符串](docs/15.md)
+ [内存分配](docs/16.md)
+ [纯 Python 模式](docs/17.md)
+ [使用 NumPy](docs/18.md)
+ [使用 Python 数组](docs/19.md)
+ [进一步阅读](docs/20.md)
+ [相关工作](docs/21.md)
+ [附录:在 Windows 上安装 MinGW](docs/22.md)
+ [用户指南](docs/23.md)
+ [语言基础](docs/24.md)
+ [扩展类型](docs/25.md)
+ [扩展类型的特殊方法](docs/26.md)
+ [在 Cython 模块之间共享声明](docs/27.md)
+ [与外部 C 代码连接](docs/28.md)
+ [源文件和编译](docs/29.md)
+ [早期绑定速度](docs/30.md)
+ [在 Cython 中使用 C ++](docs/31.md)
+ [融合类型(模板)](docs/32.md)
+ [将 Cython 代码移植到 PyPy](docs/33.md)
+ [Limitations](docs/34.md)
+ [Cython 和 Pyrex 之间的区别](docs/35.md)
+ [键入的内存视图](docs/36.md)
+ [实现缓冲协议](docs/37.md)
+ [使用并行性](docs/38.md)
+ [调试你的 Cython 程序](docs/39.md)
+ [用于 NumPy 用户的 Cython](docs/40.md)
+ [Pythran 作为 Numpy 后端](docs/41.md)
## 流程
### 一、认领
首先查看[整体进度](https://github.com/apachecn/cython-doc-zh/issues/1),确认没有人认领了你想认领的章节。
然后回复 ISSUE,注明“章节 + QQ 号”(一定要留 QQ)。
### 二、校对
需要校对:
1. 语法
2. 术语使用
3. 文档格式
如果觉得现有翻译不好,重新翻译也是可以的。
### 三、提交
+ `fork` Github 项目
+ 将译文放在`docs`文件夹下
+ `push`
+ `pull request`
请见 [Github 入门指南](https://github.com/apachecn/kaggle/blob/master/docs/GitHub)
# Cython 3.0 中文文档
来源: [http://docs.cython.org/en/latest/](http://docs.cython.org/en/latest/)
\ No newline at end of file
![](http://docs.cython.org/en/latest/_static/cythonlogo.png)
> 原文:[Welcome to Cython's Documentation](http://docs.cython.org/en/latest/)
>
> 协议:[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)
>
> 欢迎任何人参与和完善:一个人可以走的很快,但是一群人却可以走的更远。
* [在线阅读](https://cython.apachecn.org)
* [贡献指南](CONTRIBUTING.md)
* [ApacheCN 学习资源](http://www.apachecn.org/)
## 联系方式
### 负责人
* [飞龙](https://github.com/wizardforcel): 562826179
### 其他
* 认领翻译和项目进度-地址: <https://github.com/apachecn/cython-doc-zh/issues/1>
* 在我们的 [apachecn/cython-doc-zh](https://github.com/apachecn/cython-doc-zh) github 上提 issue.
* 发邮件到 Email: `apachecn@163.com`.
* 在我们的 [组织学习交流群](http://www.apachecn.org/organization/348.html) 中联系群主/管理员即可.
## 赞助我们
![](http://data.apachecn.org/img/about/donate.jpg)
<!-- index.html -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
<!-- google ads -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- baidu stats -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?38525fdac4b5d4403900b943d4e7dd91";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- google webmaster -->
<meta name="google-site-verification" content="pyo9N70ZWyh8JB43bIu633mhxesJ1IcwWCZlM3jUfFo" />
</head>
<body>
<div id="app">now loading...</div>
<script id="footer" type="text/xml">
<hr/>
<div align="center">
<p><a href="http://www.apachecn.org/" target="_blank"><font face="KaiTi" size="6" color="red">我们一直在努力</font></a><p>
<p><a href="https://github.com/apachecn/cython-doc-zh/" target="_blank">apachecn/cython-doc-zh</a></p>
<p><iframe align="middle" src="https://ghbtns.com/github-btn.html?user=apachecn&repo=cython-doc-zh&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="100px" height="25px"></iframe>
<iframe align="middle" src="https://ghbtns.com/github-btn.html?user=apachecn&repo=cython-doc-zh&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="25px"></iframe>
<iframe align="middle" src="https://ghbtns.com/github-btn.html?user=apachecn&repo=cython-doc-zh&type=fork&count=true" frameborder="0" scrolling="0" width="100px" height="25px"></iframe>
<a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=bcee938030cc9e1552deb3bd9617bbbf62d3ec1647e4b60d9cd6b6e8f78ddc03"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="ML | ApacheCN" title="ML | ApacheCN"></a></p>
<div style="text-align:center;margin:0 0 10.5px;">
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-3565452474788507"
data-ad-slot="2543897000"></ins>
</div>
</div>
</script>
<script>
window.docsPlugin = function(hook) {
var footer = document.querySelector('#footer').innerHTML
hook.afterEach(function(html) {
return html + footer
})
hook.doneEach(function() {
(adsbygoogle = window.adsbygoogle || []).push({})
})
}
window.$docsify = {
loadSidebar: 'SUMMARY.md',
name: 'Cython 3.0 中文文档',
auto2top: true,
themeColor: '#6ba81e',
repo: 'apachecn/cython-doc-zh',
plugins: [window.docsPlugin],
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-python.min.js"></script>
<script>Prism.languages.py = Prism.languages.python</script>
</body>
</html>
\ No newline at end of file
git add -A
git commit -am "$(date "+%Y-%m-%d %H:%M:%S")"
git push
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册