Update _scheduler/docs and _scheduler/jobs's "info" field (#456)

Recently "info" field for running and pending states switched to having
replication stats instead of being `null`, so update documentation accordingly.

Related PR: https://github.com/apache/couchdb/pull/2292
2 files changed
tree: 8341ff747e9b1f8c594eaa2adfb47f5ca63ce2c3
  1. .github/
  2. ext/
  3. images/
  4. rfcs/
  5. src/
  6. static/
  7. templates/
  8. .gitignore
  9. .travis.yml
  10. CONTRIBUTING.md
  11. LICENSE
  12. make.bat
  13. Makefile
  14. NOTICE
  15. README.md
  16. rebar.config
  17. requirements.txt
README.md

CouchDB Documentation Build Status

This repository contains the Sphinx source for Apache CouchDB's documentation. You can view the latest rendered build of this content at:

http://docs.couchdb.org/en/latest

Building this repo

Install Python 2.7+ and pip. Then:

$ virtualenv venv
$ . ./venv/bin/activate
$ pip install -r requirements.txt
$ make html # builds the docs
$ make check # syntax checks the docs

Feedback, Issues, Contributing

General feedback is welcome at our user or developer mailing lists.

Apache CouchDB has a CONTRIBUTING file with details on how to get started with issue reporting or contributing to the upkeep of this project.