diff options
| author | J08nY | 2020-12-17 00:10:11 +0100 |
|---|---|---|
| committer | J08nY | 2020-12-17 00:10:11 +0100 |
| commit | ebf81fd14909a9d53e7f0ef957a526397cbf1b00 (patch) | |
| tree | 41a5a9087cde11741ec1e533dbf1145257be8fdd /docs | |
| parent | a9c2acccedbd260f66dab3a615f3ead76e861da9 (diff) | |
| download | pyecsca-ebf81fd14909a9d53e7f0ef957a526397cbf1b00.tar.gz pyecsca-ebf81fd14909a9d53e7f0ef957a526397cbf1b00.tar.zst pyecsca-ebf81fd14909a9d53e7f0ef957a526397cbf1b00.zip | |
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 |
