@@ -143,40 +143,48 @@ Containers`_.
143
143
Documentation
144
144
-------------
145
145
146
- Complete documentation including performance comparisons is available at
146
+ Complete documentation for ` Sorted Containers `_ is available at
147
147
http://www.grantjenks.com/docs/sortedcontainers/
148
148
149
149
User Guide
150
150
..........
151
151
152
- For those wanting more details, this part of the documentation describes
153
- introduction, implementation, performance, and development .
152
+ The user guide provides an introduction to ` Sorted Containers `_ and extensive
153
+ performance comparisons and analysis .
154
154
155
155
- `Introduction `_
156
156
- `Performance Comparison `_
157
157
- `Load Factor Performance Comparison `_
158
158
- `Runtime Performance Comparison `_
159
159
- `Simulated Workload Performance Comparison `_
160
- - `Implementation Details `_
161
160
- `Performance at Scale `_
162
- - `Developing and Contributing `_
163
- - `Release History `_
164
161
165
162
.. _`Introduction` : http://www.grantjenks.com/docs/sortedcontainers/introduction.html
166
163
.. _`Performance Comparison` : http://www.grantjenks.com/docs/sortedcontainers/performance.html
167
164
.. _`Load Factor Performance Comparison` : http://www.grantjenks.com/docs/sortedcontainers/performance-load.html
168
165
.. _`Runtime Performance Comparison` : http://www.grantjenks.com/docs/sortedcontainers/performance-runtime.html
169
166
.. _`Simulated Workload Performance Comparison` : http://www.grantjenks.com/docs/sortedcontainers/performance-workload.html
170
- .. _`Implementation Details` : http://www.grantjenks.com/docs/sortedcontainers/implementation.html
171
167
.. _`Performance at Scale` : http://www.grantjenks.com/docs/sortedcontainers/performance-scale.html
172
- .. _`Developing and Contributing` : http://www.grantjenks.com/docs/sortedcontainers/development.html
168
+
169
+ Community Guide
170
+ ...............
171
+
172
+ The community guide provides information on the development of `Sorted
173
+ Containers `_ along with support, implementation, and history details.
174
+
175
+ - `Development and Support `_
176
+ - `Implementation Details `_
177
+ - `Release History `_
178
+
179
+ .. _`Development and Support` : http://www.grantjenks.com/docs/sortedcontainers/development.html
180
+ .. _`Implementation Details` : http://www.grantjenks.com/docs/sortedcontainers/implementation.html
173
181
.. _`Release History` : http://www.grantjenks.com/docs/sortedcontainers/history.html
174
182
175
183
API Documentation
176
184
.................
177
185
178
- If you are looking for information on a specific function, class or method,
179
- this part of the documentation is for you .
186
+ The API documentation provides information on specific functions, classes, and
187
+ modules in the ` Sorted Containers `_ package .
180
188
181
189
- `Sorted List `_
182
190
- `Sorted Dict `_
@@ -197,8 +205,8 @@ Talks
197
205
.. _`SF Python Holiday Party 2015 Lightning Talk` : http://www.grantjenks.com/docs/sortedcontainers/sf-python-2015-lightning-talk.html
198
206
.. _`DjangoCon 2015 Lightning Talk` : http://www.grantjenks.com/docs/sortedcontainers/djangocon-2015-lightning-talk.html
199
207
200
- Useful Links
201
- ------------
208
+ Resources
209
+ ---------
202
210
203
211
- `Sorted Containers Documentation `_
204
212
- `Sorted Containers at PyPI `_
0 commit comments