Skip to content

Commit 8826cce

Browse files
committed
Update perf pages with link to init
1 parent 8766afd commit 8826cce

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

docs/performance-load.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Graphs comparing :doc:`sortedlist` performance.
4040
__init__
4141
........
4242

43-
Initializing with a list of random numbers.
43+
Initializing with a list of random numbers using :func:`SortedList.__init__`.
4444

4545
.. image:: _static/SortedList_load-init.png
4646

@@ -131,7 +131,8 @@ Graphs comparing :doc:`sorteddict` performance.
131131
__init__
132132
........
133133

134-
Initializing with a list of pairs of random numbers.
134+
Initializing with a list of pairs of random numbers using
135+
:func:`SortedDict.__init__`.
135136

136137
.. image:: _static/SortedDict_load-init.png
137138

@@ -187,7 +188,7 @@ Graphs comparing :doc:`sortedset` performance.
187188
__init__
188189
........
189190

190-
Initializing with a list of random numbers.
191+
Initializing with a list of random numbers using :func:`SortedSet.__init__`.
191192

192193
.. image:: _static/SortedSet_load-init.png
193194

docs/performance-runtime.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Graphs comparing :doc:`sortedlist` performance.
4242
__init__
4343
........
4444

45-
Initializing with a list of random numbers.
45+
Initializing with a list of random numbers using :func:`SortedList.__init__`.
4646

4747
.. image:: _static/SortedList_runtime-init.png
4848

@@ -131,7 +131,8 @@ Graphs comparing :doc:`sorteddict` performance.
131131
__init__
132132
........
133133

134-
Initializing with a list of pairs of random numbers.
134+
Initializing with a list of pairs of random numbers using
135+
:func:`SortedDict.__init__`.
135136

136137
.. image:: _static/SortedDict_runtime-init.png
137138

@@ -187,7 +188,7 @@ Graphs comparing :doc:`sortedset` performance.
187188
__init__
188189
........
189190

190-
Initializing with a list of random numbers.
191+
Initializing with a list of random numbers using :func:`SortedSet.__init__`.
191192

192193
.. image:: _static/SortedSet_runtime-init.png
193194

docs/performance.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Graphs comparing :doc:`sortedlist` performance.
141141
__init__
142142
........
143143

144-
Initializing with a list of random numbers.
144+
Initializing with a list of random numbers using :func:`SortedList.__init__`.
145145

146146
.. image:: _static/SortedList-init.png
147147

@@ -230,7 +230,8 @@ Graphs comparing :doc:`sorteddict` performance.
230230
__init__
231231
........
232232

233-
Initializing with a list of pairs of random numbers.
233+
Initializing with a list of pairs of random numbers using
234+
:func:`SortedDict.__init__`.
234235

235236
.. image:: _static/SortedDict-init.png
236237

@@ -286,7 +287,7 @@ Graphs comparing :doc:`sortedset` performance.
286287
__init__
287288
........
288289

289-
Initializing with a list of random numbers.
290+
Initializing with a list of random numbers using :func:`SortedSet.__init__`.
290291

291292
.. image:: _static/SortedSet-init.png
292293

0 commit comments

Comments
 (0)