diff --git a/_sources/index.rst b/_sources/index.rst index f78eb8314d..c43ecc10c0 100644 --- a/_sources/index.rst +++ b/_sources/index.rst @@ -31,4 +31,5 @@ Contenidos: :maxdepth: 1 index_es - index_en \ No newline at end of file + index_en + pycomponent \ No newline at end of file diff --git a/_sources/pycomponent.rst b/_sources/pycomponent.rst new file mode 100644 index 0000000000..b181397721 --- /dev/null +++ b/_sources/pycomponent.rst @@ -0,0 +1,8 @@ +================== +PyScript Component +================== + +This is a demo implementation of a PyScript component. It is a simple component that takes a Python script as input and executes it. This component also has support for Pandas library. + +.. raw:: html + :file: ../pyscript.html \ No newline at end of file diff --git a/build_info b/build_info new file mode 100644 index 0000000000..1d0fe84223 --- /dev/null +++ b/build_info @@ -0,0 +1 @@ +unknown-0-0 diff --git a/pyscript.html b/pyscript.html new file mode 100644 index 0000000000..1b05c331b3 --- /dev/null +++ b/pyscript.html @@ -0,0 +1,53 @@ +