Skip to content

Commit 1c607c8

Browse files
committed
Added search and consolidated regionset docs
1 parent 2a64d24 commit 1c607c8

File tree

3 files changed

+2
-53
lines changed

3 files changed

+2
-53
lines changed

docs/bedbase/user/bbclient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Full usage documentation is available in the Usage documentation is available [B
5353
RegionSet is a Python/Rust/R representation of a BED file. It allows user to compute identifiers, save bed files,
5454
iterate through regions, and perform other operations on the BED file.
5555

56-
How to install and use RegionSet in Python is described in the [RegionSet documentation](../../gtars/python/regionset.md).
56+
How to install and use RegionSet in Python is described in the [RegionSet documentation](../../gtars/models.md).
5757

5858
Quick example:
5959

docs/gtars/python/regionset.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ nav:
186186
- Python:
187187
- Python: gtars/python.md
188188
- Digests: gtars/python/digests.md
189-
- RegionSet: gtars/python/regionset.md
190189
- RefgetStore: gtars/python/refgetstore.md
191190
- Tokenizers: gtars/python/tokenizers.md
192191
- Wasm:
@@ -211,6 +210,7 @@ nav:
211210
- Zheng et al. 2024: manuscripts/zheng2024.md
212211

213212
plugins:
213+
- search
214214
- mkdocs-jupyter:
215215
include:
216216
- geniml/notebooks/assess-universe.ipynb

0 commit comments

Comments
 (0)