Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify model directory documentation UI and related pages #3203

Merged
merged 61 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
cd1136c
add js
jessica-mitchell Apr 16, 2024
1aa96fc
add js
jessica-mitchell Apr 16, 2024
6627e20
add js
jessica-mitchell Apr 16, 2024
4a05b55
add css, json, raw html in rst
jessica-mitchell Apr 17, 2024
053a4c9
add extension, js, css to conf
jessica-mitchell Apr 18, 2024
fb50f10
adjust conf
jessica-mitchell Apr 18, 2024
f1635e1
add css and js
jessica-mitchell Apr 18, 2024
571a036
add test page
jessica-mitchell Apr 18, 2024
38bfc03
add script
jessica-mitchell Apr 18, 2024
deaf6b3
change path js, add json
jessica-mitchell Apr 18, 2024
e9e6909
movejson
jessica-mitchell Apr 18, 2024
5db9c5b
move json
jessica-mitchell Apr 18, 2024
8f68bc2
add literalinclude
jessica-mitchell Apr 18, 2024
b4232b9
test
jessica-mitchell Apr 19, 2024
7091c69
create data directory
jessica-mitchell Apr 19, 2024
c20b3b3
test2
jessica-mitchell Apr 19, 2024
d64ec49
_static
jessica-mitchell Apr 19, 2024
fe399ef
typo
jessica-mitchell Apr 19, 2024
16cc8b8
fix up page
jessica-mitchell Apr 21, 2024
9f33c35
update ext
jessica-mitchell Apr 21, 2024
03075e9
add move to local pshinx build
jessica-mitchell Apr 21, 2024
9cf9230
script extract beginuserdocs text, simplify
jessica-mitchell May 2, 2024
612ee53
get tags and setup templates script
jessica-mitchell May 2, 2024
e6aae82
remove unnecessary functions, add ext to list
jessica-mitchell May 2, 2024
eea907e
update path to json
jessica-mitchell May 2, 2024
bb64c98
update precommit hook, with current version exclude js
jessica-mitchell May 2, 2024
eb81bbb
use models/index as main models page, remove superfluous pages
jessica-mitchell May 2, 2024
e5980fb
update gitignore files to exclude models/index, and include json
jessica-mitchell May 2, 2024
417311e
update files for neurons synapses and devices
jessica-mitchell May 2, 2024
d52392c
add tag artificial
jessica-mitchell May 2, 2024
e8517a8
remove json, should be auto generated from script
jessica-mitchell May 2, 2024
8aaedf7
clang only c++
jessica-mitchell May 2, 2024
9ecfd91
update script
jessica-mitchell May 2, 2024
336009b
update script
jessica-mitchell May 2, 2024
0c9e5ba
rm script fix
jessica-mitchell May 2, 2024
b6b597f
fix json path
jessica-mitchell May 2, 2024
b80f7e1
fix up format, and conf, rm synaspe from neuron
jessica-mitchell May 2, 2024
d1448b8
Merge branch 'master' into model-doc-order
jessica-mitchell May 2, 2024
ab0b0f1
flake8
jessica-mitchell May 2, 2024
55ded2f
modify the index pages for models
jessica-mitchell May 6, 2024
f19a828
fix wording
jessica-mitchell May 6, 2024
3a58885
remove underscores
jessica-mitchell May 6, 2024
8f4b008
add headings for synapses
jessica-mitchell May 6, 2024
fe81871
remove accidental ignoreandfire files
jessica-mitchell May 7, 2024
113733e
Apply suggestions from code review
jessica-mitchell May 7, 2024
d4fe8cb
combine two python files into one, fix regex, make more efficient
jessica-mitchell Jun 7, 2024
123b934
Merge branch 'model-doc-order' of github.com:jessica-mitchell/nest-si…
jessica-mitchell Jun 7, 2024
ecedfd5
Revert "add tag artificial"
jessica-mitchell Jun 7, 2024
dfaef1f
make two sep terms
jessica-mitchell Jun 7, 2024
485be8b
flake8
jessica-mitchell Jun 7, 2024
60721b1
fix up docs in js and py
jessica-mitchell Jun 7, 2024
0302e52
fix js
jessica-mitchell Jun 7, 2024
9fdb851
fix noindex and tags with spaces in js
jessica-mitchell Jun 7, 2024
c304980
Merge branch 'master' into model-doc-order
jessica-mitchell Jun 18, 2024
86a6a1a
Merge branch 'master' into model-doc-order
jessica-mitchell Jun 20, 2024
5bd0a35
update text based on review
jessica-mitchell Jul 22, 2024
6ffa8b3
update workflow to include running local server
jessica-mitchell Jul 22, 2024
ddcf9a4
Merge branch 'master' into model-doc-order
jessica-mitchell Jul 22, 2024
aecf04d
fix pilcrow problem, set targets to open same page
jessica-mitchell Jul 22, 2024
5bbefe1
Merge branch 'master' into model-doc-order
jessica-mitchell Aug 1, 2024
9288985
Merge branch 'master' into model-doc-order
jessica-mitchell Aug 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
rev: v8.16.3
hooks:
- id: gitleaks

- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
Expand All @@ -32,4 +32,4 @@ repos:
rev: v17.0.4
hooks:
- id: clang-format

types_or: [c++]
2 changes: 2 additions & 0 deletions doc/htmldoc/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
auto_examples/
# Some images are copied over from the source into the doc static.
static/examples
# json data is produced at build time by Sphinx
static/data/filter_model.json
Loading
Loading