After enabling the PR build for ReadtheDocs, we got doc build failure such as:
WARNING: Summarised items should not include the current module. Replace 'neurodamus.Neurodamus' with 'Neurodamus'. [autosummary.import_cycle]
WARNING: Summarised items should not include the current module. Replace 'neurodamus.Node' with 'Node'. [autosummary.import_cycle]
WARNING: Summarised items should not include the current module. Replace 'neurodamus.cell_distributor' with 'cell_distributor'. [autosummary.import_cycle]
...
This PR fixes the relevant doc files according to those warnings.
Testing
ReadtheDocs PR build
Review
[x] PR description is complete
[ ] Coding style (imports, function length, New functions, classes or files) are good
Context
After enabling the PR build for ReadtheDocs, we got doc build failure such as:
This PR fixes the relevant doc files according to those warnings.
Testing
ReadtheDocs PR build
Review