Skip to content

Commit d0b8bb1

Browse files
clewis7kushalkolar
andauthored
add user guide (#513)
* start guide based on new API changes * Update guide.rst * progress on guide * guide updates * add spaces and interactive use sections * add selectors to guide * guide updates * rough draft * Apply suggestions from code review Co-authored-by: Kushal Kolar <kushalkolar@gmail.com> * update guide --------- Co-authored-by: Kushal Kolar <kushalkolar@gmail.com>
1 parent 0edfe7f commit d0b8bb1

File tree

9 files changed

+580
-1
lines changed

9 files changed

+580
-1
lines changed
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
intersphinx_mapping = {
101101
"python": ("https://docs.python.org/3", None),
102102
"numpy": ("https://numpy.org/doc/stable/", None),
103-
"pygfx": ("https://pygfx.com/latest", None),
103+
"pygfx": ("https://pygfx.com/stable", None),
104104
"wgpu": ("https://wgpu-py.readthedocs.io/en/latest", None),
105105
}
106106

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Welcome to fastplotlib's documentation!
55
:caption: User Guide
66
:maxdepth: 2
77

8+
Guide <user_guide/guide.rst>
89
GPU Info <user_guide/gpu>
910

1011
.. toctree::

docs/source/user_guide/guide.rst

Lines changed: 560 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)