Skip to content

Commit a06a65c

Browse files
committed
Use asterisk footnotes for numpydoc
See numpy/numpydoc#130
1 parent a8d3e30 commit a06a65c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Bio/SearchIO/BlastIO/__init__.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
| +-------------------------+-----------------------------+
5858
| | reference | BlastOutput_reference |
5959
| +-------------------------+-----------------------------+
60-
| | version | BlastOutput_version [1]_ |
60+
| | version | BlastOutput_version [*]_ |
6161
| +-------------------------+-----------------------------+
6262
| | description | Iteration_query-def |
6363
| +-------------------------+-----------------------------+
@@ -275,7 +275,7 @@
275275
| +-------------------+--------------+
276276
| | bitscore_raw | score |
277277
+-------------+-------------------+--------------+
278-
| HSPFragment | frames | frames [2]_ |
278+
| HSPFragment | frames | frames [*]_ |
279279
| (also via +-------------------+--------------+
280280
| HSP) | aln_span | length |
281281
| +-------------------+--------------+
@@ -399,9 +399,9 @@
399399
+-----------------+-------------------------+----------------------------------+
400400
401401
402-
.. [1] may be modified
402+
.. [*] may be modified
403403
404-
.. [2] When 'frames' is present, both ``query_frame`` and ``hit_frame`` will be
404+
.. [*] When 'frames' is present, both ``query_frame`` and ``hit_frame`` will be
405405
present as well. It is recommended that you use these instead of 'frames' directly.
406406
407407
"""

Bio/SearchIO/BlatIO.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
| | query_start_all | qStarts, start coordinate of each |
138138
| | | query fragment |
139139
| +-------------------------+-----------------------------------+
140-
| | len [1]_ | block count, the number of blocks |
140+
| | len [*]_ | block count, the number of blocks |
141141
| | | in the alignment |
142142
+----------------+-------------------------+-----------------------------------+
143143
| HSPFragment | hit | hit sequence, if present |
@@ -175,7 +175,7 @@
175175
HSP and HSPFragment documentation for more details on these properties.
176176
177177
178-
.. [1] You can obtain the number of blocks / fragments in the HSP by invoking
178+
.. [*] You can obtain the number of blocks / fragments in the HSP by invoking
179179
``len`` on the HSP
180180
181181
"""

0 commit comments

Comments
 (0)