Skip to content

using sphinx gallery to add examples to docs automatically #279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ instance/

# Sphinx documentation
docs/_build/
docs/source/_gallery

# PyBuilder
target/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
add\_event\_handler
===================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: CmapFeature.add_event_handler
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
block\_events
=============

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: CmapFeature.block_events
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
buffer
======

.. currentmodule:: fastplotlib.graphics._features

.. autoproperty:: CmapFeature.buffer
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
clear\_event\_handlers
======================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: CmapFeature.clear_event_handlers
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
remove\_event\_handler
======================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: CmapFeature.remove_event_handler
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fastplotlib.graphics.\_features.CmapFeature
===========================================

.. currentmodule:: fastplotlib.graphics._features

.. autoclass:: CmapFeature
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
values
======

.. currentmodule:: fastplotlib.graphics._features

.. autoproperty:: CmapFeature.values
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
add\_event\_handler
===================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: ColorFeature.add_event_handler
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
block\_events
=============

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: ColorFeature.block_events
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
buffer
======

.. currentmodule:: fastplotlib.graphics._features

.. autoproperty:: ColorFeature.buffer
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
clear\_event\_handlers
======================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: ColorFeature.clear_event_handlers
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
remove\_event\_handler
======================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: ColorFeature.remove_event_handler
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fastplotlib.graphics.\_features.ColorFeature
============================================

.. currentmodule:: fastplotlib.graphics._features

.. autoclass:: ColorFeature
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fastplotlib.graphics.\_features.FeatureEvent
============================================

.. currentmodule:: fastplotlib.graphics._features

.. autoclass:: FeatureEvent
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
add\_event\_handler
===================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: GraphicFeatureIndexable.add_event_handler
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
block\_events
=============

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: GraphicFeatureIndexable.block_events
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
buffer
======

.. currentmodule:: fastplotlib.graphics._features

.. autoproperty:: GraphicFeatureIndexable.buffer
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
clear\_event\_handlers
======================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: GraphicFeatureIndexable.clear_event_handlers
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
remove\_event\_handler
======================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: GraphicFeatureIndexable.remove_event_handler
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fastplotlib.graphics.\_features.GraphicFeatureIndexable
=======================================================

.. currentmodule:: fastplotlib.graphics._features

.. autoclass:: GraphicFeatureIndexable
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
add\_event\_handler
===================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: GraphicFeature.add_event_handler
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
block\_events
=============

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: GraphicFeature.block_events
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
clear\_event\_handlers
======================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: GraphicFeature.clear_event_handlers
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
remove\_event\_handler
======================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: GraphicFeature.remove_event_handler
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fastplotlib.graphics.\_features.GraphicFeature
==============================================

.. currentmodule:: fastplotlib.graphics._features

.. autoclass:: GraphicFeature
1 change: 1 addition & 0 deletions docs/source/api/graphic_features/HeatmapCmapFeature.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ Methods
HeatmapCmapFeature.block_events
HeatmapCmapFeature.clear_event_handlers
HeatmapCmapFeature.remove_event_handler
HeatmapCmapFeature.reset_vmin_vmax

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
add\_event\_handler
===================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: HeatmapCmapFeature.add_event_handler
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
block\_events
=============

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: HeatmapCmapFeature.block_events
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
clear\_event\_handlers
======================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: HeatmapCmapFeature.clear_event_handlers
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
remove\_event\_handler
======================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: HeatmapCmapFeature.remove_event_handler
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
reset\_vmin\_vmax
=================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: HeatmapCmapFeature.reset_vmin_vmax
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fastplotlib.graphics.\_features.HeatmapCmapFeature
==================================================

.. currentmodule:: fastplotlib.graphics._features

.. autoclass:: HeatmapCmapFeature
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
vmax
====

.. currentmodule:: fastplotlib.graphics._features

.. autoproperty:: HeatmapCmapFeature.vmax
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
vmin
====

.. currentmodule:: fastplotlib.graphics._features

.. autoproperty:: HeatmapCmapFeature.vmin
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
add\_event\_handler
===================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: HeatmapDataFeature.add_event_handler
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
block\_events
=============

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: HeatmapDataFeature.block_events
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
buffer
======

.. currentmodule:: fastplotlib.graphics._features

.. autoproperty:: HeatmapDataFeature.buffer
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
clear\_event\_handlers
======================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: HeatmapDataFeature.clear_event_handlers
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
remove\_event\_handler
======================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: HeatmapDataFeature.remove_event_handler
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fastplotlib.graphics.\_features.HeatmapDataFeature
==================================================

.. currentmodule:: fastplotlib.graphics._features

.. autoclass:: HeatmapDataFeature
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
update\_gpu
===========

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: HeatmapDataFeature.update_gpu
1 change: 1 addition & 0 deletions docs/source/api/graphic_features/ImageCmapFeature.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ Methods
ImageCmapFeature.block_events
ImageCmapFeature.clear_event_handlers
ImageCmapFeature.remove_event_handler
ImageCmapFeature.reset_vmin_vmax

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
add\_event\_handler
===================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: ImageCmapFeature.add_event_handler
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
block\_events
=============

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: ImageCmapFeature.block_events
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
clear\_event\_handlers
======================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: ImageCmapFeature.clear_event_handlers
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
remove\_event\_handler
======================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: ImageCmapFeature.remove_event_handler
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
reset\_vmin\_vmax
=================

.. currentmodule:: fastplotlib.graphics._features

.. automethod:: ImageCmapFeature.reset_vmin_vmax
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fastplotlib.graphics.\_features.ImageCmapFeature
================================================

.. currentmodule:: fastplotlib.graphics._features

.. autoclass:: ImageCmapFeature
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
vmax
====

.. currentmodule:: fastplotlib.graphics._features

.. autoproperty:: ImageCmapFeature.vmax
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy