Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
89 changes: 0 additions & 89 deletions .github/workflows/ci.yml

This file was deleted.

1 change: 0 additions & 1 deletion .mdlrc

This file was deleted.

35 changes: 6 additions & 29 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,49 +1,26 @@
exclude: >
(?x)^(
docs/pages/.*/snippets/.*|
docs/pages/2019_molsim_school_Amsterdam/assets/raspa_loading.py|
docs/pages/2019_molsim_school_Amsterdam/assets/multiply_unitcell.py|
docs/assets/2018_PRACE_MaX/latex/de-macro.py|
.*xsf|
.*agr|
.*tex
)$
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
rev: v4.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-yapf
rev: v0.27.0
hooks:
- id: yapf
name: yapf
types: [python]
args: ['-i']

- repo: https://github.com/PyCQA/pylint
rev: pylint-2.4.4
hooks:
- id: pylint
language: system
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3.8

- repo: https://github.com/myint/rstcheck
rev: 'master'
hooks:
- id: rstcheck
additional_dependencies:
- sphinx==2.4.4

- repo: https://github.com/markdownlint/markdownlint
rev: 'v0.9.0'
hooks:
- id: markdownlint
# currently mistaking comment lines in code cells for headers!?
exclude: >
(?x)^(
docs/pages/2020_Intro_Week/notebooks/querybuilder-template.md|
docs/pages/2020_Intro_Week/notebooks/bandstructure.md
)$
2 changes: 1 addition & 1 deletion .rstcheck.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[rstcheck]
ignore_directives=panels,dropdown
ignore_directives=panels,dropdown,rst-class
ignore_roles=doi,nb-download
ignore_messages=(.*is not referenced.)
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@ div.highlight-console div.highlight {
div.highlight-bash div.highlight {
background-color: aliceblue;
}

.header-text {
font-size: 18px
}

.text-right {
text-align: right;
}

.footer-low {
line-height: 0.5;
}
Binary file added docs/_static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading