From cf1c58e2bc3e78208a485b13569b2032eb3fbd60 Mon Sep 17 00:00:00 2001 From: Taichi Gardener <62079278+taichi-gardener@users.noreply.github.com> Date: Thu, 20 Jul 2023 17:24:06 +0800 Subject: [PATCH] Sync and update documentation content. (#944) Co-authored-by: Taichi Gardener --- .../src/pages/api/master/taichi/index.html | 31 +++++++++++++++++++ .../src/pages/api/v1.6.0/taichi/index.html | 31 +++++++++++++++++++ 2 files changed, 62 insertions(+) diff --git a/website/src/pages/api/master/taichi/index.html b/website/src/pages/api/master/taichi/index.html index 8763131bf..22b124fea 100644 --- a/website/src/pages/api/master/taichi/index.html +++ b/website/src/pages/api/master/taichi/index.html @@ -2154,6 +2154,15 @@ +
  • + + + + StructField.parent() + + + +
  • @@ -5170,6 +5179,11 @@ get_member_field
  • +
  • + + parent + +
  • to_numpy @@ -8799,6 +8813,23 @@ +
    +
    +parent(self, n=1)#
    +

    Gets an ancestor of the representative SNode in the SNode tree.

    +
    +
    Parameters:
    +

    n (int) – the number of levels going up from the representative SNode.

    +
    +
    Returns:
    +

    The n-th parent of the representative SNode.

    +
    +
    Return type:
    +

    SNode

    +
    +
    +
    +
    to_numpy(self)#
    diff --git a/website/src/pages/api/v1.6.0/taichi/index.html b/website/src/pages/api/v1.6.0/taichi/index.html index 0ed772a7a..a6395049b 100644 --- a/website/src/pages/api/v1.6.0/taichi/index.html +++ b/website/src/pages/api/v1.6.0/taichi/index.html @@ -2134,6 +2134,15 @@
  • +
  • + + + + StructField.parent() + + + +
  • @@ -5111,6 +5120,11 @@ get_member_field
  • +
  • + + parent + +
  • to_numpy @@ -8675,6 +8689,23 @@ +
    +
    +parent(self, n=1)#
    +

    Gets an ancestor of the representative SNode in the SNode tree.

    +
    +
    Parameters:
    +

    n (int) – the number of levels going up from the representative SNode.

    +
    +
    Returns:
    +

    The n-th parent of the representative SNode.

    +
    +
    Return type:
    +

    SNode

    +
    +
    +
    +
    to_numpy(self)#