https://github.com/aiidateam/aiida_core
Raw File
Tip revision: dd6e7a6c59e50de3c5be379c0f1ad9ce90cd0d16 authored by Pranjal Mishra on 11 January 2021, 14:35:26 UTC
Docs: Minor documentation fixes (#4643)
Tip revision: dd6e7a6
.gitignore
*.pyc
*~
*.swp
*.project
*.pydevproject
.settings
.DS_Store
*/.DS_Store
*/*/.DS_Store
*/*/*/.DS_Store
.metadata
.ipynb_checkpoints

/venv*/
/.idea/
*.egg-info
.eggs
.vscode
.tox

# files created by coverage
.cache
.pytest_cache
.coverage
coverage.xml

# Files created by RPN tests
.ci/polish/polish_workchains/polish*

# Build files
dist/
pip-wheel-metadata

# Docs
docs/build
docs/source/reference/apidoc
back to top