diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 3 | ||||
| -rw-r--r-- | docs/index.rst | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 7f4489b..5ceee32 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -206,7 +206,8 @@ autodoc_default_options = { "members": True, "undoc-members": True, "inherited-members": True, - "show-inheritance": True + "show-inheritance": True, + "member-order": "bysource" } nbsphinx_allow_errors = True diff --git a/docs/index.rst b/docs/index.rst index 6052cf5..1ae054f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -73,6 +73,7 @@ Requirements - datashader_ - matplotlib_ - xarray_ + - astunparse_ - **Optionally**: - **Oscilloscope support:** @@ -150,6 +151,7 @@ this support is very appreciated. .. _bokeh: https://bokeh.org .. _datashader: https://datashader.org .. _xarray: https://xarray.pydata.org/en/stable/ +.. _astunparse: https://astunparse.readthedocs.io/ .. _picosdk: https://github.com/picotech/picosdk-python-wrappers/ .. _picoscope: https://github.com/colinoflynn/pico-python .. _chipwhisperer: https://github.com/newaetech/chipwhisperer |
