.gitignore
LICENSE
MANIFEST.in
README.rst
rtd-requirements.txt
setup.cfg
setup.py
.github/workflows/python-test-conda.yml
brian2tools/__init__.py
brian2tools.egg-info/PKG-INFO
brian2tools.egg-info/SOURCES.txt
brian2tools.egg-info/dependency_links.txt
brian2tools.egg-info/requires.txt
brian2tools.egg-info/top_level.txt
brian2tools/baseexport/__init__.py
brian2tools/baseexport/collector.py
brian2tools/baseexport/device.py
brian2tools/baseexport/helper.py
brian2tools/mdexport/__init__.py
brian2tools/mdexport/expander.py
brian2tools/mdexport/mdexporter.py
brian2tools/nmlexport/LEMSUnitsConstants.xml
brian2tools/nmlexport/NeuroMLCoreDimensions.xml
brian2tools/nmlexport/__init__.py
brian2tools/nmlexport/lemsexport.py
brian2tools/nmlexport/lemsrendering.py
brian2tools/nmlexport/supporting.py
brian2tools/nmlimport/__init__.py
brian2tools/nmlimport/helper.py
brian2tools/nmlimport/nml.py
brian2tools/nmlutils/__init__.py
brian2tools/nmlutils/utils.py
brian2tools/plotting/__init__.py
brian2tools/plotting/base.py
brian2tools/plotting/data.py
brian2tools/plotting/morphology.py
brian2tools/plotting/synapses.py
brian2tools/tests/__init__.py
brian2tools/tests/testScript.py
brian2tools/tests/test_baseexport.py
brian2tools/tests/test_mdexport.py
brian2tools/tests/test_nmlexport.py
brian2tools/tests/test_nmlimport.py
brian2tools/tests/test_plotting.py
brian2tools/tests/samples/sample1.cell.nml
dev/conda-recipe/meta.yaml
dev/continuous-integration/conda-server-push.py
dev/doc_tools/plotting_examples/51-2a.CNG.swc
dev/doc_tools/plotting_examples/activity_plots.py
dev/doc_tools/plotting_examples/morphology_plots.py
dev/doc_tools/plotting_examples/synapses_plots.py
dev/release/prepare_release.py
dev/release/upload_to_pypi.py
docs_sphinx/Makefile
docs_sphinx/conf.py
docs_sphinx/index.rst
docs_sphinx/make.bat
docs_sphinx/release_notes.rst
docs_sphinx/developer/coding.rst
docs_sphinx/developer/index.rst
docs_sphinx/developer/mdexporter.rst
docs_sphinx/developer/nmlexporter.rst
docs_sphinx/developer/releases.rst
docs_sphinx/images/brian_plot_multiple_synapses.png
docs_sphinx/images/brian_plot_rate_mon.svg
docs_sphinx/images/brian_plot_spike_mon.png
docs_sphinx/images/brian_plot_state_mon.svg
docs_sphinx/images/brian_plot_state_mon_view.svg
docs_sphinx/images/brian_plot_synapses.png
docs_sphinx/images/brian_plot_synapses_big.png
docs_sphinx/images/plot_dendrogram.svg
docs_sphinx/images/plot_morphology_2d.svg
docs_sphinx/images/plot_morphology_3d.png
docs_sphinx/images/plot_morphology_3d_diameters.png
docs_sphinx/images/plot_morphology_values_2d.svg
docs_sphinx/images/plot_morphology_values_2d_custom.svg
docs_sphinx/images/plot_morphology_values_3d.png
docs_sphinx/images/plot_raster.png
docs_sphinx/images/plot_rate.svg
docs_sphinx/images/plot_state.svg
docs_sphinx/images/plot_synapses_connections.svg
docs_sphinx/images/plot_synapses_weights_custom.png
docs_sphinx/images/plot_synapses_weights_delays.svg
docs_sphinx/images/pyramidal_morphology.png
docs_sphinx/reference/brian2.__init__.check_cache.rst
docs_sphinx/reference/brian2.__init__.clear_cache.rst
docs_sphinx/reference/brian2.codegen.codeobject.CodeObject.rst
docs_sphinx/reference/brian2.codegen.codeobject.check_compiler_kwds.rst
docs_sphinx/reference/brian2.codegen.codeobject.constant_or_scalar.rst
docs_sphinx/reference/brian2.codegen.codeobject.create_runner_codeobj.rst
docs_sphinx/reference/brian2.codegen.cpp_prefs.get_compiler_and_args.rst
docs_sphinx/reference/brian2.codegen.cpp_prefs.update_for_cross_compilation.rst
docs_sphinx/reference/brian2.codegen.generators.GSL_generator.GSLCodeGenerator.rst
docs_sphinx/reference/brian2.codegen.generators.GSL_generator.GSLCythonCodeGenerator.rst
docs_sphinx/reference/brian2.codegen.generators.GSL_generator.GSLWeaveCodeGenerator.rst
docs_sphinx/reference/brian2.codegen.generators.GSL_generator.valid_gsl_dir.rst
docs_sphinx/reference/brian2.codegen.generators.base.CodeGenerator.rst
docs_sphinx/reference/brian2.codegen.generators.cpp_generator.CPPCodeGenerator.rst
docs_sphinx/reference/brian2.codegen.generators.cpp_generator.c_data_type.rst
docs_sphinx/reference/brian2.codegen.generators.cython_generator.CythonCodeGenerator.rst
docs_sphinx/reference/brian2.codegen.generators.cython_generator.CythonNodeRenderer.rst
docs_sphinx/reference/brian2.codegen.generators.cython_generator.get_cpp_dtype.rst
docs_sphinx/reference/brian2.codegen.generators.cython_generator.get_numpy_dtype.rst
docs_sphinx/reference/brian2.codegen.generators.numpy_generator.NumpyCodeGenerator.rst
docs_sphinx/reference/brian2.codegen.generators.numpy_generator.VectorisationError.rst
docs_sphinx/reference/brian2.codegen.generators.numpy_generator.ceil_func.rst
docs_sphinx/reference/brian2.codegen.generators.numpy_generator.clip_func.rst
docs_sphinx/reference/brian2.codegen.generators.numpy_generator.floor_func.rst
docs_sphinx/reference/brian2.codegen.generators.numpy_generator.int_func.rst
docs_sphinx/reference/brian2.codegen.generators.numpy_generator.rand_func.rst
docs_sphinx/reference/brian2.codegen.generators.numpy_generator.randn_func.rst
docs_sphinx/reference/brian2.codegen.generators.rst
docs_sphinx/reference/brian2.codegen.optimisation.ArithmeticSimplifier.rst
docs_sphinx/reference/brian2.codegen.optimisation.Simplifier.rst
docs_sphinx/reference/brian2.codegen.optimisation.cancel_identical_terms.rst
docs_sphinx/reference/brian2.codegen.optimisation.collect.rst
docs_sphinx/reference/brian2.codegen.optimisation.collect_commutative.rst
docs_sphinx/reference/brian2.codegen.optimisation.evaluate_expr.rst
docs_sphinx/reference/brian2.codegen.optimisation.expression_complexity.rst
docs_sphinx/reference/brian2.codegen.optimisation.optimise_statements.rst
docs_sphinx/reference/brian2.codegen.optimisation.reduced_node.rst
docs_sphinx/reference/brian2.codegen.permutation_analysis.OrderDependenceError.rst
docs_sphinx/reference/brian2.codegen.permutation_analysis.check_for_order_independence.rst
docs_sphinx/reference/brian2.codegen.rst
docs_sphinx/reference/brian2.codegen.runtime.GSLcython_rt.GSLcython_rt.GSLCompileError.rst
docs_sphinx/reference/brian2.codegen.runtime.GSLcython_rt.GSLcython_rt.GSLCythonCodeObject.rst
docs_sphinx/reference/brian2.codegen.runtime.GSLcython_rt.GSLcython_rt.IntegrationError.rst
docs_sphinx/reference/brian2.codegen.runtime.GSLcython_rt.rst
docs_sphinx/reference/brian2.codegen.runtime.GSLweave_rt.GSLweave_rt.GSLCompileError.rst
docs_sphinx/reference/brian2.codegen.runtime.GSLweave_rt.GSLweave_rt.GSLWeaveCodeObject.rst
docs_sphinx/reference/brian2.codegen.runtime.GSLweave_rt.rst
docs_sphinx/reference/brian2.codegen.runtime.cython_rt.cython_rt.CythonCodeObject.rst
docs_sphinx/reference/brian2.codegen.runtime.cython_rt.extension_manager.CythonExtensionManager.rst
docs_sphinx/reference/brian2.codegen.runtime.cython_rt.extension_manager.cython_extension_manager.rst
docs_sphinx/reference/brian2.codegen.runtime.cython_rt.extension_manager.get_cython_cache_dir.rst
docs_sphinx/reference/brian2.codegen.runtime.cython_rt.extension_manager.get_cython_extensions.rst
docs_sphinx/reference/brian2.codegen.runtime.cython_rt.extension_manager.simplify_path_env_var.rst
docs_sphinx/reference/brian2.codegen.runtime.cython_rt.rst
docs_sphinx/reference/brian2.codegen.runtime.numpy_rt.numpy_rt.LazyArange.rst
docs_sphinx/reference/brian2.codegen.runtime.numpy_rt.numpy_rt.NumpyCodeObject.rst
docs_sphinx/reference/brian2.codegen.runtime.numpy_rt.rst
docs_sphinx/reference/brian2.codegen.runtime.rst
docs_sphinx/reference/brian2.codegen.runtime.weave_rt.rst
docs_sphinx/reference/brian2.codegen.runtime.weave_rt.weave_rt.WeaveCodeGenerator.rst
docs_sphinx/reference/brian2.codegen.runtime.weave_rt.weave_rt.WeaveCodeObject.rst
docs_sphinx/reference/brian2.codegen.runtime.weave_rt.weave_rt.get_weave_cache_dir.rst
docs_sphinx/reference/brian2.codegen.runtime.weave_rt.weave_rt.get_weave_extensions.rst
docs_sphinx/reference/brian2.codegen.runtime.weave_rt.weave_rt.weave_data_type.rst
docs_sphinx/reference/brian2.codegen.statements.Statement.rst
docs_sphinx/reference/brian2.codegen.templates.CodeObjectTemplate.rst
docs_sphinx/reference/brian2.codegen.templates.LazyTemplateLoader.rst
docs_sphinx/reference/brian2.codegen.templates.MultiTemplate.rst
docs_sphinx/reference/brian2.codegen.templates.Templater.rst
docs_sphinx/reference/brian2.codegen.templates.autoindent.rst
docs_sphinx/reference/brian2.codegen.templates.autoindent_postfilter.rst
docs_sphinx/reference/brian2.codegen.templates.variables_to_array_names.rst
docs_sphinx/reference/brian2.codegen.translation.LineInfo.rst
docs_sphinx/reference/brian2.codegen.translation.analyse_identifiers.rst
docs_sphinx/reference/brian2.codegen.translation.get_identifiers_recursively.rst
docs_sphinx/reference/brian2.codegen.translation.is_scalar_expression.rst
docs_sphinx/reference/brian2.codegen.translation.make_statements.rst
docs_sphinx/reference/brian2.core.base.BrianObject.rst
docs_sphinx/reference/brian2.core.base.BrianObjectException.rst
docs_sphinx/reference/brian2.core.base.brian_object_exception.rst
docs_sphinx/reference/brian2.core.base.device_override.rst
docs_sphinx/reference/brian2.core.base.weakproxy_with_fallback.rst
docs_sphinx/reference/brian2.core.clocks.Clock.rst
docs_sphinx/reference/brian2.core.clocks.DefaultClockProxy.rst
docs_sphinx/reference/brian2.core.clocks.check_dt.rst
docs_sphinx/reference/brian2.core.clocks.defaultclock.rst
docs_sphinx/reference/brian2.core.core_preferences.default_float_dtype_validator.rst
docs_sphinx/reference/brian2.core.core_preferences.dtype_repr.rst
docs_sphinx/reference/brian2.core.functions.Function.rst
docs_sphinx/reference/brian2.core.functions.FunctionImplementation.rst
docs_sphinx/reference/brian2.core.functions.FunctionImplementationContainer.rst
docs_sphinx/reference/brian2.core.functions.SymbolicConstant.rst
docs_sphinx/reference/brian2.core.functions.declare_types.rst
docs_sphinx/reference/brian2.core.functions.implementation.rst
docs_sphinx/reference/brian2.core.functions.log10.rst
docs_sphinx/reference/brian2.core.functions.timestep.rst
docs_sphinx/reference/brian2.core.magic.MagicError.rst
docs_sphinx/reference/brian2.core.magic.MagicNetwork.rst
docs_sphinx/reference/brian2.core.magic.collect.rst
docs_sphinx/reference/brian2.core.magic.get_objects_in_namespace.rst
docs_sphinx/reference/brian2.core.magic.magic_network.rst
docs_sphinx/reference/brian2.core.magic.restore.rst
docs_sphinx/reference/brian2.core.magic.run.rst
docs_sphinx/reference/brian2.core.magic.start_scope.rst
docs_sphinx/reference/brian2.core.magic.stop.rst
docs_sphinx/reference/brian2.core.magic.store.rst
docs_sphinx/reference/brian2.core.names.Nameable.rst
docs_sphinx/reference/brian2.core.names.find_name.rst
docs_sphinx/reference/brian2.core.namespace.get_local_namespace.rst
docs_sphinx/reference/brian2.core.network.Network.rst
docs_sphinx/reference/brian2.core.network.ProfilingSummary.rst
docs_sphinx/reference/brian2.core.network.SchedulingSummary.rst
docs_sphinx/reference/brian2.core.network.TextReport.rst
docs_sphinx/reference/brian2.core.network.profiling_summary.rst
docs_sphinx/reference/brian2.core.network.schedule_propagation_offset.rst
docs_sphinx/reference/brian2.core.network.scheduling_summary.rst
docs_sphinx/reference/brian2.core.operations.NetworkOperation.rst
docs_sphinx/reference/brian2.core.operations.network_operation.rst
docs_sphinx/reference/brian2.core.preferences.BrianGlobalPreferences.rst
docs_sphinx/reference/brian2.core.preferences.BrianGlobalPreferencesView.rst
docs_sphinx/reference/brian2.core.preferences.BrianPreference.rst
docs_sphinx/reference/brian2.core.preferences.DefaultValidator.rst
docs_sphinx/reference/brian2.core.preferences.ErrorRaiser.rst
docs_sphinx/reference/brian2.core.preferences.PreferenceError.rst
docs_sphinx/reference/brian2.core.preferences.brian_prefs.rst
docs_sphinx/reference/brian2.core.preferences.check_preference_name.rst
docs_sphinx/reference/brian2.core.preferences.parse_preference_name.rst
docs_sphinx/reference/brian2.core.preferences.prefs.rst
docs_sphinx/reference/brian2.core.rst
docs_sphinx/reference/brian2.core.spikesource.SpikeSource.rst
docs_sphinx/reference/brian2.core.tracking.InstanceFollower.rst
docs_sphinx/reference/brian2.core.tracking.InstanceTrackerSet.rst
docs_sphinx/reference/brian2.core.tracking.Trackable.rst
docs_sphinx/reference/brian2.core.variables.ArrayVariable.rst
docs_sphinx/reference/brian2.core.variables.AuxiliaryVariable.rst
docs_sphinx/reference/brian2.core.variables.Constant.rst
docs_sphinx/reference/brian2.core.variables.DynamicArrayVariable.rst
docs_sphinx/reference/brian2.core.variables.LinkedVariable.rst
docs_sphinx/reference/brian2.core.variables.Subexpression.rst
docs_sphinx/reference/brian2.core.variables.Variable.rst
docs_sphinx/reference/brian2.core.variables.VariableView.rst
docs_sphinx/reference/brian2.core.variables.Variables.rst
docs_sphinx/reference/brian2.core.variables.get_dtype.rst
docs_sphinx/reference/brian2.core.variables.get_dtype_str.rst
docs_sphinx/reference/brian2.core.variables.linked_var.rst
docs_sphinx/reference/brian2.core.variables.variables_by_owner.rst
docs_sphinx/reference/brian2.devices.cpp_standalone.GSLcodeobject.GSLCPPStandaloneCodeObject.rst
docs_sphinx/reference/brian2.devices.cpp_standalone.codeobject.CPPStandaloneCodeObject.rst
docs_sphinx/reference/brian2.devices.cpp_standalone.codeobject.generate_rand_code.rst
docs_sphinx/reference/brian2.devices.cpp_standalone.codeobject.openmp_pragma.rst
docs_sphinx/reference/brian2.devices.cpp_standalone.device.CPPStandaloneDevice.rst
docs_sphinx/reference/brian2.devices.cpp_standalone.device.CPPWriter.rst
docs_sphinx/reference/brian2.devices.cpp_standalone.device.RunFunctionContext.rst
docs_sphinx/reference/brian2.devices.cpp_standalone.device.cpp_standalone_device.rst
docs_sphinx/reference/brian2.devices.cpp_standalone.device.invert_dict.rst
docs_sphinx/reference/brian2.devices.cpp_standalone.rst
docs_sphinx/reference/brian2.devices.device.CurrentDeviceProxy.rst
docs_sphinx/reference/brian2.devices.device.Device.rst
docs_sphinx/reference/brian2.devices.device.Dummy.rst
docs_sphinx/reference/brian2.devices.device.RuntimeDevice.rst
docs_sphinx/reference/brian2.devices.device.active_device.rst
docs_sphinx/reference/brian2.devices.device.auto_target.rst
docs_sphinx/reference/brian2.devices.device.device.rst
docs_sphinx/reference/brian2.devices.device.get_device.rst
docs_sphinx/reference/brian2.devices.device.reinit_devices.rst
docs_sphinx/reference/brian2.devices.device.reset_device.rst
docs_sphinx/reference/brian2.devices.device.runtime_device.rst
docs_sphinx/reference/brian2.devices.device.seed.rst
docs_sphinx/reference/brian2.devices.device.set_device.rst
docs_sphinx/reference/brian2.devices.rst
docs_sphinx/reference/brian2.equations.codestrings.CodeString.rst
docs_sphinx/reference/brian2.equations.codestrings.Expression.rst
docs_sphinx/reference/brian2.equations.codestrings.Statements.rst
docs_sphinx/reference/brian2.equations.codestrings.is_constant_over_dt.rst
docs_sphinx/reference/brian2.equations.equations.EquationError.rst
docs_sphinx/reference/brian2.equations.equations.Equations.rst
docs_sphinx/reference/brian2.equations.equations.SingleEquation.rst
docs_sphinx/reference/brian2.equations.equations.check_identifier_basic.rst
docs_sphinx/reference/brian2.equations.equations.check_identifier_constants.rst
docs_sphinx/reference/brian2.equations.equations.check_identifier_functions.rst
docs_sphinx/reference/brian2.equations.equations.check_identifier_reserved.rst
docs_sphinx/reference/brian2.equations.equations.check_identifier_units.rst
docs_sphinx/reference/brian2.equations.equations.check_subexpressions.rst
docs_sphinx/reference/brian2.equations.equations.dimensions_and_type_from_string.rst
docs_sphinx/reference/brian2.equations.equations.extract_constant_subexpressions.rst
docs_sphinx/reference/brian2.equations.equations.is_stateful.rst
docs_sphinx/reference/brian2.equations.equations.parse_string_equations.rst
docs_sphinx/reference/brian2.equations.refractory.add_refractoriness.rst
docs_sphinx/reference/brian2.equations.refractory.check_identifier_refractory.rst
docs_sphinx/reference/brian2.equations.rst
docs_sphinx/reference/brian2.equations.unitcheck.check_dimensions.rst
docs_sphinx/reference/brian2.equations.unitcheck.check_units_statements.rst
docs_sphinx/reference/brian2.groups.group.CodeRunner.rst
docs_sphinx/reference/brian2.groups.group.Group.rst
docs_sphinx/reference/brian2.groups.group.IndexWrapper.rst
docs_sphinx/reference/brian2.groups.group.Indexing.rst
docs_sphinx/reference/brian2.groups.group.VariableOwner.rst
docs_sphinx/reference/brian2.groups.group.get_dtype.rst
docs_sphinx/reference/brian2.groups.neurongroup.NeuronGroup.rst
docs_sphinx/reference/brian2.groups.neurongroup.Resetter.rst
docs_sphinx/reference/brian2.groups.neurongroup.StateUpdater.rst
docs_sphinx/reference/brian2.groups.neurongroup.SubexpressionUpdater.rst
docs_sphinx/reference/brian2.groups.neurongroup.Thresholder.rst
docs_sphinx/reference/brian2.groups.neurongroup.check_identifier_pre_post.rst
docs_sphinx/reference/brian2.groups.neurongroup.to_start_stop.rst
docs_sphinx/reference/brian2.groups.rst
docs_sphinx/reference/brian2.groups.subgroup.Subgroup.rst
docs_sphinx/reference/brian2.hears.BridgeSound.rst
docs_sphinx/reference/brian2.hears.FilterbankGroup.rst
docs_sphinx/reference/brian2.hears.Sound.rst
docs_sphinx/reference/brian2.hears.WrappedSound.rst
docs_sphinx/reference/brian2.hears.convert_unit_b1_to_b2.rst
docs_sphinx/reference/brian2.hears.convert_unit_b2_to_b1.rst
docs_sphinx/reference/brian2.hears.modify_arg.rst
docs_sphinx/reference/brian2.hears.wrap_units.rst
docs_sphinx/reference/brian2.hears.wrap_units_class.rst
docs_sphinx/reference/brian2.hears.wrap_units_property.rst
docs_sphinx/reference/brian2.importexport.dictlike.DictImportExport.rst
docs_sphinx/reference/brian2.importexport.dictlike.PandasImportExport.rst
docs_sphinx/reference/brian2.importexport.importexport.ImportExport.rst
docs_sphinx/reference/brian2.importexport.rst
docs_sphinx/reference/brian2.input.binomial.BinomialFunction.rst
docs_sphinx/reference/brian2.input.poissongroup.PoissonGroup.rst
docs_sphinx/reference/brian2.input.poissoninput.PoissonInput.rst
docs_sphinx/reference/brian2.input.rst
docs_sphinx/reference/brian2.input.spikegeneratorgroup.SpikeGeneratorGroup.rst
docs_sphinx/reference/brian2.input.timedarray.TimedArray.rst
docs_sphinx/reference/brian2.memory.dynamicarray.DynamicArray.rst
docs_sphinx/reference/brian2.memory.dynamicarray.DynamicArray1D.rst
docs_sphinx/reference/brian2.memory.dynamicarray.getslices.rst
docs_sphinx/reference/brian2.memory.rst
docs_sphinx/reference/brian2.monitors.ratemonitor.PopulationRateMonitor.rst
docs_sphinx/reference/brian2.monitors.rst
docs_sphinx/reference/brian2.monitors.spikemonitor.EventMonitor.rst
docs_sphinx/reference/brian2.monitors.spikemonitor.SpikeMonitor.rst
docs_sphinx/reference/brian2.monitors.statemonitor.StateMonitor.rst
docs_sphinx/reference/brian2.monitors.statemonitor.StateMonitorView.rst
docs_sphinx/reference/brian2.only.restore_initial_state.rst
docs_sphinx/reference/brian2.parsing.bast.BrianASTRenderer.rst
docs_sphinx/reference/brian2.parsing.bast.brian_ast.rst
docs_sphinx/reference/brian2.parsing.bast.brian_dtype_from_dtype.rst
docs_sphinx/reference/brian2.parsing.bast.brian_dtype_from_value.rst
docs_sphinx/reference/brian2.parsing.bast.is_boolean.rst
docs_sphinx/reference/brian2.parsing.bast.is_boolean_dtype.rst
docs_sphinx/reference/brian2.parsing.bast.is_float.rst
docs_sphinx/reference/brian2.parsing.bast.is_float_dtype.rst
docs_sphinx/reference/brian2.parsing.bast.is_integer.rst
docs_sphinx/reference/brian2.parsing.bast.is_integer_dtype.rst
docs_sphinx/reference/brian2.parsing.dependencies.abstract_code_dependencies.rst
docs_sphinx/reference/brian2.parsing.dependencies.get_read_write_funcs.rst
docs_sphinx/reference/brian2.parsing.expressions.is_boolean_expression.rst
docs_sphinx/reference/brian2.parsing.expressions.parse_expression_dimensions.rst
docs_sphinx/reference/brian2.parsing.functions.AbstractCodeFunction.rst
docs_sphinx/reference/brian2.parsing.functions.FunctionRewriter.rst
docs_sphinx/reference/brian2.parsing.functions.VarRewriter.rst
docs_sphinx/reference/brian2.parsing.functions.abstract_code_from_function.rst
docs_sphinx/reference/brian2.parsing.functions.extract_abstract_code_functions.rst
docs_sphinx/reference/brian2.parsing.functions.substitute_abstract_code_functions.rst
docs_sphinx/reference/brian2.parsing.rendering.CPPNodeRenderer.rst
docs_sphinx/reference/brian2.parsing.rendering.NodeRenderer.rst
docs_sphinx/reference/brian2.parsing.rendering.NumpyNodeRenderer.rst
docs_sphinx/reference/brian2.parsing.rendering.SympyNodeRenderer.rst
docs_sphinx/reference/brian2.parsing.rst
docs_sphinx/reference/brian2.parsing.statements.parse_statement.rst
docs_sphinx/reference/brian2.parsing.sympytools.CustomSympyPrinter.rst
docs_sphinx/reference/brian2.parsing.sympytools.PRINTER.rst
docs_sphinx/reference/brian2.parsing.sympytools.check_expression_for_multiple_stateful_functions.rst
docs_sphinx/reference/brian2.parsing.sympytools.expression_complexity.rst
docs_sphinx/reference/brian2.parsing.sympytools.str_to_sympy.rst
docs_sphinx/reference/brian2.parsing.sympytools.sympy_to_str.rst
docs_sphinx/reference/brian2.random.rst
docs_sphinx/reference/brian2.rst
docs_sphinx/reference/brian2.spatialneuron.morphology.Children.rst
docs_sphinx/reference/brian2.spatialneuron.morphology.Cylinder.rst
docs_sphinx/reference/brian2.spatialneuron.morphology.Morphology.rst
docs_sphinx/reference/brian2.spatialneuron.morphology.MorphologyIndexWrapper.rst
docs_sphinx/reference/brian2.spatialneuron.morphology.Node.rst
docs_sphinx/reference/brian2.spatialneuron.morphology.Section.rst
docs_sphinx/reference/brian2.spatialneuron.morphology.Soma.rst
docs_sphinx/reference/brian2.spatialneuron.morphology.SubMorphology.rst
docs_sphinx/reference/brian2.spatialneuron.morphology.Topology.rst
docs_sphinx/reference/brian2.spatialneuron.rst
docs_sphinx/reference/brian2.spatialneuron.spatialneuron.FlatMorphology.rst
docs_sphinx/reference/brian2.spatialneuron.spatialneuron.SpatialNeuron.rst
docs_sphinx/reference/brian2.spatialneuron.spatialneuron.SpatialStateUpdater.rst
docs_sphinx/reference/brian2.spatialneuron.spatialneuron.SpatialSubgroup.rst
docs_sphinx/reference/brian2.stateupdaters.GSL.GSLContainer.rst
docs_sphinx/reference/brian2.stateupdaters.GSL.GSLStateUpdater.rst
docs_sphinx/reference/brian2.stateupdaters.GSL.gsl_rk2.rst
docs_sphinx/reference/brian2.stateupdaters.GSL.gsl_rk4.rst
docs_sphinx/reference/brian2.stateupdaters.GSL.gsl_rk8pd.rst
docs_sphinx/reference/brian2.stateupdaters.GSL.gsl_rkck.rst
docs_sphinx/reference/brian2.stateupdaters.GSL.gsl_rkf45.rst
docs_sphinx/reference/brian2.stateupdaters.base.StateUpdateMethod.rst
docs_sphinx/reference/brian2.stateupdaters.base.UnsupportedEquationsException.rst
docs_sphinx/reference/brian2.stateupdaters.base.extract_method_options.rst
docs_sphinx/reference/brian2.stateupdaters.exact.IndependentStateUpdater.rst
docs_sphinx/reference/brian2.stateupdaters.exact.LinearStateUpdater.rst
docs_sphinx/reference/brian2.stateupdaters.exact.exact.rst
docs_sphinx/reference/brian2.stateupdaters.exact.get_linear_system.rst
docs_sphinx/reference/brian2.stateupdaters.exact.independent.rst
docs_sphinx/reference/brian2.stateupdaters.exact.linear.rst
docs_sphinx/reference/brian2.stateupdaters.explicit.ExplicitStateUpdater.rst
docs_sphinx/reference/brian2.stateupdaters.explicit.diagonal_noise.rst
docs_sphinx/reference/brian2.stateupdaters.explicit.euler.rst
docs_sphinx/reference/brian2.stateupdaters.explicit.heun.rst
docs_sphinx/reference/brian2.stateupdaters.explicit.milstein.rst
docs_sphinx/reference/brian2.stateupdaters.explicit.rk2.rst
docs_sphinx/reference/brian2.stateupdaters.explicit.rk4.rst
docs_sphinx/reference/brian2.stateupdaters.explicit.split_expression.rst
docs_sphinx/reference/brian2.stateupdaters.exponential_euler.ExponentialEulerStateUpdater.rst
docs_sphinx/reference/brian2.stateupdaters.exponential_euler.exponential_euler.rst
docs_sphinx/reference/brian2.stateupdaters.exponential_euler.get_conditionally_linear_system.rst
docs_sphinx/reference/brian2.stateupdaters.rst
docs_sphinx/reference/brian2.synapses.parse_synaptic_generator_syntax.handle_range.rst
docs_sphinx/reference/brian2.synapses.parse_synaptic_generator_syntax.handle_sample.rst
docs_sphinx/reference/brian2.synapses.parse_synaptic_generator_syntax.parse_synapse_generator.rst
docs_sphinx/reference/brian2.synapses.rst
docs_sphinx/reference/brian2.synapses.spikequeue.SpikeQueue.rst
docs_sphinx/reference/brian2.synapses.synapses.StateUpdater.rst
docs_sphinx/reference/brian2.synapses.synapses.SummedVariableUpdater.rst
docs_sphinx/reference/brian2.synapses.synapses.Synapses.rst
docs_sphinx/reference/brian2.synapses.synapses.SynapticIndexing.rst
docs_sphinx/reference/brian2.synapses.synapses.SynapticPathway.rst
docs_sphinx/reference/brian2.synapses.synapses.SynapticSubgroup.rst
docs_sphinx/reference/brian2.synapses.synapses.find_synapses.rst
docs_sphinx/reference/brian2.synapses.synapses.slice_to_test.rst
docs_sphinx/reference/brian2.units.allunits.celsius.rst
docs_sphinx/reference/brian2.units.fundamentalunits.DIMENSIONLESS.rst
docs_sphinx/reference/brian2.units.fundamentalunits.Dimension.rst
docs_sphinx/reference/brian2.units.fundamentalunits.DimensionMismatchError.rst
docs_sphinx/reference/brian2.units.fundamentalunits.Quantity.rst
docs_sphinx/reference/brian2.units.fundamentalunits.Unit.rst
docs_sphinx/reference/brian2.units.fundamentalunits.UnitRegistry.rst
docs_sphinx/reference/brian2.units.fundamentalunits.additional_unit_register.rst
docs_sphinx/reference/brian2.units.fundamentalunits.check_units.rst
docs_sphinx/reference/brian2.units.fundamentalunits.fail_for_dimension_mismatch.rst
docs_sphinx/reference/brian2.units.fundamentalunits.get_dimensions.rst
docs_sphinx/reference/brian2.units.fundamentalunits.get_or_create_dimension.rst
docs_sphinx/reference/brian2.units.fundamentalunits.get_unit.rst
docs_sphinx/reference/brian2.units.fundamentalunits.get_unit_for_display.rst
docs_sphinx/reference/brian2.units.fundamentalunits.have_same_dimensions.rst
docs_sphinx/reference/brian2.units.fundamentalunits.in_best_unit.rst
docs_sphinx/reference/brian2.units.fundamentalunits.in_unit.rst
docs_sphinx/reference/brian2.units.fundamentalunits.is_dimensionless.rst
docs_sphinx/reference/brian2.units.fundamentalunits.is_scalar_type.rst
docs_sphinx/reference/brian2.units.fundamentalunits.quantity_with_dimensions.rst
docs_sphinx/reference/brian2.units.fundamentalunits.register_new_unit.rst
docs_sphinx/reference/brian2.units.fundamentalunits.standard_unit_register.rst
docs_sphinx/reference/brian2.units.fundamentalunits.user_unit_register.rst
docs_sphinx/reference/brian2.units.fundamentalunits.wrap_function_change_dimensions.rst
docs_sphinx/reference/brian2.units.fundamentalunits.wrap_function_dimensionless.rst
docs_sphinx/reference/brian2.units.fundamentalunits.wrap_function_keep_dimensions.rst
docs_sphinx/reference/brian2.units.fundamentalunits.wrap_function_remove_dimensions.rst
docs_sphinx/reference/brian2.units.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.arange.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.arccos.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.arccosh.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.arcsin.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.arcsinh.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.arctan.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.arctanh.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.cos.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.cosh.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.diagonal.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.dot.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.exp.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.linspace.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.log.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.ravel.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.setup.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.sin.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.sinh.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.tan.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.tanh.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.trace.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.where.rst
docs_sphinx/reference/brian2.units.unitsafefunctions.wrap_function_to_method.rst
docs_sphinx/reference/brian2.utils.arrays.calc_repeats.rst
docs_sphinx/reference/brian2.utils.caching.CacheKey.rst
docs_sphinx/reference/brian2.utils.caching.cached.rst
docs_sphinx/reference/brian2.utils.environment.running_from_ipython.rst
docs_sphinx/reference/brian2.utils.filetools.copy_directory.rst
docs_sphinx/reference/brian2.utils.filetools.ensure_directory.rst
docs_sphinx/reference/brian2.utils.filetools.ensure_directory_of_file.rst
docs_sphinx/reference/brian2.utils.filetools.in_directory.rst
docs_sphinx/reference/brian2.utils.logger.BrianLogger.rst
docs_sphinx/reference/brian2.utils.logger.HierarchyFilter.rst
docs_sphinx/reference/brian2.utils.logger.LogCapture.rst
docs_sphinx/reference/brian2.utils.logger.NameFilter.rst
docs_sphinx/reference/brian2.utils.logger.brian_excepthook.rst
docs_sphinx/reference/brian2.utils.logger.catch_logs.rst
docs_sphinx/reference/brian2.utils.logger.clean_up_logging.rst
docs_sphinx/reference/brian2.utils.logger.get_logger.rst
docs_sphinx/reference/brian2.utils.logger.log_level_validator.rst
docs_sphinx/reference/brian2.utils.logger.std_silent.rst
docs_sphinx/reference/brian2.utils.rst
docs_sphinx/reference/brian2.utils.stringtools.SpellChecker.rst
docs_sphinx/reference/brian2.utils.stringtools.code_representation.rst
docs_sphinx/reference/brian2.utils.stringtools.deindent.rst
docs_sphinx/reference/brian2.utils.stringtools.get_identifiers.rst
docs_sphinx/reference/brian2.utils.stringtools.indent.rst
docs_sphinx/reference/brian2.utils.stringtools.replace.rst
docs_sphinx/reference/brian2.utils.stringtools.strip_empty_leading_and_trailing_lines.rst
docs_sphinx/reference/brian2.utils.stringtools.strip_empty_lines.rst
docs_sphinx/reference/brian2.utils.stringtools.stripped_deindented_lines.rst
docs_sphinx/reference/brian2.utils.stringtools.word_substitute.rst
docs_sphinx/reference/brian2.utils.topsort.topsort.rst
docs_sphinx/reference/brian2tools.baseexport.collector.rst
docs_sphinx/reference/brian2tools.baseexport.device.rst
docs_sphinx/reference/brian2tools.baseexport.helper.rst
docs_sphinx/reference/brian2tools.baseexport.rst
docs_sphinx/reference/brian2tools.mdexport.expander.rst
docs_sphinx/reference/brian2tools.mdexport.mdexporter.rst
docs_sphinx/reference/brian2tools.mdexport.rst
docs_sphinx/reference/brian2tools.nmlexport.cgmhelper.rst
docs_sphinx/reference/brian2tools.nmlexport.lemsexport.rst
docs_sphinx/reference/brian2tools.nmlexport.lemsrendering.rst
docs_sphinx/reference/brian2tools.nmlexport.rst
docs_sphinx/reference/brian2tools.nmlexport.supporting.rst
docs_sphinx/reference/brian2tools.nmlimport.helper.rst
docs_sphinx/reference/brian2tools.nmlimport.nml.rst
docs_sphinx/reference/brian2tools.nmlimport.rst
docs_sphinx/reference/brian2tools.nmlutils.rst
docs_sphinx/reference/brian2tools.nmlutils.utils.rst
docs_sphinx/reference/brian2tools.plotting.base.rst
docs_sphinx/reference/brian2tools.plotting.data.rst
docs_sphinx/reference/brian2tools.plotting.morphology.rst
docs_sphinx/reference/brian2tools.plotting.rst
docs_sphinx/reference/brian2tools.plotting.synapses.rst
docs_sphinx/reference/brian2tools.rst
docs_sphinx/reference/modules.rst
docs_sphinx/user/baseexporter.rst
docs_sphinx/user/index.rst
docs_sphinx/user/installation.rst
docs_sphinx/user/mdexporter.rst
docs_sphinx/user/nmlexporter.rst
docs_sphinx/user/nmlimport.rst
docs_sphinx/user/plotting.rst