docs: adjust README

This commit is contained in:
Christian Schwarz 2017-11-11 23:19:58 +01:00
parent 8cc31bd76a
commit ae4b12c9ba

View File

@ -32,12 +32,11 @@ Make sure to develop an understanding how zrepl is typically used by studying th
``` ```
├── cmd ├── cmd
│   ├── sampleconf # example configuration │   ├── sampleconf # example configuration
├── docs ├── docs # sphinx-based documentation
│   ├── content # hugo-based documentation -> sources for ./public_git │   ├── **/*.rst # documentation in reStructuredText
│   ├── deploy.sh # shell script for automated rendering & deploy to zrepl.github.io repo │   ├── conf.py # sphinx configuration
│   ├── public_git # used by above shell script │   ├── publish.sh # shell script for automated rendering & deploy to zrepl.github.io repo
│   └── themes │   ├── public_git # checkout of zrepl.github.io used by above shell script
│   └── docdock # submodule of our docdock theme fork
├── jobrun # OBSOLETE ├── jobrun # OBSOLETE
├── logger # logger package used by zrepl ├── logger # logger package used by zrepl
├── rpc # rpc protocol implementation ├── rpc # rpc protocol implementation