Skip to content

Commit

Permalink
Fix remaining small issues with documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Apr 20, 2022
1 parent 33348bc commit 04f23d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ A package recipe for Arch Linux can be found in the Arch User Repository
under the name `python-pyrodigal <https://aur.archlinux.org/packages/python-pyrodigal>`_.
It will always match the latest release from PyPI.

Steps to install on ArchLinux depend on your `AUR helper <https://wiki.archlinux.org/title/AUR_helpers>`_
(``yaourt``, ``aura``, ``yay``, etc.). Steps for ``aura`` are:
Steps to install on ArchLinux depend on your `AUR helper <https://wiki.archlinux.org/title/AUR_helpers>`_
(``yaourt``, ``aura``, ``yay``, etc.). For ``aura``, you'll need to run:

.. console::
.. code:: console
$ aura -A python-pyrodigal
Expand Down
4 changes: 2 additions & 2 deletions pyrodigal/_pyrodigal.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Example:
... record = Bio.SeqIO.read(f, "fasta")
Then use Pyrodigal to find the genes in *metagenomic* mode (without
training first), and then build a map of codon frequencies for each
gene::
training first), for instance to build a map of codon frequencies for
each gene::
>>> from collections import Counter
>>> import pyrodigal
Expand Down

0 comments on commit 04f23d4

Please sign in to comment.