Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jung Nguyen
lectures
Commits
44e32b5a
Verified
Commit
44e32b5a
authored
Feb 10, 2020
by
Anton Akhmerov
Browse files
add logo
parent
17386052
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
execute.py
View file @
44e32b5a
...
...
@@ -17,10 +17,8 @@ src = Path('src')
target
=
Path
(
'docs'
)
shutil
.
rmtree
(
target
,
ignore_errors
=
True
)
target
.
mkdir
(
exist_ok
=
True
)
shutil
.
copytree
(
src
/
'figures'
,
target
/
'figures'
)
shutil
.
copytree
(
src
/
'scripts'
,
target
/
'scripts'
)
shutil
.
copytree
(
src
/
'styles'
,
target
/
'styles'
)
shutil
.
copytree
(
src
/
'x3d'
,
target
/
'x3d'
)
for
folder
in
[
'figures'
,
'scripts'
,
'styles'
,
'x3d'
]:
shutil
.
copytree
(
src
/
folder
,
target
/
folder
)
output_extractor
=
ExtractOutputPreprocessor
()
output_extractor
.
extract_output_types
=
(
...
...
mkdocs.yml
View file @
44e32b5a
...
...
@@ -41,6 +41,7 @@ theme:
palette
:
primary
:
'
white'
accent
:
'
indigo'
logo
:
'
figures/logo.png'
markdown_extensions
:
-
mdx_math
:
...
...
src/figures/logo.png
0 → 100644
View file @
44e32b5a
123 KB
src/figures/logo_with_text.svg
0 → 100644
View file @
44e32b5a
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment