rs-station / reciprocalspaceship

Tools for exploring reciprocal space
https://rs-station.github.io/reciprocalspaceship/
MIT License
28 stars 11 forks source link

Add `is_polar()` and `polar_axes()` to utility functions docs #178

Closed JBGreisman closed 1 year ago

JBGreisman commented 1 year ago

I forgot to add rs.utils.is_polar() and rs.utils.polar_axes() to rs.utils.__all__, which means that the functions were left off the "Developers" section of the documentation. This PR adds those functions to rs.utils.__all__ so that the functions are added to the utility functions documentation (https://hekstra-lab.github.io/reciprocalspaceship/developers/utilities.html)