:notoc: .. pyufunc documentation master file, created by Xiangyong Luo .. module:: pyufunc ********************* pyufunc documentation ********************* **A categorized collection of Python utility functions** **Date**: |today| **Version**: |version| **Previous versions**: Documentation of previous pyufunc versions is available at `pyufunc `__. **Useful links**: `Binary Installers `__ | `Source Repository `__ | `Issues & Ideas `__ | :mod:`pyufunc` is an open source, MIT-licensed library that provides categorized utility functions for the `Python `__ programming language. The package includes general helpers and selected wrappers around third-party utility packages. .. grid:: 1 2 2 2 :gutter: 4 :padding: 2 2 0 0 :class-container: sd-text-center .. grid-item-card:: Getting started :img-top: _static/index_getting_started.svg :class-card: intro-card :shadow: md New to *pyufunc*? Check out the getting started guides. They contain an introduction to *pyufunc'* main concepts and links to additional tutorials. +++ .. button-ref:: getting_started :ref-type: ref :click-parent: :color: secondary :expand: To getting started guides .. grid-item-card:: API reference :img-top: _static/index_api.svg :class-card: intro-card :shadow: md The reference guide contains a detailed description of the pyufunc API. The reference describes how the methods work and which parameters can be used. It assumes that you have an understanding of the key concepts. +++ .. button-ref:: api :ref-type: ref :click-parent: :color: secondary :expand: To the reference guide .. grid-item-card:: Developer guide :img-top: _static/index_contribute.svg :class-card: intro-card :shadow: md Saw a typo in the documentation? Want to improve existing functionalities? The contributing guidelines will guide you through the process of improving pyufunc. +++ .. button-ref:: development :ref-type: ref :click-parent: :color: secondary :expand: To the development guide .. grid-item-card:: Release notes :img-top: _static/index_release_notes.svg :class-card: intro-card :shadow: md The release notes contain a detailed description of the changes in each pyufunc release. It is recommended to check the release notes when updating pyufunc to a new version. +++ .. button-ref:: release :ref-type: ref :click-parent: :color: secondary :expand: To the release notes .. toctree:: :maxdepth: 3 :hidden: :titlesonly: getting_started/index reference/index development/index release_notes/index acknowledgement/index