Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch doc theme from Furo to PyData #574

Merged
merged 29 commits into from
Oct 28, 2022

Commits on Oct 24, 2022

  1. Replace mask with signal_mask in refinement calls in tutorials

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    d855107 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Change example gallery READMEs extensions to .rst

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    37cbfb2 View commit details
    Browse the repository at this point in the history
  2. Change docs theme from Furo to PyData's theme

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    ea84c79 View commit details
    Browse the repository at this point in the history
  3. Restructure doc index page

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    b6c0032 View commit details
    Browse the repository at this point in the history
  4. Limit nb to 80 char. to display OK with PyData Sphinx Theme width

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    a319d76 View commit details
    Browse the repository at this point in the history
  5. Change Black PR check of notebooks to only check, 80 characters

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    547cdd5 View commit details
    Browse the repository at this point in the history
  6. Update contributing guide following Sphinx theme change

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    1673dd8 View commit details
    Browse the repository at this point in the history
  7. Change main page index

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    72170e9 View commit details
    Browse the repository at this point in the history
  8. Reduce navbar links to five, use GitHub banner as logo

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    de3857e View commit details
    Browse the repository at this point in the history
  9. Reduce PyVista plot window size due to PyData's reduced doc width

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    eb7500b View commit details
    Browse the repository at this point in the history
  10. Mention change of doc theme in changelog

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    d17fe77 View commit details
    Browse the repository at this point in the history
  11. Restrict Pint <= 0.19 due to HyperSpy depending on it

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    9f8c2f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Renamed several doc files

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    4865d7a View commit details
    Browse the repository at this point in the history
  2. Slight updates to some tutorials, update pat. proc. more

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    72956cc View commit details
    Browse the repository at this point in the history
  3. Rework user guide

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    9f4683a View commit details
    Browse the repository at this point in the history
  4. Rework contributing guide into separate pages

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    7e97a74 View commit details
    Browse the repository at this point in the history
  5. Slight restructure of examples gallery

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    ffffb82 View commit details
    Browse the repository at this point in the history
  6. List dependencies in installation guide

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    6fd1a0e View commit details
    Browse the repository at this point in the history
  7. Move contributing guide to separate pages in the docs

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    271998a View commit details
    Browse the repository at this point in the history
  8. Simplify nbsphinx use, update PyData Sphinx theme options

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    23f201c View commit details
    Browse the repository at this point in the history
  9. Rework examples gallery

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    c92ddcc View commit details
    Browse the repository at this point in the history
  10. Change cards on doc index page

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    11ac294 View commit details
    Browse the repository at this point in the history
  11. Revert nbsphinx building to "auto"

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    3b98556 View commit details
    Browse the repository at this point in the history
  12. Add two new pattern processing examples

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    b42657e View commit details
    Browse the repository at this point in the history
  13. Use already downloaded Si dataset in examples

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    5009db1 View commit details
    Browse the repository at this point in the history
  14. Improve use of Intersphinx in docs

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    f19dd08 View commit details
    Browse the repository at this point in the history
  15. Some more improvements of Intersphinxing

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    b402063 View commit details
    Browse the repository at this point in the history
  16. Add examples for background correction and averaging

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    7fefd6b View commit details
    Browse the repository at this point in the history
  17. Add Zenodo contributors file

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    135ba80 View commit details
    Browse the repository at this point in the history