Skip to content

Commit

Permalink
Merge pull request #574 from hakonanes/switch-sphinx-theme
Browse files Browse the repository at this point in the history
Switch doc theme from Furo to PyData
  • Loading branch information
hakonanes committed Oct 28, 2022
2 parents 79e831d + 135ba80 commit e1e76af
Show file tree
Hide file tree
Showing 61 changed files with 1,512 additions and 1,059 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pip install black[jupyter]

- name: Check code style of Jupyter notebooks
run: black doc/tutorials/*.ipynb
run: black --diff --line-length 77 doc/tutorials/*.ipynb

# Make sure all necessary files are included in a release
manifest:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -2,4 +2,4 @@ repos:
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black-jupyter
- id: black
32 changes: 32 additions & 0 deletions .zenodo.json
@@ -0,0 +1,32 @@
{
"creators": [
{
"name": "Håkon Wiik Ånes",
"orcid": "0000-0002-1213-2911",
"affiliation": "Norwegian University of Science and Technology"
},
{
"name": "Lars Lervik"
},
{
"name": "Ole Natlandsmyr"
},
{
"name": "Tina Bergh",
"orcid": "0000-0003-3757-3876",
"affiliation": "Norwegian University of Science and Technology"
},
{
"name": "Zhou Xu",
"affiliation": "Monash Centre for Electron Microscopy"
},
{
"name": "Eric Prestat"
},
{
"name": "Magnus Nord",
"orcid": "0000-0001-7981-5293",
"affiliation": "Norwegian University of Science and Technology"
}
]
}
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -59,6 +59,8 @@ Added

Changed
-------
- Documentation theme from *Furo* to *PyData*, as the growing API reference is easier to
navigate with the latter. (`#574 <https://github.com/pyxem/kikuchipy/pull/574>`_)
- Use Rodrigues-Frank vector components (Rx, Ry, Rz) instead of Euler angles in EBSD
orientation and projection center refinement methods. This means that if refinement is
not directly but a Dask array is returned from any of these methods, the data which
Expand Down

0 comments on commit e1e76af

Please sign in to comment.