mirror of https://github.com/phonopy/phono3py.git
650adff94d | ||
---|---|---|
.. | ||
_static | ||
Makefile | ||
README.md | ||
Si-JDOS.png | ||
Si-coleigplot.png | ||
Si-convergence.png | ||
Si-kaccum-MFP.png | ||
Si-kaccum-m191919.png | ||
Si-kaccum-pwscf.png | ||
Si-kaccum.png | ||
Si-kdeplot-OrRd.png | ||
Si-kdeplot-bwr.png | ||
Si-kdeplot-gnuplot.png | ||
Si-kdeplot-hsv.png | ||
Si-kdeplot-jet.png | ||
Si-kdeplot-seismic.png | ||
Si-kdeplot.png | ||
auxiliary-tools.md | ||
changelog.md | ||
citation.md | ||
command-options.md | ||
conf.py | ||
crystal.md | ||
cutoff-pair.md | ||
direct-solution.md | ||
examples.md | ||
external-tools.md | ||
hdf5_howto.md | ||
index.md | ||
input-output-files.md | ||
install.md | ||
interfaces.md | ||
phono3py-api.md | ||
phono3py-load.md | ||
procedure.png | ||
pypolymlp.md | ||
qe.md | ||
random-displacements.md | ||
reference.md | ||
references.bib | ||
tc_Wigner_La2Zr2O7.png | ||
tips.md | ||
turbomole.md | ||
vasp.md | ||
wigner-solution.md | ||
workflow.md | ||
workload-distribution.md |
README.md
How to write phono3py documentation
This directory contains python-sphinx documentation source.
How to compile
make html
Source files
conf.py
contains the sphinx setting confiuration.*.rst
are the usual sphinx documentation source and the filenames without.rst
are the keys to link from toctree mainly inindex.rst
.
How to publish
Web page files are copied to gh-pages
branch. At the phono3py github top directory,
git checkout gh-pages
rm -r .buildinfo .doctrees *
From the directory the sphinx doc is complied,
rsync -avh _build/ <phono3py-repository-directory>/
Again, at the phono3py github top directory,
git add .
git commit -a -m "Update documentation ..."
git push