Skip to content

Commit a8d3e30

Browse files
committed
Fix RST footnotes
1 parent d2d33f2 commit a8d3e30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Bio/SearchIO/BlastIO/__init__.py

Lines changed: 2 additions & 2 deletions
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 [1]_ |
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 [2]_ |
279279
| (also via +-------------------+--------------+
280280
| HSP) | aln_span | length |
281281
| +-------------------+--------------+

Bio/SearchIO/BlatIO.py

Lines changed: 1 addition & 1 deletion
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 [1]_ | block count, the number of blocks |
141141
| | | in the alignment |
142142
+----------------+-------------------------+-----------------------------------+
143143
| HSPFragment | hit | hit sequence, if present |

0 commit comments

Comments
 (0)