Skip to content

Commit c5e9b33

Browse files
committed
Simplified drawing operations. Updated docs. Added examples
1 parent 1102f77 commit c5e9b33

File tree

9 files changed

+305
-103
lines changed

9 files changed

+305
-103
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ gw.add_track("variants.vcf")
2929
gw.add_region("chr1", 1000000, 1100000)
3030

3131
# Render and save
32-
gw.draw()
3332
gw.save_png("output.png")
3433
```
3534

docs/_config.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,41 @@ url: "https://kcleal.github.io"
1111

1212
aux_links:
1313
GitHub Repository: "https://github.com/kcleal/gwplot"
14+
15+
# Navigation Order
16+
nav_sort: case_insensitive
17+
nav_order: 1
18+
19+
# Sidebar navigation
20+
nav:
21+
- title: Home
22+
url: /index.html
23+
nav_order: 1
24+
- title: Installation
25+
url: /docs/Install.html
26+
nav_order: 2
27+
- title: Quick Start
28+
url: /docs/quickstart.html
29+
nav_order: 3
30+
- title: API Reference
31+
url: /docs/API.html
32+
nav_order: 4
33+
children:
34+
- title: Gw
35+
url: /docs/API.html#gw-class
36+
- title: Loading data
37+
url: /docs/API.html#loading-data
38+
- title: Managing regions
39+
url: /docs/API.html#managing-regions
40+
- title: Visualisation
41+
url: /docs/API.html#visualisation
42+
- title: Saving images
43+
url: /docs/API.html#saving-images
44+
- title: Display settings
45+
url: /docs/API.html#saving-images
46+
- title: Configure
47+
url: /docs/API.html#configuration-properties
48+
- title: Interactive controls
49+
url: /docs/API.html#interactive-controls
50+
- title: GwPalette
51+
url: /docs/API.html#gwpalette-class

0 commit comments

Comments
 (0)