Files
biopython/Doc/cookbook
Peter J. A. Cock 0d10da94c9 Fix pycon formatting in legacy markdown file
New release blacken-docs v1.18.0 tries to parse this
markdown file, which had a lot of invalid pycon lines
(mostly missing ... on multi-line statements).

This also flagged some invalid indentation in the
rather long class examples, and some Python 2 style
print statements.

We should perhaps review and/or delete this file?
2024-07-03 17:27:21 +09:00
..

This is a directory to hold "cookbook" style documentation -- small,
single-purpose documents that describe a particular aspect of
Biopython. This is meant as an alternative to the large Tutorial
style documentation which can be daunting to maintain and keep up
to date.

Since these are all independent -- they can be written in any
style you find convenient, as long as it can be used to produce
something displayable on the web (HTML or PDF).

We welcome contributions about any aspect of Biopython. Please feel
free to discuss on our mailing list (biopython@biopython.org).