Skip to content

Commit

Permalink
Update api.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kingmalza committed Mar 19, 2019
1 parent 7c9024d commit eee8edc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ This bla bla bla
**Foreign keyword in table:**

main_id -> temp_main.id

test_id -> temp_case.id

key_id -> temp_keywords.id

.. code-block:: python
Expand Down Expand Up @@ -205,6 +207,7 @@ This bla bla bla
**Foreign keyword in table:**

id_grp -> t_group.id

id_temp -> temp_main.id

.. code-block:: python
Expand All @@ -221,6 +224,7 @@ This bla bla bla
**Foreign keyword in table:**

test_main -> temp_main.id

group_id -> t_group.id

.. code-block:: python
Expand All @@ -237,6 +241,7 @@ This bla bla bla
**Foreign keyword in table:**

id_test -> t_history.id

id_time -> t_time.id

.. code-block:: python
Expand All @@ -263,6 +268,7 @@ This bla bla bla
**Foreign keyword in table:**

main_id -> temp_main.id

tag_id -> t_tags.id

.. code-block:: python
Expand Down

0 comments on commit eee8edc

Please sign in to comment.