1# phono3py
2A simulation package of phonon-phonon interaction related properties. Phono3py user documetation is found at http://phonopy.github.io/phono3py/.
3
4## Mailing list for questions
5
6Usual phono3py questions should be sent to phonopy mailing list (https://sourceforge.net/p/phonopy/mailman/).
7
8## Development
9
10The development of phono3py is managed on the `develop` branch of github phono3py repository.
11
12* Github issues is the place to discuss about phono3py issues.
13* Github pull request is the place to request merging source code.
14
15## Documentation
16
17Phono3py user documetation is written using python sphinx. The source files are stored in `doc` directory. Please see how to write the documentation at `doc/README.md`.
18