Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix sphinx build warnings and errors #17025

Merged
merged 28 commits into from Aug 16, 2017
Merged

fix sphinx build warnings and errors #17025

merged 28 commits into from Aug 16, 2017

Commits on Aug 16, 2017

  1. doc/rados use func reference for rados_set_alloc_hint linking

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    ae88a65 View commit details
    Browse the repository at this point in the history
  2. doc escape and remove invalid chars in release notes, causing sphinx …

    …errors
    
    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    7409d32 View commit details
    Browse the repository at this point in the history
  3. doc: bump the max depth of the toctree, so that it can find nested in…

    …dexes
    
    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    e44f6d5 View commit details
    Browse the repository at this point in the history
  4. doc/logging fix unexpected indent in paragraph

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    640e080 View commit details
    Browse the repository at this point in the history
  5. doc/rados/api remove '*' in automethod call

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    e32f9be View commit details
    Browse the repository at this point in the history
  6. doc/radosgw fix missing newline on definition

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    e898eb7 View commit details
    Browse the repository at this point in the history
  7. doc/radosgw add newline after field list

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    58a82d9 View commit details
    Browse the repository at this point in the history
  8. doc/rados/operations add newline after definition

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    e925b9f View commit details
    Browse the repository at this point in the history
  9. doc/rados/operations add missing link for crush pdf

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    80f66e0 View commit details
    Browse the repository at this point in the history
  10. pybind: fix invalid doctring in Rados.require_state

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    9a247e1 View commit details
    Browse the repository at this point in the history
  11. pybind fix rbd trash_move docstring, needed a newline

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    89ace1b View commit details
    Browse the repository at this point in the history
  12. doc/rados/operations include pg-repair document in the toctree

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    10e457f View commit details
    Browse the repository at this point in the history
  13. admin: do not allow errors or warnings from doc build

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    d3543ef View commit details
    Browse the repository at this point in the history
  14. doc/cephfs add label to health messages for use in refs linking

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    d8b2870 View commit details
    Browse the repository at this point in the history
  15. doc/rados/operations add label for crush map tunables for ref linking

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    234c6a4 View commit details
    Browse the repository at this point in the history
  16. doc/rados/operations use the new ref label for crush map tunables

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    d8932d6 View commit details
    Browse the repository at this point in the history
  17. admin: bump sphinx to 1.6

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    88a1114 View commit details
    Browse the repository at this point in the history
  18. doc/rados/api/python document required_state manually

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    c7973cb View commit details
    Browse the repository at this point in the history
  19. doc/rados/operations add ref label for placement group number

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    6c97013 View commit details
    Browse the repository at this point in the history
  20. doc/rados/operations use new ref label in health-checks

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    5a3da3a View commit details
    Browse the repository at this point in the history
  21. doc/rados/operations add a ref label to pool application

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    aa90ea2 View commit details
    Browse the repository at this point in the history
  22. doc/rados/operations add a ref label to erasure code profiles

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    d6164f2 View commit details
    Browse the repository at this point in the history
  23. doc/rados/operations use new ref labels in health-checks

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    3ec44df View commit details
    Browse the repository at this point in the history
  24. doc/release-notes use new ref label for erasure code profiles

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    5c334d8 View commit details
    Browse the repository at this point in the history
  25. doc: exclude mgr from man pages, define a man index.rst

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    8e06659 View commit details
    Browse the repository at this point in the history
  26. doc: create an index/toctree only for man pages

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    e211924 View commit details
    Browse the repository at this point in the history
  27. doc exclude man_index when not building man pages

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    f78a991 View commit details
    Browse the repository at this point in the history
  28. doc: fix short underline on release-notes

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Aug 16, 2017
    Copy the full SHA
    457754e View commit details
    Browse the repository at this point in the history