Skip to content

Commit

Permalink
Update the docs for new modules (#39)
Browse files Browse the repository at this point in the history
* Update the docs for new modules
  • Loading branch information
nh13 authored May 10, 2023
1 parent 0228348 commit 5ef0f5e
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
build:
image: latest
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.7"
sphinx:
configuration: docs/conf.py
python:
version: 3.7
install:
- method: pip
path: .
Expand Down
49 changes: 45 additions & 4 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ FGPYO
API
===

SAM/BAM/CRAM files
==================

.. automodule:: fgpyo.sam
:members:

FASTA files
===========

.. automodule:: fgpyo.fasta
:members:

Metric files
============

Expand All @@ -19,12 +31,29 @@ Metric files
https://www.attrs.org/en/stable/examples.html

The attrs website for bringing back the joy to writing classes.


Read Structures
===============

SAM/BAM/CRAM files
==================
.. automodule:: fgpyo.read_structure
:members:

.. automodule:: fgpyo.sam
.. seealso::

https://github.com/fulcrumgenomics/fgbio/wiki/Read-Structures

The fgbio wiki for an explanation of Read Structures.

Manipulating DNA and RNA Sequences
==================================

.. automodule:: fgpyo.sequence
:members:

Collections
===========

.. automodule:: fgpyo.c
:members:

Logging
Expand All @@ -38,3 +67,15 @@ IO

.. automodule:: fgpyo.io
:members:

Utility Functions
=================

.. automodule:: fgpyo.util.inspect
:members:

.. automodule:: fgpyo.util.string
:members:

.. automodule:: fgpyo.util.types
:members:

0 comments on commit 5ef0f5e

Please sign in to comment.