@@ -32,20 +32,19 @@ of documentation fix), then feel free to open a PR without discussion.
32
32
33
33
### The small print
34
34
35
- Contributions made by corporations are covered by a different agreement than
36
- the one above, the
37
- [ Software Grant and Corporate Contributor License Agreement] (
38
- https://cla.developers.google.com/about/google-corporate ).
35
+ Contributions made by corporations are covered by a different agreement than the
36
+ one above, see the
37
+ [ Software Grant and Corporate Contributor License Agreement] ( https://cla.developers.google.com/about/google-corporate ) .
39
38
40
39
### Tools needed for development
41
40
42
- 1 . [ Bazel] ( https://bazel.build/ ) is the tool to build and test Keras project.
43
- See [ installtation guild ] ( https://docs.bazel.build/versions/4.0.0/install.html )
44
- for how to install and config bazel for your local environment.
45
- 2 . [ git] ( https://github.com/ ) for code repository management.
46
- 3 . [ python] ( https://www.python.org/ ) for build and test Keras project .
41
+ 1 . [ Bazel] ( https://bazel.build/ ) is the tool to build and test Keras. See the
42
+ [ installation guide ] ( https://docs.bazel.build/versions/4.0.0/install.html )
43
+ for how to install and config bazel for your local environment.
44
+ 2 . [ git] ( https://github.com/ ) for code repository management.
45
+ 3 . [ python] ( https://www.python.org/ ) to build and code in Keras .
47
46
48
- ### Setup and check local workspace
47
+ ### Setup and configure local workspace
49
48
50
49
Using Apple Mac as an example (and linux will be very similar), the following
51
50
commands set up and check the configuration of a local workspace.
@@ -69,7 +68,7 @@ scottzhu-macbookpro2:~ scottzhu$ mkdir workspace
69
68
scottzhu-macbookpro2:~ scottzhu$ cd workspace/
70
69
```
71
70
72
- ### Download keras code and setup virtual environment
71
+ ### Download code and set up virtual environment
73
72
74
73
A [ Python virtual environment] ( https://docs.python.org/3/tutorial/venv.html ) is a
75
74
powerful tool to create a self-contained environment that isolates any change
@@ -137,7 +136,7 @@ INFO: Build completed successfully, 20 total actions
137
136
INFO: Build completed successfully, 20 total actions
138
137
```
139
138
140
- ### Creating PR and wait for review
139
+ ### Create a PR and wait for review
141
140
142
141
Once the local change is made and verified with tests, you can open a PR in
143
142
[ keras-team/keras] ( https://github.com/keras-team/keras ) . After the PR is sent,
0 commit comments