3333
3434< li > < a href ="./index.html "> Overview</ a > </ li >
3535< li >
36- < a href ="./python/python .html "> python Rules </ a >
36+ < a href ="./python/pip .html "> Import pip requirements into Bazel. </ a >
3737 < ul >
3838 </ ul >
3939</ li >
4040< li > < a href ="./index.html "> Overview</ a > </ li >
4141< li >
42- < a href ="./python/pip .html "> Import pip requirements into Bazel. </ a >
42+ < a href ="./python/python .html "> python Rules </ a >
4343 < ul >
4444 </ ul >
4545</ li >
@@ -62,13 +62,13 @@ <h1>Overview</h1>
6262< nav class ="toc ">
6363 < h2 > Rule sets</ h2 >
6464 < ul >
65- < li > < a href ="#python "> python Rules</ a > </ li >
6665 < li > < a href ="#pip "> Import pip requirements into Bazel.</ a > </ li >
66+ < li > < a href ="#python "> python Rules</ a > </ li >
6767 < li > < a href ="#whl "> Import .whl files into Bazel.</ a > </ li >
6868 </ ul >
6969</ nav >
7070
71- < h2 > < a href ="./python/python .html "> python Rules </ a > </ h2 >
71+ < h2 > < a href ="./python/pip .html "> Import pip requirements into Bazel. </ a > </ h2 >
7272
7373< h3 > Macros</ h3 >
7474< table class ="overview-table ">
@@ -79,40 +79,38 @@ <h3>Macros</h3>
7979 < tbody >
8080 < tr >
8181 < td >
82- < a href ="./python/python.html#py_library ">
83- < code > py_library</ code >
84- </ a >
85- </ td >
86- < td >
87- < p > See the Bazel core py_library documentation.</ p >
88-
89- </ td >
90- </ tr >
91- < tr >
92- < td >
93- < a href ="./python/python.html#py_binary ">
94- < code > py_binary</ code >
82+ < a href ="./python/pip.html#pip_repositories ">
83+ < code > pip_repositories</ code >
9584 </ a >
9685 </ td >
9786 < td >
98- < p > See the Bazel core py_binary documentation .</ p >
87+ < p > Pull in dependencies needed for pulling in pip dependencies .</ p >
9988
10089 </ td >
10190 </ tr >
91+ </ tbody >
92+ </ table >
93+ < h3 > Repository Rules</ h3 >
94+ < table class ="overview-table ">
95+ < colgroup >
96+ < col class ="col-name " />
97+ < col class ="col-description " />
98+ </ colgroup >
99+ < tbody >
102100 < tr >
103101 < td >
104- < a href ="./python/python .html#py_test ">
105- < code > py_test </ code >
102+ < a href ="./python/pip .html#pip_import ">
103+ < code > pip_import </ code >
106104 </ a >
107105 </ td >
108106 < td >
109- < p > See the Bazel core py_test documentation .</ p >
107+ < p > A rule for importing <code>requirements.txt</code> dependencies into Bazel .</ p >
110108
111109 </ td >
112110 </ tr >
113111 </ tbody >
114112</ table >
115- < h2 > < a href ="./python/pip .html "> Import pip requirements into Bazel. </ a > </ h2 >
113+ < h2 > < a href ="./python/python .html "> python Rules </ a > </ h2 >
116114
117115< h3 > Macros</ h3 >
118116< table class ="overview-table ">
@@ -123,32 +121,34 @@ <h3>Macros</h3>
123121 < tbody >
124122 < tr >
125123 < td >
126- < a href ="./python/pip .html#pip_repositories ">
127- < code > pip_repositories </ code >
124+ < a href ="./python/python .html#py_library ">
125+ < code > py_library </ code >
128126 </ a >
129127 </ td >
130128 < td >
131- < p > Pull in dependencies needed for pulling in pip dependencies .</ p >
129+ < p > See the Bazel core py_library documentation .</ p >
132130
133131 </ td >
134132 </ tr >
135- </ tbody >
136- </ table >
137- < h3 > Repository Rules</ h3 >
138- < table class ="overview-table ">
139- < colgroup >
140- < col class ="col-name " />
141- < col class ="col-description " />
142- </ colgroup >
143- < tbody >
144133 < tr >
145134 < td >
146- < a href ="./python/pip .html#pip_import ">
147- < code > pip_import </ code >
135+ < a href ="./python/python .html#py_binary ">
136+ < code > py_binary </ code >
148137 </ a >
149138 </ td >
150139 < td >
151- < p > A rule for importing <code>requirements.txt</code> dependencies into Bazel.</ p >
140+ < p > See the Bazel core py_binary documentation.</ p >
141+
142+ </ td >
143+ </ tr >
144+ < tr >
145+ < td >
146+ < a href ="./python/python.html#py_test ">
147+ < code > py_test</ code >
148+ </ a >
149+ </ td >
150+ < td >
151+ < p > See the Bazel core py_test documentation.</ p >
152152
153153 </ td >
154154 </ tr >
0 commit comments