# About

Project information, licensing, and how to cite GWexpy.

::::{grid} 1 2 2 2
:gutter: 3

:::{grid-item-card} {octicon}`law;1.5em;sd-mr-1` License
:link: license
:link-type: doc

The terms GWexpy is released under.
:::

:::{grid-item-card} {octicon}`quote;1.5em;sd-mr-1` Citation
:link: citation
:link-type: doc

How to cite GWexpy in your research.
:::

:::{grid-item-card} {octicon}`tag;1.5em;sd-mr-1` Changelog
:link: changelog
:link-type: doc

Release notes and version history.
:::

:::{grid-item-card} {octicon}`git-pull-request;1.5em;sd-mr-1` Developer guide
:link: developer
:link-type: doc

Issues and pull requests are welcome on GitHub.
:::
:::{grid-item-card} Known limitations
:link: known_limitations
:link-type: doc

Supported boundaries and alternatives for the released package.
:::

:::{grid-item-card} Documentation version
:link: documentation_version
:link-type: doc

Compare the source revision and tested release with your environment.
:::
::::

## Contributing

GWexpy welcomes contributions. The short version: fork the repository, create a
branch for your change, and open a pull request against `main`. See
[CONTRIBUTING.md](https://github.com/tatsuki-washimi/gwexpy/blob/main/CONTRIBUTING.md)
for the full workflow, coding conventions, and test expectations, and the
[Code of Conduct](https://github.com/tatsuki-washimi/gwexpy/blob/main/CODE_OF_CONDUCT.md)
for community expectations.

See the [Developer guide](developer.md) for documentation builds and internal design resources.

```{toctree}
:hidden:

license
citation
changelog
known_limitations
documentation_version
developer
```