Skip to content

Commit 7e00bc4

Browse files
authored
Merge pull request #1569 from SpiNNakerManchester/doc_fix
Doc fix
2 parents dc2f8ee + f9f2249 commit 7e00bc4

5 files changed

Lines changed: 12 additions & 6 deletions

File tree

.readthedocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ build:
1717
os: ubuntu-22.04
1818
tools:
1919
python: "3.11"
20+
jobs:
21+
post_build:
22+
- cd neural_modelling; doxygen ./Doxyfile
23+
- mkdir -p ${READTHEDOCS_OUTPUT}html/neural_modelling/
24+
- cp -a neural_modelling/html/* ${READTHEDOCS_OUTPUT}html/neural_modelling/
2025
sphinx:
2126
configuration: doc/source/conf.py
2227
builder: dirhtml

doc/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,16 @@
9393

9494
# General information about the project.
9595
project = 'sPyNNaker'
96-
copyright = '2014'
96+
copyright = '%Y The University of Manchester'
9797

9898
# The version info for the project you're documenting, acts as replacement for
9999
# |version| and |release|, also used in various other places throughout the
100100
# built documents.
101101
#
102102
# The short X.Y version.
103-
version = '6.0'
103+
version = 'development'
104104
# The full version, including alpha/beta/rc tags.
105-
release = '6.0.1'
105+
release = 'development'
106106

107107
# The language for content autogenerated by Sphinx. Refer to documentation
108108
# for a list of supported languages.

doc/source/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
These pages document the python code for the sPyNNaker_ module
22
which is part of the SpiNNaker_ Project.
33

4+
The neural_modelling_ module contains the documentation of the C code for this module.
5+
46
This code depends on SpiNNUtils_, SpiNNMachine_, SpiNNMan_, PACMAN_, SpiNNFrontEndCommon_
57
(Combined_documentation_).
68

@@ -12,6 +14,7 @@ This code depends on SpiNNUtils_, SpiNNMachine_, SpiNNMan_, PACMAN_, SpiNNFrontE
1214
.. _PACMAN: https://pacman.readthedocs.io
1315
.. _SpiNNFrontEndCommon: https://spinnfrontendcommon.readthedocs.io
1416
.. _Combined_documentation: https://spinnakermanchester.readthedocs.io
17+
.. _neural_modelling: neural_modelling/
1518

1619
sPyNNaker
1720
=========

neural_modelling/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ PROJECT_NAME = "sPyNNaker neural_modelling"
5252
# could be handy for archiving the generated documentation or if some version
5353
# control system is used.
5454

55-
PROJECT_NUMBER = 7.3.1
55+
PROJECT_NUMBER = development
5656

5757
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5858
# for a project that appears at the top of each page and should give viewer a

neural_modelling/mainpage.dox

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@
5959
*
6060
* These enable the neuron simulation to work, or to work more efficiently.
6161
*
62-
* * Bitfield Expander, which builds inter-core message masks on the machine.
63-
* See bit_field_expander.c
6462
* * Delay Extension, which handles messages that need to be delayed a long time
6563
* before delivery. See delay_extension.c
6664
* * Robot Motor Control, which translates spiking rates of SpiNNaker messages

0 commit comments

Comments
 (0)