Skip to content

Commit 8ca66f1

Browse files
committed
moved all files out of source to correct dir level
1 parent a08c9c4 commit 8ca66f1

File tree

378 files changed

+9
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

378 files changed

+9
-10
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ dev_tools/ext/__pycache__/
33
dev_tools/__pycache__/
44
*.pyc
55
source/_build/
6-
source/_static/
6+
_static/
77

source/Makefile renamed to Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ help:
1313
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
1414

1515
fetch-logo:
16-
# wget -O ../common/NeXus-logo.png https://raw.githubusercontent.com/nexusformat/definitions/main/manual/source/img/NeXus-logo.png
17-
wget -O ../common/NeXus_Logo.svg https://raw.githubusercontent.com/nexusformat/NIAC/master/NeXus_Logo/NeXus_Logo.svg
18-
wget -O ../common/NeXus_Logo_dark.svg https://raw.githubusercontent.com/nexusformat/NIAC/master/NeXus_Logo/NeXus_Logo_dark.svg
19-
wget -O ../common/NeXus_Logo_dark_square.svg https://raw.githubusercontent.com/nexusformat/NIAC/master/NeXus_Logo/NeXus_Logo_dark_square.svg
20-
wget -O ../common/NeXus_Logo_square.svg https://raw.githubusercontent.com/nexusformat/NIAC/master/NeXus_Logo/NeXus_Logo_square.svg
16+
# wget -O ./common/NeXus-logo.png https://raw.githubusercontent.com/nexusformat/definitions/main/manual/source/img/NeXus-logo.png
17+
wget -O ./common/NeXus_Logo.svg https://raw.githubusercontent.com/nexusformat/NIAC/master/NeXus_Logo/NeXus_Logo.svg
18+
wget -O ./common/NeXus_Logo_dark.svg https://raw.githubusercontent.com/nexusformat/NIAC/master/NeXus_Logo/NeXus_Logo_dark.svg
19+
wget -O ./common/NeXus_Logo_dark_square.svg https://raw.githubusercontent.com/nexusformat/NIAC/master/NeXus_Logo/NeXus_Logo_dark_square.svg
20+
wget -O ./common/NeXus_Logo_square.svg https://raw.githubusercontent.com/nexusformat/NIAC/master/NeXus_Logo/NeXus_Logo_square.svg
2121

2222
html: fetch-logo
2323
# sphinx-build -b html source build/html

0 commit comments

Comments
 (0)