Skip to content

Commit

Permalink
Merge pull request #1169 from SpiNNakerManchester/no_8
Browse files Browse the repository at this point in the history
removal of spynnaker8
  • Loading branch information
rowleya authored Apr 21, 2022
2 parents 0c2f07a + 70697af commit 75c7a6b
Show file tree
Hide file tree
Showing 181 changed files with 2,316 additions and 1,541 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
uses: ./support/actions/install-matplotlib
- name: Setup
uses: ./support/actions/run-setup

- name: Setup PyNN
uses: ./support/actions/pynn-setup
- name: Create a spynnaker.cfg
uses: ./support/actions/configure-spynnaker
with:
Expand Down
7 changes: 3 additions & 4 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
# Automatically called by sphinx at startup
def setup(app):
# NB: extra dot at end is deliberate!
trim = ("spynnaker.", "spynnaker8.", "spinn_front_end_common.", "pacman.",
trim = ("spynnaker.", "spinn_front_end_common.", "pacman.",
"spinnman.", "spinn_machine.", "data_specification.",
"spinn_utilities.")

Expand Down Expand Up @@ -438,6 +438,5 @@ def filtered_files(base, unfiltered_files_filename):
apidoc.main([
'-o', _output_dir, ".",
# Exclude test and setup code
"spynnaker_integration_tests/*", "unittests/*", "setup.py",
*filtered_files("spynnaker", _unfiltered_files),
*filtered_files("spynnaker8", _unfiltered_files)])
"spynnaker_integration_tests/*", "unittests/*", "setup.py", "spynnaker8/*",
*filtered_files("spynnaker", _unfiltered_files)])
8 changes: 0 additions & 8 deletions doc/source/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,3 @@ spynnaker
:maxdepth: 4

spynnaker

spynnaker8
==========

.. toctree::
:maxdepth: 4

spynnaker8
4 changes: 1 addition & 3 deletions doc/unfiltered-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,4 @@ spynnaker/pyNN/utilities/spynnaker_failed_state.py
spynnaker/pyNN/utilities/struct.py
spynnaker/pyNN/utilities/utility_calls.py
spynnaker/pyNN/utilities/variable_cache.py
spynnaker8/spynnaker_plotting.py
spynnaker8/spynnaker8_simulator_interface.py
spynnaker8/utilities/neo_convertor.py
spynnaker/pyNN/spynnaker_plotting.py
Loading

0 comments on commit 75c7a6b

Please sign in to comment.