
Rename spike detector -> threshold detector (#1976)

- BREAKING: Rename spike detector -> threshold detector in Python - `spike_detector` is still around, will throw a deprecation error; will be removed 0.9 - this brings Python closer to the C++ API and removes lots of ambiguities in the docs.
Showing
- doc/concepts/cable_cell.rst 1 addition, 1 deletiondoc/concepts/cable_cell.rst
- doc/concepts/cell.rst 1 addition, 1 deletiondoc/concepts/cell.rst
- doc/concepts/decor.rst 7 additions, 7 deletionsdoc/concepts/decor.rst
- doc/concepts/domdec.rst 2 additions, 2 deletionsdoc/concepts/domdec.rst
- doc/concepts/interconnectivity.rst 1 addition, 1 deletiondoc/concepts/interconnectivity.rst
- doc/concepts/probe_sample.rst 2 additions, 2 deletionsdoc/concepts/probe_sample.rst
- doc/concepts/recipe.rst 2 additions, 2 deletionsdoc/concepts/recipe.rst
- doc/dev/communication.rst 1 addition, 1 deletiondoc/dev/communication.rst
- doc/dev/mechanism_abi.rst 1 addition, 1 deletiondoc/dev/mechanism_abi.rst
- doc/python/decor.rst 1 addition, 1 deletiondoc/python/decor.rst
- doc/python/interconnectivity.rst 5 additions, 6 deletionsdoc/python/interconnectivity.rst
- doc/python/simulation.rst 1 addition, 1 deletiondoc/python/simulation.rst
- doc/tutorial/network_ring.rst 1 addition, 1 deletiondoc/tutorial/network_ring.rst
- doc/tutorial/single_cell_allen.rst 2 additions, 2 deletionsdoc/tutorial/single_cell_allen.rst
- doc/tutorial/single_cell_detailed.rst 5 additions, 5 deletionsdoc/tutorial/single_cell_detailed.rst
- doc/tutorial/single_cell_model.rst 5 additions, 5 deletionsdoc/tutorial/single_cell_model.rst
- python/cells.cpp 9 additions, 2 deletionspython/cells.cpp
- python/example/gap_junctions.py 2 additions, 2 deletionspython/example/gap_junctions.py
- python/example/network_ring.py 2 additions, 2 deletionspython/example/network_ring.py
- python/example/network_ring_gpu.py 2 additions, 2 deletionspython/example/network_ring_gpu.py
Please register or sign in to comment