Skip to content

Commit 6a4cce3

Browse files
committed
Update documentation and docstrings.
1 parent eb5df42 commit 6a4cce3

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/source/client.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ The `client` module provides the main interface for interacting with LOVD databa
44

55
## Overview
66

7-
The `LOVDClient` class serves as the entry point to LOVDTools' API client. It is almost certainly the class with which you will most frequently interact.
7+
The `LOVDClient` class serves as the entry point to LOVDTools' API client. It is
8+
almost certainly the class with which you will most frequently interact.
89

910
## Basic Usage
1011

@@ -31,4 +32,4 @@ filtered_variants = client.get_variants_for_genes(
3132
:members:
3233
:undoc-members:
3334
:show-inheritance:
34-
```
35+
```

src/lovd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# : package metadata
3737
__author__ = "Caleb Rice"
3838
__email__ = "hyletic@proton.me"
39-
__version__ = "0.1.0-dev6"
39+
__version__ = "0.1.0-dev8"
4040

4141

4242
__all__ = [

src/lovd/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
LOVD Client
33
===========
44
5-
This module defines and implements an interface for querying the global
6-
shared Leiden Open Variants Database (LOVD) instance.
5+
This module defines and implements an interface for querying the Global
6+
Variome shared Leiden Open Variants Database (LOVD) instance.
77
88
"""
99
from __future__ import annotations

0 commit comments

Comments
 (0)