Skip to content

Commit

Permalink
Use asterisk footnotes for numpydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Oct 25, 2017
1 parent a8d3e30 commit a06a65c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Bio/SearchIO/BlastIO/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
| +-------------------------+-----------------------------+
| | reference | BlastOutput_reference |
| +-------------------------+-----------------------------+
| | version | BlastOutput_version [1]_ |
| | version | BlastOutput_version [*]_ |
| +-------------------------+-----------------------------+
| | description | Iteration_query-def |
| +-------------------------+-----------------------------+
Expand Down Expand Up @@ -275,7 +275,7 @@
| +-------------------+--------------+
| | bitscore_raw | score |
+-------------+-------------------+--------------+
| HSPFragment | frames | frames [2]_ |
| HSPFragment | frames | frames [*]_ |
| (also via +-------------------+--------------+
| HSP) | aln_span | length |
| +-------------------+--------------+
Expand Down Expand Up @@ -399,9 +399,9 @@
+-----------------+-------------------------+----------------------------------+
.. [1] may be modified
.. [*] may be modified
.. [2] When 'frames' is present, both ``query_frame`` and ``hit_frame`` will be
.. [*] When 'frames' is present, both ``query_frame`` and ``hit_frame`` will be
present as well. It is recommended that you use these instead of 'frames' directly.
"""
Expand Down
4 changes: 2 additions & 2 deletions Bio/SearchIO/BlatIO.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
| | query_start_all | qStarts, start coordinate of each |
| | | query fragment |
| +-------------------------+-----------------------------------+
| | len [1]_ | block count, the number of blocks |
| | len [*]_ | block count, the number of blocks |
| | | in the alignment |
+----------------+-------------------------+-----------------------------------+
| HSPFragment | hit | hit sequence, if present |
Expand Down Expand Up @@ -175,7 +175,7 @@
HSP and HSPFragment documentation for more details on these properties.
.. [1] You can obtain the number of blocks / fragments in the HSP by invoking
.. [*] You can obtain the number of blocks / fragments in the HSP by invoking
``len`` on the HSP
"""
Expand Down

0 comments on commit a06a65c

Please sign in to comment.