@@ -143,40 +143,48 @@ Containers`_.
143143 Documentation
144144-------------
145145
146- Complete documentation including performance comparisons is available at
146+ Complete documentation for ` Sorted Containers `_ is available at
147147http://www.grantjenks.com/docs/sortedcontainers/
148148
149149User Guide
150150..........
151151
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 .
154154
155155- `Introduction `_
156156- `Performance Comparison `_
157157- `Load Factor Performance Comparison `_
158158- `Runtime Performance Comparison `_
159159- `Simulated Workload Performance Comparison `_
160- - `Implementation Details `_
161160- `Performance at Scale `_
162- - `Developing and Contributing `_
163- - `Release History `_
164161
165162.. _`Introduction` : http://www.grantjenks.com/docs/sortedcontainers/introduction.html
166163.. _`Performance Comparison` : http://www.grantjenks.com/docs/sortedcontainers/performance.html
167164.. _`Load Factor Performance Comparison` : http://www.grantjenks.com/docs/sortedcontainers/performance-load.html
168165.. _`Runtime Performance Comparison` : http://www.grantjenks.com/docs/sortedcontainers/performance-runtime.html
169166.. _`Simulated Workload Performance Comparison` : http://www.grantjenks.com/docs/sortedcontainers/performance-workload.html
170- .. _`Implementation Details` : http://www.grantjenks.com/docs/sortedcontainers/implementation.html
171167.. _`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
173181.. _`Release History` : http://www.grantjenks.com/docs/sortedcontainers/history.html
174182
175183API Documentation
176184.................
177185
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 .
180188
181189- `Sorted List `_
182190- `Sorted Dict `_
@@ -197,8 +205,8 @@ Talks
197205.. _`SF Python Holiday Party 2015 Lightning Talk` : http://www.grantjenks.com/docs/sortedcontainers/sf-python-2015-lightning-talk.html
198206.. _`DjangoCon 2015 Lightning Talk` : http://www.grantjenks.com/docs/sortedcontainers/djangocon-2015-lightning-talk.html
199207
200- Useful Links
201- ------------
208+ Resources
209+ ---------
202210
203211- `Sorted Containers Documentation `_
204212- `Sorted Containers at PyPI `_
0 commit comments