提交 938cb2e9 authored 作者: Frederic's avatar Frederic

Added a list of extra tools that can help developer.

上级 1ad65657
...@@ -482,3 +482,11 @@ a specific branch (REMOTE_BRANCH_NAME) from the remote repository ...@@ -482,3 +482,11 @@ a specific branch (REMOTE_BRANCH_NAME) from the remote repository
.. code-block:: bash .. code-block:: bash
git checkout -b LOCAL_BRANCH_NAME REPO_NAME/REMOTE_BRANCH_NAME git checkout -b LOCAL_BRANCH_NAME REPO_NAME/REMOTE_BRANCH_NAME
Other tools that can help you
=============================
* `Yep <http://pypi.python.org/pypi/yep>`_: A module for profiling compiled extensions.
* `autopep8 <http://pypi.python.org/pypi/autopep8/>`_: A tool that automatically formats Python code to conform to the PEP 8 style guide.
* `line_profiler <http://pypi.python.org/pypi/line_profiler/>`_: Line-by-line profiler.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论