Commit c90614a
committed
fix(docs): rename client/containers.rst to ps.rst
Sphinx has been logging this error since #813 was merged:
```console
docs matt$ make server
sphinx-build -b dirhtml -d _build/doctrees . _build/dirhtml
...
/Users/matt/Projects/deis/docs/client/index.rst:12: WARNING: toctree contains reference to nonexisting document u'client/ps'
```
It appears we forgot to rename the source file from containers.rst
to ps.rst, and doing so fixes the docset.1 parent df5aa92 commit c90614a
1 file changed
File renamed without changes.
0 commit comments