Fix warnings in doc build
Change-Id: I405cac1e5e1a21c9b5d4292550afc917e225eb46
This commit is contained in:
parent
f73478addc
commit
5d79f8aa9f
@ -3,7 +3,7 @@ Stackalytics JSON API v1.0
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
JSON API v1.0 corresponds to Stackalytics v0.3.X
|
JSON API v1.0 corresponds to Stackalytics v0.X
|
||||||
|
|
||||||
1 General API information
|
1 General API information
|
||||||
=========================
|
=========================
|
||||||
@ -20,13 +20,13 @@ requests limitations.
|
|||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
.. sourcecode:: http
|
.. sourcecode:: none
|
||||||
|
|
||||||
GET /api/1.0/stats/companies
|
GET /api/1.0/stats/companies
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
.. sourcecode:: http
|
.. sourcecode:: none
|
||||||
|
|
||||||
GET /api/1.0/stats/companies?callback=myCallback
|
GET /api/1.0/stats/companies?callback=myCallback
|
||||||
Accept: application/javascript
|
Accept: application/javascript
|
||||||
@ -102,7 +102,7 @@ Modules which metric is 0 are omitted.
|
|||||||
|
|
||||||
**Example Request**
|
**Example Request**
|
||||||
|
|
||||||
.. sourcecode:: http
|
.. sourcecode:: none
|
||||||
|
|
||||||
GET /api/1.0/stats/modules?release=havana&metric=commits&project_type=openstack&user_id=zulcss
|
GET /api/1.0/stats/modules?release=havana&metric=commits&project_type=openstack&user_id=zulcss
|
||||||
|
|
||||||
@ -149,7 +149,7 @@ Companies which metric is 0 are omitted.
|
|||||||
|
|
||||||
**Example Request**
|
**Example Request**
|
||||||
|
|
||||||
.. sourcecode:: http
|
.. sourcecode:: none
|
||||||
|
|
||||||
GET /api/1.0/stats/companies?release=havana&metric=commits&project_type=openstack&module=neutron
|
GET /api/1.0/stats/companies?release=havana&metric=commits&project_type=openstack&module=neutron
|
||||||
|
|
||||||
@ -206,7 +206,7 @@ Engineers who has metric 0 are omitted. For reviews also added column with revie
|
|||||||
|
|
||||||
**Example Request: Commits**
|
**Example Request: Commits**
|
||||||
|
|
||||||
.. sourcecode:: http
|
.. sourcecode:: none
|
||||||
|
|
||||||
GET /api/1.0/stats/engineers?release=havana&metric=commits&project_type=openstack&module=pbr
|
GET /api/1.0/stats/engineers?release=havana&metric=commits&project_type=openstack&module=pbr
|
||||||
|
|
||||||
@ -241,7 +241,7 @@ Engineers who has metric 0 are omitted. For reviews also added column with revie
|
|||||||
|
|
||||||
**Example Request: Reviews**
|
**Example Request: Reviews**
|
||||||
|
|
||||||
.. sourcecode:: http
|
.. sourcecode:: none
|
||||||
|
|
||||||
GET /api/1.0/stats/engineers?release=havana&metric=marks&project_type=openstack&module=pbr
|
GET /api/1.0/stats/engineers?release=havana&metric=marks&project_type=openstack&module=pbr
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user