Skip to content

Commit 21aad9a

Browse files
author
Laurie0131
committed
Added Summary.md
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laurie0131 <[email protected]>
1 parent be7efc5 commit 21aad9a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

SUMMARY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Summary
2+
3+
* [EDK II Python Development Process and Coding Standards Specification](README.md)
4+
* [1 Introduction:](introduction.md)
5+
* [2 Python coding guidelines and tools:](python_coding_guidelines_and_tools.md)
6+
* [3 Development steps and flowchart: ](development_steps_and_flowchart.md)
7+
* [4 Environment setup and example](environment_setup_and_example/README.md)
8+
* [4.1 Install and setup environment](environment_setup_and_example/1_install_and_setup_environment.md)
9+
* [4.2 Create a project configuration file for flake8: ](environment_setup_and_example/2_create_project_configuration_file_for_flake8.md)
10+
* [4.3 Write python code :](environment_setup_and_example/3_write_python_code.md)
11+
* [4.4 Run flake8:](environment_setup_and_example/4_run_flake8.md)
12+
* [4.5 Run mypy for type hints:](environment_setup_and_example/5_run_mypy_for_type_hints.md)
13+
* [4.6 Write a unit test using pytest :](environment_setup_and_example/6_write_unit_test_using_pytest.md)
14+
* [4.7 Generate documents using pydoc:](environment_setup_and_example/7_generate_documents_using_pydoc.md)
15+

0 commit comments

Comments
 (0)