diff --git a/docs/nodes/AI_ML/CLASSIFICATION/ACCURACY/ACCURACY.md b/docs/nodes/AI_ML/CLASSIFICATION/ACCURACY/ACCURACY.md index d9d15925b0..2090374ed5 100644 --- a/docs/nodes/AI_ML/CLASSIFICATION/ACCURACY/ACCURACY.md +++ b/docs/nodes/AI_ML/CLASSIFICATION/ACCURACY/ACCURACY.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Determine whether predictions are accurate + [//]: # (Custom component imports) @@ -17,8 +18,6 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; - - [//]: # (Examples) ## Examples @@ -26,7 +25,7 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; import Example1 from './examples/EX1/example.md'; import App1 from '!!raw-loader!./examples/EX1/app.json'; - +### Process and classify an image - - - + [//]: # (Appendix) @@ -54,4 +51,4 @@ import Media from './appendix/media.md'; - + \ No newline at end of file diff --git a/docs/nodes/AI_ML/IMAGE_CLASSIFICATION/HUGGING_FACE_PIPELINE/examples/EX1/example.md b/docs/nodes/AI_ML/IMAGE_CLASSIFICATION/HUGGING_FACE_PIPELINE/examples/EX1/example.md index 45530f1525..2998b8f656 100644 --- a/docs/nodes/AI_ML/IMAGE_CLASSIFICATION/HUGGING_FACE_PIPELINE/examples/EX1/example.md +++ b/docs/nodes/AI_ML/IMAGE_CLASSIFICATION/HUGGING_FACE_PIPELINE/examples/EX1/example.md @@ -1,3 +1,5 @@ -In this example, a `LOCAL_FILE` node reads in a png image of Ada Lovelace. + -The Hugging Face Image classification pipeline processes the image and tries to classify this portrait. \ No newline at end of file +In this example, a `LOCAL_FILE` node reads in a .png image with a protrait of Ada Lovelace. + +The `HUGGING_FACE_PIPELINE` node processes the image and tries to classify this portrait. \ No newline at end of file diff --git a/docs/nodes/AI_ML/NLP/COUNT_VECTORIZER/COUNT_VECTORIZER.md b/docs/nodes/AI_ML/NLP/COUNT_VECTORIZER/COUNT_VECTORIZER.md index 7ab89c5629..f087b2f911 100644 --- a/docs/nodes/AI_ML/NLP/COUNT_VECTORIZER/COUNT_VECTORIZER.md +++ b/docs/nodes/AI_ML/NLP/COUNT_VECTORIZER/COUNT_VECTORIZER.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Transform text to words and a matrix + - - [//]: # (Examples) ## Examples @@ -34,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Load `scikit` images + - - [//]: # (Examples) ## Examples @@ -27,7 +25,7 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; import Example1 from './examples/EX1/example.md'; import App1 from '!!raw-loader!./examples/EX1/app.json'; - +### Generate a single Scalar value - - [//]: # (Appendix) @@ -55,4 +51,4 @@ import Media from './appendix/media.md'; - + \ No newline at end of file diff --git a/docs/nodes/GENERATORS/SIMULATIONS/SCALAR/examples/EX1/example.md b/docs/nodes/GENERATORS/SIMULATIONS/SCALAR/examples/EX1/example.md index 5e047b0f2d..9e8fbc1591 100644 --- a/docs/nodes/GENERATORS/SIMULATIONS/SCALAR/examples/EX1/example.md +++ b/docs/nodes/GENERATORS/SIMULATIONS/SCALAR/examples/EX1/example.md @@ -1,3 +1,5 @@ + + In this example, the `LINSPACE` node is used to generate a list of 200 samples and is added with a `SCALAR` node that holds a value of 10. Therefore, all of the points that were generated have increased by 10. diff --git a/docs/nodes/GENERATORS/SIMULATIONS/SECOND_ORDER_SYSTEM/SECOND_ORDER_SYSTEM.md b/docs/nodes/GENERATORS/SIMULATIONS/SECOND_ORDER_SYSTEM/SECOND_ORDER_SYSTEM.md index 03c7a1c1be..ce18d0b1e8 100644 --- a/docs/nodes/GENERATORS/SIMULATIONS/SECOND_ORDER_SYSTEM/SECOND_ORDER_SYSTEM.md +++ b/docs/nodes/GENERATORS/SIMULATIONS/SECOND_ORDER_SYSTEM/SECOND_ORDER_SYSTEM.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Apply a second order exponential function + {DocstringSource} {PythonSource} - - - + [//]: # (Examples) @@ -27,7 +25,7 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; import Example1 from './examples/EX1/example.md'; import App1 from '!!raw-loader!./examples/EX1/app.json'; - +### Generate a TextBlob - - [//]: # (Appendix) @@ -55,4 +51,4 @@ import Media from './appendix/media.md'; - + \ No newline at end of file diff --git a/docs/nodes/GENERATORS/SIMULATIONS/TIMESERIES/TIMESERIES.md b/docs/nodes/GENERATORS/SIMULATIONS/TIMESERIES/TIMESERIES.md index 36c2042b02..f7f74ac6c1 100644 --- a/docs/nodes/GENERATORS/SIMULATIONS/TIMESERIES/TIMESERIES.md +++ b/docs/nodes/GENERATORS/SIMULATIONS/TIMESERIES/TIMESERIES.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Generate random timeseries data + [//]: # (Custom component imports) @@ -17,8 +18,6 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; - - [//]: # (Examples) ## Examples @@ -26,7 +25,7 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; import Example1 from './examples/EX1/example.md'; import App1 from '!!raw-loader!./examples/EX1/app.json'; - +### Simulate a Weinschel 8320 attenuator - - - + [//]: # (Appendix) @@ -54,4 +51,4 @@ import Media from './appendix/media.md'; - + \ No newline at end of file diff --git a/docs/nodes/INSTRUMENTS/MOCK/MOCK_WEINSCHEL8320/examples/EX1/example.md b/docs/nodes/INSTRUMENTS/MOCK/MOCK_WEINSCHEL8320/examples/EX1/example.md index 8a602901e0..3f297f1cca 100644 --- a/docs/nodes/INSTRUMENTS/MOCK/MOCK_WEINSCHEL8320/examples/EX1/example.md +++ b/docs/nodes/INSTRUMENTS/MOCK/MOCK_WEINSCHEL8320/examples/EX1/example.md @@ -4,6 +4,8 @@ description: In this example, we mock a Weinschel 8320 keyword: [Python, Instrument, Weinschel 8320, Weinschel 8320 control, Python instrument integration, Measurement and analysis, Python"-"based instrument control, Keithley instrument control, Enhance measurements with Python, Python"-"based measurement techniques, Streamline instrument usage, Accurate data analysis,Python integration with Weinschel 8320] --- -This example is for testing purposes. Using QCoDeS, we mock (or simulate) a Weinschel 8320 attenuator. +This example is used for testing purposes. -We also use the CLOSE_ALL node which closes all QCoDeS instruments so they can be used for the next run. +Using QCoDeS, we mock (or simulate) a Weinschel 8320 attenuator. + +We also use the `CLOSE_ALL` node to close all QCoDeS instruments so that they can be used in the next run. diff --git a/docs/nodes/INSTRUMENTS/PHIDGET/PHIDGET22/PHIDGET22.md b/docs/nodes/INSTRUMENTS/PHIDGET/PHIDGET22/PHIDGET22.md index 5447ee3fc6..54ba14ca51 100644 --- a/docs/nodes/INSTRUMENTS/PHIDGET/PHIDGET22/PHIDGET22.md +++ b/docs/nodes/INSTRUMENTS/PHIDGET/PHIDGET22/PHIDGET22.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Measure pressures from Flexiforce sensors + [//]: # (Custom component imports) @@ -17,8 +18,6 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; - - [//]: # (Examples) ## Examples @@ -26,7 +25,7 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; import Example1 from './examples/EX1/example.md'; import App1 from '!!raw-loader!./examples/EX1/app.json'; - +### Close all QCoDeS instruments - - - + [//]: # (Appendix) @@ -54,4 +51,4 @@ import Media from './appendix/media.md'; - + \ No newline at end of file diff --git a/docs/nodes/INSTRUMENTS/QCODES/CLOSE_ALL/examples/EX1/example.md b/docs/nodes/INSTRUMENTS/QCODES/CLOSE_ALL/examples/EX1/example.md index 797c128d59..8258388b4a 100644 --- a/docs/nodes/INSTRUMENTS/QCODES/CLOSE_ALL/examples/EX1/example.md +++ b/docs/nodes/INSTRUMENTS/QCODES/CLOSE_ALL/examples/EX1/example.md @@ -4,6 +4,8 @@ description: In this example, we mock a Weinschel 8320 keyword: [Python, Instrument, Weinschel 8320, Weinschel 8320 control, Python instrument integration, Measurement and analysis, Python"-"based instrument control, Keithley instrument control, Enhance measurements with Python, Python"-"based measurement techniques, Streamline instrument usage, Accurate data analysis,Python integration with Weinschel 8320] --- -This example is for testing purposes. Using QCoDeS, we mock (or simulate) a Weinschel 8320 attenuator. +This example is used for testing purposes. -We also use the CLOSE_ALL node which closes all QCoDeS instruments so they can be used for the next run. +Using QCoDeS, we mock (or simulate) a Weinschel 8320 attenuator. + +We also use the `CLOSE_ALL` node to close all QCoDeS instruments so that they can be used in the next run. diff --git a/docs/nodes/INSTRUMENTS/SERIAL/SERIAL_SINGLE_MEASUREMENT/SERIAL_SINGLE_MEASUREMENT.md b/docs/nodes/INSTRUMENTS/SERIAL/SERIAL_SINGLE_MEASUREMENT/SERIAL_SINGLE_MEASUREMENT.md index 46c9a09df6..82316483d0 100644 --- a/docs/nodes/INSTRUMENTS/SERIAL/SERIAL_SINGLE_MEASUREMENT/SERIAL_SINGLE_MEASUREMENT.md +++ b/docs/nodes/INSTRUMENTS/SERIAL/SERIAL_SINGLE_MEASUREMENT/SERIAL_SINGLE_MEASUREMENT.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Take a single reading from a serial device + + [//]: # 'Custom component imports' import DocString from '@site/src/components/DocString'; @@ -23,6 +25,7 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; import Example1 from './examples/EX1/example.md'; import App1 from '!!raw-loader!./examples/EX1/app.json'; +### Download a DataContainer from Flojoy Cloud - - [//]: # 'Appendix' @@ -48,3 +49,5 @@ import Media from './appendix/media.md'; + + \ No newline at end of file diff --git a/docs/nodes/LOADERS/CLOUD_DATABASE/FLOJOY_CLOUD_DOWNLOAD/examples/EX1/example.md b/docs/nodes/LOADERS/CLOUD_DATABASE/FLOJOY_CLOUD_DOWNLOAD/examples/EX1/example.md index e69de29bb2..dba3b0e524 100644 --- a/docs/nodes/LOADERS/CLOUD_DATABASE/FLOJOY_CLOUD_DOWNLOAD/examples/EX1/example.md +++ b/docs/nodes/LOADERS/CLOUD_DATABASE/FLOJOY_CLOUD_DOWNLOAD/examples/EX1/example.md @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/nodes/LOADERS/CLOUD_DATABASE/FLOJOY_CLOUD_UPLOAD/FLOJOY_CLOUD_UPLOAD.md b/docs/nodes/LOADERS/CLOUD_DATABASE/FLOJOY_CLOUD_UPLOAD/FLOJOY_CLOUD_UPLOAD.md index a870981b1c..f0b6f3e323 100644 --- a/docs/nodes/LOADERS/CLOUD_DATABASE/FLOJOY_CLOUD_UPLOAD/FLOJOY_CLOUD_UPLOAD.md +++ b/docs/nodes/LOADERS/CLOUD_DATABASE/FLOJOY_CLOUD_UPLOAD/FLOJOY_CLOUD_UPLOAD.md @@ -1,3 +1,5 @@ + + [//]: # 'Custom component imports' import DocString from '@site/src/components/DocString'; @@ -23,6 +25,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; import Example1 from './examples/EX1/example.md'; import App1 from '!!raw-loader!./examples/EX1/app.json'; +### Upload a DataContainer to Flojoy Cloud + - - [//]: # 'Appendix' @@ -47,3 +49,5 @@ import Media from './appendix/media.md'; + + \ No newline at end of file diff --git a/docs/nodes/LOADERS/CLOUD_DATABASE/FLOJOY_CLOUD_UPLOAD/examples/EX1/example.md b/docs/nodes/LOADERS/CLOUD_DATABASE/FLOJOY_CLOUD_UPLOAD/examples/EX1/example.md index 4ec2af5b29..31a9253642 100644 --- a/docs/nodes/LOADERS/CLOUD_DATABASE/FLOJOY_CLOUD_UPLOAD/examples/EX1/example.md +++ b/docs/nodes/LOADERS/CLOUD_DATABASE/FLOJOY_CLOUD_UPLOAD/examples/EX1/example.md @@ -1 +1,3 @@ -This is the exact same as the default example app, except we will stream the result of the ADD node to [Flojoy Cloud](https://cloud.flojoy.ai) + + +This is the exact same as the default example app, except we will stream the result of the `ADD` node to [Flojoy Cloud](https://cloud.flojoy.ai). diff --git a/docs/nodes/LOADERS/INTERNAL_MEMORY/DS_LOAD/DS_LOAD.md b/docs/nodes/LOADERS/INTERNAL_MEMORY/DS_LOAD/DS_LOAD.md index 0d443db7f1..cd39316c08 100644 --- a/docs/nodes/LOADERS/INTERNAL_MEMORY/DS_LOAD/DS_LOAD.md +++ b/docs/nodes/LOADERS/INTERNAL_MEMORY/DS_LOAD/DS_LOAD.md @@ -19,19 +19,17 @@ import AppendixSection from '@site/src/components/AppendixSection'; import DocstringSource from '!!raw-loader!./a1-[autogen]/docstring.txt'; import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; - {DocstringSource} {PythonSource} - - - [//]: # (Examples) ## Examples +### Load data from in-memory data storage + @@ -39,8 +37,6 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; - - [//]: # (Appendix) import Notes from './appendix/notes.md'; diff --git a/docs/nodes/LOADERS/LOCAL_FILE_SYSTEM/BATCH_PROCESSOR/BATCH_PROCESSOR.md b/docs/nodes/LOADERS/LOCAL_FILE_SYSTEM/BATCH_PROCESSOR/BATCH_PROCESSOR.md index 8e047fa2de..d2daf7f644 100644 --- a/docs/nodes/LOADERS/LOCAL_FILE_SYSTEM/BATCH_PROCESSOR/BATCH_PROCESSOR.md +++ b/docs/nodes/LOADERS/LOCAL_FILE_SYSTEM/BATCH_PROCESSOR/BATCH_PROCESSOR.md @@ -33,6 +33,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import outputImg from './examples/EX1/output.jpeg' import appImg from './examples/EX1/app.jpeg' +### Batch load TIFF images from disk + [//]: # (Custom component imports) @@ -17,13 +18,11 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; - - [//]: # (Examples) ## Examples - +### Load and convert a remote file to a DataContainer - - [//]: # (Appendix) @@ -50,4 +47,4 @@ import Media from './appendix/media.md'; - + \ No newline at end of file diff --git a/docs/nodes/LOGIC_GATES/CONDITIONALS/CONDITIONAL/CONDITIONAL.md b/docs/nodes/LOGIC_GATES/CONDITIONALS/CONDITIONAL/CONDITIONAL.md index e9c5fe2859..3f964edfad 100644 --- a/docs/nodes/LOGIC_GATES/CONDITIONALS/CONDITIONAL/CONDITIONAL.md +++ b/docs/nodes/LOGIC_GATES/CONDITIONALS/CONDITIONAL/CONDITIONAL.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Compare two inputs + [//]: # 'Custom component imports' @@ -18,8 +19,6 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; - - [//]: # 'Examples' ## Examples @@ -27,7 +26,7 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; import Example1 from './examples/EX1/example.md'; import App1 from '!!raw-loader!./examples/EX1/app.json'; - +### End the iteration of a loop - - - + [//]: # 'Appendix' @@ -55,4 +52,4 @@ import Media from './appendix/media.md'; - + \ No newline at end of file diff --git a/docs/nodes/LOGIC_GATES/LOOP_TOOLS/BREAK/examples/EX1/example.md b/docs/nodes/LOGIC_GATES/LOOP_TOOLS/BREAK/examples/EX1/example.md index e69de29bb2..dba3b0e524 100644 --- a/docs/nodes/LOGIC_GATES/LOOP_TOOLS/BREAK/examples/EX1/example.md +++ b/docs/nodes/LOGIC_GATES/LOOP_TOOLS/BREAK/examples/EX1/example.md @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/nodes/LOGIC_GATES/LOOP_TOOLS/LOOP_INDEX/LOOP_INDEX.md b/docs/nodes/LOGIC_GATES/LOOP_TOOLS/LOOP_INDEX/LOOP_INDEX.md index 8a1cf909bb..37f1f0cc49 100644 --- a/docs/nodes/LOGIC_GATES/LOOP_TOOLS/LOOP_INDEX/LOOP_INDEX.md +++ b/docs/nodes/LOGIC_GATES/LOOP_TOOLS/LOOP_INDEX/LOOP_INDEX.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Track the number of loops + diff --git a/docs/nodes/NUMPY/LINALG/DET/DET.md b/docs/nodes/NUMPY/LINALG/DET/DET.md index b6811d3f36..e93525e82b 100644 --- a/docs/nodes/NUMPY/LINALG/DET/DET.md +++ b/docs/nodes/NUMPY/LINALG/DET/DET.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the determinant of an array + diff --git a/docs/nodes/NUMPY/LINALG/EIG/EIG.md b/docs/nodes/NUMPY/LINALG/EIG/EIG.md index c23e94bc0b..a9d9769939 100644 --- a/docs/nodes/NUMPY/LINALG/EIG/EIG.md +++ b/docs/nodes/NUMPY/LINALG/EIG/EIG.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the eigenvalues and -vectors of a square array + diff --git a/docs/nodes/NUMPY/LINALG/EIGH/EIGH.md b/docs/nodes/NUMPY/LINALG/EIGH/EIGH.md index 6440480386..6ffe52befc 100644 --- a/docs/nodes/NUMPY/LINALG/EIGH/EIGH.md +++ b/docs/nodes/NUMPY/LINALG/EIGH/EIGH.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Return the eigenvalues and -vectors of a specific matrix + diff --git a/docs/nodes/NUMPY/LINALG/EIGVALS/EIGVALS.md b/docs/nodes/NUMPY/LINALG/EIGVALS/EIGVALS.md index 1ca65ba6ae..4cec7a3a09 100644 --- a/docs/nodes/NUMPY/LINALG/EIGVALS/EIGVALS.md +++ b/docs/nodes/NUMPY/LINALG/EIGVALS/EIGVALS.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the eigenvalues of a general matrix + diff --git a/docs/nodes/NUMPY/LINALG/EIGVALSH/EIGVALSH.md b/docs/nodes/NUMPY/LINALG/EIGVALSH/EIGVALSH.md index 3a51a46382..ea752f951b 100644 --- a/docs/nodes/NUMPY/LINALG/EIGVALSH/EIGVALSH.md +++ b/docs/nodes/NUMPY/LINALG/EIGVALSH/EIGVALSH.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the eigenvalues of a specific matrix + diff --git a/docs/nodes/NUMPY/LINALG/INV/INV.md b/docs/nodes/NUMPY/LINALG/INV/INV.md index e6601f3245..894fd75909 100644 --- a/docs/nodes/NUMPY/LINALG/INV/INV.md +++ b/docs/nodes/NUMPY/LINALG/INV/INV.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the inverse of a matrix + diff --git a/docs/nodes/NUMPY/LINALG/MATRIX_POWER/MATRIX_POWER.md b/docs/nodes/NUMPY/LINALG/MATRIX_POWER/MATRIX_POWER.md index 9eba3ac3d9..2c00c1c779 100644 --- a/docs/nodes/NUMPY/LINALG/MATRIX_POWER/MATRIX_POWER.md +++ b/docs/nodes/NUMPY/LINALG/MATRIX_POWER/MATRIX_POWER.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Raise a square matrix to a power + diff --git a/docs/nodes/NUMPY/LINALG/PINV/PINV.md b/docs/nodes/NUMPY/LINALG/PINV/PINV.md index 2598582adf..1127cedf66 100644 --- a/docs/nodes/NUMPY/LINALG/PINV/PINV.md +++ b/docs/nodes/NUMPY/LINALG/PINV/PINV.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the pseudo-inverse of a matrix + diff --git a/docs/nodes/NUMPY/LINALG/QR/QR.md b/docs/nodes/NUMPY/LINALG/QR/QR.md index ae7e0d9889..d9e8398b98 100644 --- a/docs/nodes/NUMPY/LINALG/QR/QR.md +++ b/docs/nodes/NUMPY/LINALG/QR/QR.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the `qr` factorization of a matrix + diff --git a/docs/nodes/NUMPY/LINALG/SLOGDET/SLOGDET.md b/docs/nodes/NUMPY/LINALG/SLOGDET/SLOGDET.md index b1ac50319b..5df3d629cb 100644 --- a/docs/nodes/NUMPY/LINALG/SLOGDET/SLOGDET.md +++ b/docs/nodes/NUMPY/LINALG/SLOGDET/SLOGDET.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute specific logarithms of the determinant of an array + diff --git a/docs/nodes/NUMPY/LINALG/SVD/SVD.md b/docs/nodes/NUMPY/LINALG/SVD/SVD.md index 620abd1546..0c1db7d8df 100644 --- a/docs/nodes/NUMPY/LINALG/SVD/SVD.md +++ b/docs/nodes/NUMPY/LINALG/SVD/SVD.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Perform a singular value decomposition + diff --git a/docs/nodes/NUMPY/LINALG/TENSORINV/TENSORINV.md b/docs/nodes/NUMPY/LINALG/TENSORINV/TENSORINV.md index f962d4247b..ef60d8e555 100644 --- a/docs/nodes/NUMPY/LINALG/TENSORINV/TENSORINV.md +++ b/docs/nodes/NUMPY/LINALG/TENSORINV/TENSORINV.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the inverse of an N-dimensional array + diff --git a/docs/nodes/SCIPY/SIGNAL/ARGRELMAX/ARGRELMAX.md b/docs/nodes/SCIPY/SIGNAL/ARGRELMAX/ARGRELMAX.md index d716496767..98574897aa 100644 --- a/docs/nodes/SCIPY/SIGNAL/ARGRELMAX/ARGRELMAX.md +++ b/docs/nodes/SCIPY/SIGNAL/ARGRELMAX/ARGRELMAX.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Calculate the relative maxima of data + diff --git a/docs/nodes/SCIPY/SIGNAL/ARGRELMIN/ARGRELMIN.md b/docs/nodes/SCIPY/SIGNAL/ARGRELMIN/ARGRELMIN.md index 0668a644d7..00fb4c361f 100644 --- a/docs/nodes/SCIPY/SIGNAL/ARGRELMIN/ARGRELMIN.md +++ b/docs/nodes/SCIPY/SIGNAL/ARGRELMIN/ARGRELMIN.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Calculate the relative minima of data + diff --git a/docs/nodes/SCIPY/SIGNAL/BSPLINE/BSPLINE.md b/docs/nodes/SCIPY/SIGNAL/BSPLINE/BSPLINE.md index 130f8bc581..950d92e7e6 100644 --- a/docs/nodes/SCIPY/SIGNAL/BSPLINE/BSPLINE.md +++ b/docs/nodes/SCIPY/SIGNAL/BSPLINE/BSPLINE.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Apply a B-spline basis function + diff --git a/docs/nodes/SCIPY/SIGNAL/CUBIC/CUBIC.md b/docs/nodes/SCIPY/SIGNAL/CUBIC/CUBIC.md index 2c993ed212..dbce19394b 100644 --- a/docs/nodes/SCIPY/SIGNAL/CUBIC/CUBIC.md +++ b/docs/nodes/SCIPY/SIGNAL/CUBIC/CUBIC.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Apply a cubic B-spline function + diff --git a/docs/nodes/SCIPY/SIGNAL/DECIMATE/DECIMATE.md b/docs/nodes/SCIPY/SIGNAL/DECIMATE/DECIMATE.md index d9808f5bbf..f062b97063 100644 --- a/docs/nodes/SCIPY/SIGNAL/DECIMATE/DECIMATE.md +++ b/docs/nodes/SCIPY/SIGNAL/DECIMATE/DECIMATE.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Downsample a signal with an anti-aliasing filter + diff --git a/docs/nodes/SCIPY/SIGNAL/DETREND/DETREND.md b/docs/nodes/SCIPY/SIGNAL/DETREND/DETREND.md index f8e2a23976..6498e975ab 100644 --- a/docs/nodes/SCIPY/SIGNAL/DETREND/DETREND.md +++ b/docs/nodes/SCIPY/SIGNAL/DETREND/DETREND.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Remove a linear trend along an axis + diff --git a/docs/nodes/SCIPY/SIGNAL/GAUSS_SPLINE/GAUSS_SPLINE.md b/docs/nodes/SCIPY/SIGNAL/GAUSS_SPLINE/GAUSS_SPLINE.md index 707c7ccd86..04bb0c132f 100644 --- a/docs/nodes/SCIPY/SIGNAL/GAUSS_SPLINE/GAUSS_SPLINE.md +++ b/docs/nodes/SCIPY/SIGNAL/GAUSS_SPLINE/GAUSS_SPLINE.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Apply a Gaussian approximation to a B-spline basis function + diff --git a/docs/nodes/SCIPY/SIGNAL/HILBERT/HILBERT.md b/docs/nodes/SCIPY/SIGNAL/HILBERT/HILBERT.md index d980b3e287..9e6784bd39 100644 --- a/docs/nodes/SCIPY/SIGNAL/HILBERT/HILBERT.md +++ b/docs/nodes/SCIPY/SIGNAL/HILBERT/HILBERT.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute an analytic signal with the Hilbert transformation + diff --git a/docs/nodes/SCIPY/SIGNAL/KAISER_BETA/KAISER_BETA.md b/docs/nodes/SCIPY/SIGNAL/KAISER_BETA/KAISER_BETA.md index 71abdf126f..f7a0e3fdd9 100644 --- a/docs/nodes/SCIPY/SIGNAL/KAISER_BETA/KAISER_BETA.md +++ b/docs/nodes/SCIPY/SIGNAL/KAISER_BETA/KAISER_BETA.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the Kaiser `beta` parameter + diff --git a/docs/nodes/SCIPY/SIGNAL/PERIODOGRAM/PERIODOGRAM.md b/docs/nodes/SCIPY/SIGNAL/PERIODOGRAM/PERIODOGRAM.md index 8038b66578..30e85a0600 100644 --- a/docs/nodes/SCIPY/SIGNAL/PERIODOGRAM/PERIODOGRAM.md +++ b/docs/nodes/SCIPY/SIGNAL/PERIODOGRAM/PERIODOGRAM.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Estimate power spectral density with a periodogram + diff --git a/docs/nodes/SCIPY/SIGNAL/QUADRATIC/QUADRATIC.md b/docs/nodes/SCIPY/SIGNAL/QUADRATIC/QUADRATIC.md index 9421aa67b3..982f71d3c3 100644 --- a/docs/nodes/SCIPY/SIGNAL/QUADRATIC/QUADRATIC.md +++ b/docs/nodes/SCIPY/SIGNAL/QUADRATIC/QUADRATIC.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Apply a quadratic B-spline function + diff --git a/docs/nodes/SCIPY/SIGNAL/SAVGOL_FILTER/SAVGOL_FILTER.md b/docs/nodes/SCIPY/SIGNAL/SAVGOL_FILTER/SAVGOL_FILTER.md index 54d722e996..21b29c9469 100644 --- a/docs/nodes/SCIPY/SIGNAL/SAVGOL_FILTER/SAVGOL_FILTER.md +++ b/docs/nodes/SCIPY/SIGNAL/SAVGOL_FILTER/SAVGOL_FILTER.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Apply a Savitzky-Golay filter to an array + diff --git a/docs/nodes/SCIPY/SIGNAL/STFT/STFT.md b/docs/nodes/SCIPY/SIGNAL/STFT/STFT.md index a6ad87610c..92f5f139c9 100644 --- a/docs/nodes/SCIPY/SIGNAL/STFT/STFT.md +++ b/docs/nodes/SCIPY/SIGNAL/STFT/STFT.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the Short Time Fourier Transform (STFT) + diff --git a/docs/nodes/SCIPY/SIGNAL/WELCH/WELCH.md b/docs/nodes/SCIPY/SIGNAL/WELCH/WELCH.md index 2a6f4235d3..c92114b564 100644 --- a/docs/nodes/SCIPY/SIGNAL/WELCH/WELCH.md +++ b/docs/nodes/SCIPY/SIGNAL/WELCH/WELCH.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Estimate power spectral density with Welch's method + diff --git a/docs/nodes/SCIPY/STATS/ANDERSON/ANDERSON.md b/docs/nodes/SCIPY/STATS/ANDERSON/ANDERSON.md index 5abc69c558..dbdec0253d 100644 --- a/docs/nodes/SCIPY/STATS/ANDERSON/ANDERSON.md +++ b/docs/nodes/SCIPY/STATS/ANDERSON/ANDERSON.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Test if data comes from a particular distribution + diff --git a/docs/nodes/SCIPY/STATS/BAYES_MVS/BAYES_MVS.md b/docs/nodes/SCIPY/STATS/BAYES_MVS/BAYES_MVS.md index abf71ac791..4e8b126bb7 100644 --- a/docs/nodes/SCIPY/STATS/BAYES_MVS/BAYES_MVS.md +++ b/docs/nodes/SCIPY/STATS/BAYES_MVS/BAYES_MVS.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Obtain Bayesian confidence intervals + diff --git a/docs/nodes/SCIPY/STATS/BINOM_TEST/BINOM_TEST.md b/docs/nodes/SCIPY/STATS/BINOM_TEST/BINOM_TEST.md index 99fcd39c6e..e1b6b9c0d9 100644 --- a/docs/nodes/SCIPY/STATS/BINOM_TEST/BINOM_TEST.md +++ b/docs/nodes/SCIPY/STATS/BINOM_TEST/BINOM_TEST.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Test that the probability of success is p + diff --git a/docs/nodes/SCIPY/STATS/DESCRIBE/DESCRIBE.md b/docs/nodes/SCIPY/STATS/DESCRIBE/DESCRIBE.md index e4c016efc8..8ff496865a 100644 --- a/docs/nodes/SCIPY/STATS/DESCRIBE/DESCRIBE.md +++ b/docs/nodes/SCIPY/STATS/DESCRIBE/DESCRIBE.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute descriptive statistics of an array + diff --git a/docs/nodes/SCIPY/STATS/GSTD/GSTD.md b/docs/nodes/SCIPY/STATS/GSTD/GSTD.md index c7ac353368..a222e4aa76 100644 --- a/docs/nodes/SCIPY/STATS/GSTD/GSTD.md +++ b/docs/nodes/SCIPY/STATS/GSTD/GSTD.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Calculate the geometric standard deviation of an array + diff --git a/docs/nodes/SCIPY/STATS/GZSCORE/GZSCORE.md b/docs/nodes/SCIPY/STATS/GZSCORE/GZSCORE.md index b11ef1db7f..df583b72eb 100644 --- a/docs/nodes/SCIPY/STATS/GZSCORE/GZSCORE.md +++ b/docs/nodes/SCIPY/STATS/GZSCORE/GZSCORE.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the geometric standard score + diff --git a/docs/nodes/SCIPY/STATS/JARQUE_BERA/JARQUE_BERA.md b/docs/nodes/SCIPY/STATS/JARQUE_BERA/JARQUE_BERA.md index 0b1c6d0ddc..5c08117651 100644 --- a/docs/nodes/SCIPY/STATS/JARQUE_BERA/JARQUE_BERA.md +++ b/docs/nodes/SCIPY/STATS/JARQUE_BERA/JARQUE_BERA.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Perform a Jarque-Bera goodness of fit test + diff --git a/docs/nodes/SCIPY/STATS/KURTOSIS/KURTOSIS.md b/docs/nodes/SCIPY/STATS/KURTOSIS/KURTOSIS.md index 3e464c71bc..c83edf5cd1 100644 --- a/docs/nodes/SCIPY/STATS/KURTOSIS/KURTOSIS.md +++ b/docs/nodes/SCIPY/STATS/KURTOSIS/KURTOSIS.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the kurtosis of a dataset + diff --git a/docs/nodes/SCIPY/STATS/KURTOSISTEST/KURTOSISTEST.md b/docs/nodes/SCIPY/STATS/KURTOSISTEST/KURTOSISTEST.md index a518e2fcab..d27e1b6e80 100644 --- a/docs/nodes/SCIPY/STATS/KURTOSISTEST/KURTOSISTEST.md +++ b/docs/nodes/SCIPY/STATS/KURTOSISTEST/KURTOSISTEST.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Test whether a dataset has a normal kurtosis + diff --git a/docs/nodes/SCIPY/STATS/MOMENT/MOMENT.md b/docs/nodes/SCIPY/STATS/MOMENT/MOMENT.md index 43bab3c398..1e26a673e3 100644 --- a/docs/nodes/SCIPY/STATS/MOMENT/MOMENT.md +++ b/docs/nodes/SCIPY/STATS/MOMENT/MOMENT.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Calculate the nth moment about the mean + diff --git a/docs/nodes/SCIPY/STATS/MVSDIST/MVSDIST.md b/docs/nodes/SCIPY/STATS/MVSDIST/MVSDIST.md index dcf075bc74..f3ff8d4663 100644 --- a/docs/nodes/SCIPY/STATS/MVSDIST/MVSDIST.md +++ b/docs/nodes/SCIPY/STATS/MVSDIST/MVSDIST.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Obtain 'Frozen' distributions + diff --git a/docs/nodes/SCIPY/STATS/NORMALTEST/NORMALTEST.md b/docs/nodes/SCIPY/STATS/NORMALTEST/NORMALTEST.md index ff41269659..594b7edb46 100644 --- a/docs/nodes/SCIPY/STATS/NORMALTEST/NORMALTEST.md +++ b/docs/nodes/SCIPY/STATS/NORMALTEST/NORMALTEST.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Test if a sample differs from a normal distribution + diff --git a/docs/nodes/SCIPY/STATS/SEM/SEM.md b/docs/nodes/SCIPY/STATS/SEM/SEM.md index 847e17508f..0d72215564 100644 --- a/docs/nodes/SCIPY/STATS/SEM/SEM.md +++ b/docs/nodes/SCIPY/STATS/SEM/SEM.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the standard error of the mean + diff --git a/docs/nodes/SCIPY/STATS/SHAPIRO/SHAPIRO.md b/docs/nodes/SCIPY/STATS/SHAPIRO/SHAPIRO.md index a25d2302f9..d0a53583e3 100644 --- a/docs/nodes/SCIPY/STATS/SHAPIRO/SHAPIRO.md +++ b/docs/nodes/SCIPY/STATS/SHAPIRO/SHAPIRO.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Test for normality with the Shapiro-Wilk test + diff --git a/docs/nodes/SCIPY/STATS/SIGMACLIP/SIGMACLIP.md b/docs/nodes/SCIPY/STATS/SIGMACLIP/SIGMACLIP.md index f4519ba37e..38b44fdd01 100644 --- a/docs/nodes/SCIPY/STATS/SIGMACLIP/SIGMACLIP.md +++ b/docs/nodes/SCIPY/STATS/SIGMACLIP/SIGMACLIP.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Perform iterative sigma-clipping of array elements + diff --git a/docs/nodes/SCIPY/STATS/SKEW/SKEW.md b/docs/nodes/SCIPY/STATS/SKEW/SKEW.md index 58e729c5bd..1c549b5f04 100644 --- a/docs/nodes/SCIPY/STATS/SKEW/SKEW.md +++ b/docs/nodes/SCIPY/STATS/SKEW/SKEW.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the skewness of a dataset + diff --git a/docs/nodes/SCIPY/STATS/SKEWTEST/SKEWTEST.md b/docs/nodes/SCIPY/STATS/SKEWTEST/SKEWTEST.md index d50e3d6240..65b01f84ff 100644 --- a/docs/nodes/SCIPY/STATS/SKEWTEST/SKEWTEST.md +++ b/docs/nodes/SCIPY/STATS/SKEWTEST/SKEWTEST.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Test whether a dataset has a normal skewness + diff --git a/docs/nodes/SCIPY/STATS/TMAX/TMAX.md b/docs/nodes/SCIPY/STATS/TMAX/TMAX.md index 8a935104e0..f49ad3b497 100644 --- a/docs/nodes/SCIPY/STATS/TMAX/TMAX.md +++ b/docs/nodes/SCIPY/STATS/TMAX/TMAX.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the trimmed maximum + diff --git a/docs/nodes/SCIPY/STATS/TMIN/TMIN.md b/docs/nodes/SCIPY/STATS/TMIN/TMIN.md index 0b6b33f18a..4bff5808ef 100644 --- a/docs/nodes/SCIPY/STATS/TMIN/TMIN.md +++ b/docs/nodes/SCIPY/STATS/TMIN/TMIN.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the trimmed minimum + diff --git a/docs/nodes/SCIPY/STATS/TRIM1/TRIM1.md b/docs/nodes/SCIPY/STATS/TRIM1/TRIM1.md index 2ee15f99e7..4feb5300c3 100644 --- a/docs/nodes/SCIPY/STATS/TRIM1/TRIM1.md +++ b/docs/nodes/SCIPY/STATS/TRIM1/TRIM1.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Trim a proportion from one end of an array + diff --git a/docs/nodes/SCIPY/STATS/TRIMBOTH/TRIMBOTH.md b/docs/nodes/SCIPY/STATS/TRIMBOTH/TRIMBOTH.md index 4b3e045bb4..b9b0622af5 100644 --- a/docs/nodes/SCIPY/STATS/TRIMBOTH/TRIMBOTH.md +++ b/docs/nodes/SCIPY/STATS/TRIMBOTH/TRIMBOTH.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Trim a proportion from both ends of an array + diff --git a/docs/nodes/SCIPY/STATS/TRIM_MEAN/TRIM_MEAN.md b/docs/nodes/SCIPY/STATS/TRIM_MEAN/TRIM_MEAN.md index 49e88ce9a9..d8955fb257 100644 --- a/docs/nodes/SCIPY/STATS/TRIM_MEAN/TRIM_MEAN.md +++ b/docs/nodes/SCIPY/STATS/TRIM_MEAN/TRIM_MEAN.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Trim from both tails and return the mean of an array + diff --git a/docs/nodes/SCIPY/STATS/TTEST_1SAMP/TTEST_1SAMP.md b/docs/nodes/SCIPY/STATS/TTEST_1SAMP/TTEST_1SAMP.md index a8e9a969f4..a8582a8220 100644 --- a/docs/nodes/SCIPY/STATS/TTEST_1SAMP/TTEST_1SAMP.md +++ b/docs/nodes/SCIPY/STATS/TTEST_1SAMP/TTEST_1SAMP.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Calculate the T-test for the mean of one group of scores + diff --git a/docs/nodes/SCIPY/STATS/VARIATION/VARIATION.md b/docs/nodes/SCIPY/STATS/VARIATION/VARIATION.md index 077356f69f..0922afebc8 100644 --- a/docs/nodes/SCIPY/STATS/VARIATION/VARIATION.md +++ b/docs/nodes/SCIPY/STATS/VARIATION/VARIATION.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the coefficient of variation + diff --git a/docs/nodes/SCIPY/STATS/YEOJOHNSON/YEOJOHNSON.md b/docs/nodes/SCIPY/STATS/YEOJOHNSON/YEOJOHNSON.md index 79fcb2150a..e5559184de 100644 --- a/docs/nodes/SCIPY/STATS/YEOJOHNSON/YEOJOHNSON.md +++ b/docs/nodes/SCIPY/STATS/YEOJOHNSON/YEOJOHNSON.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Transform a dataset with the Yeo-Johnson power transformation + diff --git a/docs/nodes/SCIPY/STATS/ZSCORE/ZSCORE.md b/docs/nodes/SCIPY/STATS/ZSCORE/ZSCORE.md index f357e080ae..894166765d 100644 --- a/docs/nodes/SCIPY/STATS/ZSCORE/ZSCORE.md +++ b/docs/nodes/SCIPY/STATS/ZSCORE/ZSCORE.md @@ -32,6 +32,8 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; ## Examples +### Compute the z-score + diff --git a/docs/nodes/TRANSFORMERS/ARITHMETIC/ABS/ABS.md b/docs/nodes/TRANSFORMERS/ARITHMETIC/ABS/ABS.md index bc8ddeb686..ce45251048 100644 --- a/docs/nodes/TRANSFORMERS/ARITHMETIC/ABS/ABS.md +++ b/docs/nodes/TRANSFORMERS/ARITHMETIC/ABS/ABS.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Return an absolute value + - - [//]: # (Examples) ## Examples @@ -29,6 +27,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import outputImg from './examples/EX1/output.jpeg' import appImg from './examples/EX1/app.jpeg' +### Merge the `rgba` channels of an image + - - [//]: # (Appendix) @@ -55,4 +53,4 @@ import Media from './appendix/media.md'; - + \ No newline at end of file diff --git a/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/CHANNEL_MERGE/examples/EX1/example.md b/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/CHANNEL_MERGE/examples/EX1/example.md index e69de29bb2..e5e89029ec 100644 --- a/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/CHANNEL_MERGE/examples/EX1/example.md +++ b/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/CHANNEL_MERGE/examples/EX1/example.md @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/CHANNEL_SPLIT/CHANNEL_SPLIT.md b/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/CHANNEL_SPLIT/CHANNEL_SPLIT.md index fbd4ec5654..14a27fe899 100644 --- a/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/CHANNEL_SPLIT/CHANNEL_SPLIT.md +++ b/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/CHANNEL_SPLIT/CHANNEL_SPLIT.md @@ -18,8 +18,6 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; - - [//]: # (Examples) ## Examples @@ -29,6 +27,7 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import outputImg from './examples/EX1/output.jpeg' import appImg from './examples/EX1/app.jpeg' +### Split the `rgba` channels of an image - - [//]: # (Appendix) @@ -56,4 +53,4 @@ import Media from './appendix/media.md'; - + \ No newline at end of file diff --git a/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/EDGE_DETECTION/EDGE_DETECTION.md b/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/EDGE_DETECTION/EDGE_DETECTION.md index 550774565b..0c9ad5a436 100644 --- a/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/EDGE_DETECTION/EDGE_DETECTION.md +++ b/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/EDGE_DETECTION/EDGE_DETECTION.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Detect the edges in an image + - - [//]: # (Examples) ## Examples @@ -29,6 +27,7 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import outputImg from './examples/EX1/output.jpeg' import appImg from './examples/EX1/app.jpeg' +### Determine the peak in an image - - [//]: # (Appendix) @@ -56,4 +53,4 @@ import Media from './appendix/media.md'; - + \ No newline at end of file diff --git a/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/EXTREMA_DETERMINATION/examples/EX1/example.md b/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/EXTREMA_DETERMINATION/examples/EX1/example.md index 7b750409e3..721cc99255 100644 --- a/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/EXTREMA_DETERMINATION/examples/EX1/example.md +++ b/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/EXTREMA_DETERMINATION/examples/EX1/example.md @@ -1,4 +1,5 @@ + + This example takes three images of varying degrees of contrast, dynamic range, and frequency components, and illustrates how each can be used with the node using its various algorithms. -*Nota bene* that you will need to edit the file paths in the `LOCAL_FILE` nodes to reflect the path of the assets in your current installation of Flojoy Studio. They are found in the `assets` directory -where this node is maintained. +**NB:** You will need to edit the file paths in the `LOCAL_FILE` nodes to reflect the path of the assets in your current installation of Flojoy Studio. They are found in the `assets` directory where this node is maintained. \ No newline at end of file diff --git a/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/IMAGE_SMOOTHING/IMAGE_SMOOTHING.md b/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/IMAGE_SMOOTHING/IMAGE_SMOOTHING.md index ba03ebfa95..a1d3ee652f 100644 --- a/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/IMAGE_SMOOTHING/IMAGE_SMOOTHING.md +++ b/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/IMAGE_SMOOTHING/IMAGE_SMOOTHING.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Apply an image smoothing function + - - [//]: # (Examples) ## Examples @@ -29,7 +27,7 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import outputImg from './examples/EX1/output.jpeg' import appImg from './examples/EX1/app.jpeg' - +### Process and visualize the regions of an image - - [//]: # (Appendix) @@ -57,4 +53,4 @@ import Media from './appendix/media.md'; - + \ No newline at end of file diff --git a/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/REGION_PROPERTIES/examples/EX1/example.md b/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/REGION_PROPERTIES/examples/EX1/example.md index e69de29bb2..e5e89029ec 100644 --- a/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/REGION_PROPERTIES/examples/EX1/example.md +++ b/docs/nodes/TRANSFORMERS/IMAGE_PROCESSING/REGION_PROPERTIES/examples/EX1/example.md @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/nodes/TRANSFORMERS/MATRIX_MANIPULATION/INVERT/INVERT.md b/docs/nodes/TRANSFORMERS/MATRIX_MANIPULATION/INVERT/INVERT.md index fff30198f7..4290a20f5f 100644 --- a/docs/nodes/TRANSFORMERS/MATRIX_MANIPULATION/INVERT/INVERT.md +++ b/docs/nodes/TRANSFORMERS/MATRIX_MANIPULATION/INVERT/INVERT.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Invert a matrix + - - [//]: # (Examples) ## Examples @@ -34,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Apply a 2D FFT function + - - [//]: # (Appendix) @@ -66,6 +64,4 @@ import Media from './appendix/media.md'; #### Edit this page on GitHub -[Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/TRANSFORMERS/SIGNAL_PROCESSING/TWO_DIMENSIONAL_FFT) - - +[Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/TRANSFORMERS/SIGNAL_PROCESSING/TWO_DIMENSIONAL_FFT) \ No newline at end of file diff --git a/docs/nodes/TRANSFORMERS/TYPE_CASTING/DF_2_NP/DF_2_NP.md b/docs/nodes/TRANSFORMERS/TYPE_CASTING/DF_2_NP/DF_2_NP.md index 3a052a1b66..9d56f35531 100644 --- a/docs/nodes/TRANSFORMERS/TYPE_CASTING/DF_2_NP/DF_2_NP.md +++ b/docs/nodes/TRANSFORMERS/TYPE_CASTING/DF_2_NP/DF_2_NP.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Convert a DataFrame to a Matrix + [//]: # (Custom component imports) @@ -17,12 +18,12 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; - - [//]: # (Examples) ## Examples +### Visualize a TextBlob DataContainer as text + @@ -30,8 +31,6 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; - - [//]: # (Appendix) import Notes from './appendix/notes.md'; diff --git a/docs/nodes/VISUALIZERS/PLOTLY/BAR/BAR.md b/docs/nodes/VISUALIZERS/PLOTLY/BAR/BAR.md index 1ea59e06f4..39cd3a0f15 100644 --- a/docs/nodes/VISUALIZERS/PLOTLY/BAR/BAR.md +++ b/docs/nodes/VISUALIZERS/PLOTLY/BAR/BAR.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Create a Plotly Bar visualization + - - -======= @@ -67,5 +64,4 @@ import Media from './appendix/media.md'; #### Edit this page on GitHub -[Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/VISUALIZERS/PLOTLY/BIG_NUMBER) ->>>>>>> d898a0e0 (feat: Concluded adding unique links to GitHub Edit page sources.) +[Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/VISUALIZERS/PLOTLY/BIG_NUMBER) \ No newline at end of file diff --git a/docs/nodes/VISUALIZERS/PLOTLY/COMPOSITE/COMPOSITE.md b/docs/nodes/VISUALIZERS/PLOTLY/COMPOSITE/COMPOSITE.md index 09392862d5..72ffab47d9 100644 --- a/docs/nodes/VISUALIZERS/PLOTLY/COMPOSITE/COMPOSITE.md +++ b/docs/nodes/VISUALIZERS/PLOTLY/COMPOSITE/COMPOSITE.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Create a combination of Plotly visualizations + [//]: # (Custom component imports) @@ -17,8 +18,6 @@ import PythonSource from '!!raw-loader!./a1-[autogen]/python_code.txt'; - - [//]: # (Examples) ## Examples @@ -29,6 +28,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import Example2 from './examples/EX2/example.md'; import App2 from '!!raw-loader!./examples/EX2/app.json'; +### Create a Plotly Heatmap visualization + +### Additionally render a Histogram + - - [//]: # (Appendix) @@ -65,4 +66,4 @@ import Media from './appendix/media.md'; - + \ No newline at end of file diff --git a/docs/nodes/VISUALIZERS/PLOTLY/HEATMAP/examples/EX1/example.md b/docs/nodes/VISUALIZERS/PLOTLY/HEATMAP/examples/EX1/example.md index 9898a3bdc1..e0345b66ee 100644 --- a/docs/nodes/VISUALIZERS/PLOTLY/HEATMAP/examples/EX1/example.md +++ b/docs/nodes/VISUALIZERS/PLOTLY/HEATMAP/examples/EX1/example.md @@ -1,7 +1,9 @@ -In this example we used - -- `LINSPACE` to simulate `Vector` type of data -- `SINE` to simulate `OrderedPair` type of data -- `PLOTLY_DATASET` to simulate `DataFrame` type of data, and -- `DF_2_ORDERED_TRIPLE` to simulate `OrderedTriple` type of data + -finally we visualized each of data types with Plotly `HEATMAP` visualizer node. +In this example we used the following nodes: +- `LINSPACE` to simulate `Vector` type of data. +- `SINE` to simulate `OrderedPair` type of data. +- `PLOTLY_DATASET` to simulate `DataFrame` type of data. +- `DF_2_ORDERED_TRIPLE` to simulate `OrderedTriple` type of data. + +Finally, we visualized each of the data types with the Plotly `HEATMAP` node. diff --git a/docs/nodes/VISUALIZERS/PLOTLY/HEATMAP/examples/EX2/example.md b/docs/nodes/VISUALIZERS/PLOTLY/HEATMAP/examples/EX2/example.md index cd9c07d100..183ff5faa3 100644 --- a/docs/nodes/VISUALIZERS/PLOTLY/HEATMAP/examples/EX2/example.md +++ b/docs/nodes/VISUALIZERS/PLOTLY/HEATMAP/examples/EX2/example.md @@ -1 +1,3 @@ + + In this example, we illustrate the `histogram` parameter of the `HEATMAP` node, with dynamic contrast adjustment. \ No newline at end of file diff --git a/docs/nodes/VISUALIZERS/PLOTLY/HISTOGRAM/HISTOGRAM.md b/docs/nodes/VISUALIZERS/PLOTLY/HISTOGRAM/HISTOGRAM.md index b18fc4baec..545b394bad 100644 --- a/docs/nodes/VISUALIZERS/PLOTLY/HISTOGRAM/HISTOGRAM.md +++ b/docs/nodes/VISUALIZERS/PLOTLY/HISTOGRAM/HISTOGRAM.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Create a Plotly Histogram visualization + - - -======= @@ -68,4 +65,3 @@ import Media from './appendix/media.md'; #### Edit this page on GitHub [Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/VISUALIZERS/PLOTLY/IMAGE) ->>>>>>> d898a0e0 (feat: Concluded adding unique links to GitHub Edit page sources.) diff --git a/docs/nodes/VISUALIZERS/PLOTLY/LINE/LINE.md b/docs/nodes/VISUALIZERS/PLOTLY/LINE/LINE.md index 39ee88fb28..0aeb761a58 100644 --- a/docs/nodes/VISUALIZERS/PLOTLY/LINE/LINE.md +++ b/docs/nodes/VISUALIZERS/PLOTLY/LINE/LINE.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Create a Plotly Line visualization + - - -======= @@ -68,4 +65,3 @@ import Media from './appendix/media.md'; #### Edit this page on GitHub [Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/VISUALIZERS/PLOTLY/LINE) ->>>>>>> d898a0e0 (feat: Concluded adding unique links to GitHub Edit page sources.) diff --git a/docs/nodes/VISUALIZERS/PLOTLY/PROPHET_COMPONENTS/PROPHET_COMPONENTS.md b/docs/nodes/VISUALIZERS/PLOTLY/PROPHET_COMPONENTS/PROPHET_COMPONENTS.md index 2548906349..110b414dbb 100644 --- a/docs/nodes/VISUALIZERS/PLOTLY/PROPHET_COMPONENTS/PROPHET_COMPONENTS.md +++ b/docs/nodes/VISUALIZERS/PLOTLY/PROPHET_COMPONENTS/PROPHET_COMPONENTS.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Visualize the components of a Prophet model + - - -======= @@ -67,5 +64,4 @@ import Media from './appendix/media.md'; #### Edit this page on GitHub -[Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/VISUALIZERS/PLOTLY/PROPHET_COMPONENTS) ->>>>>>> d898a0e0 (feat: Concluded adding unique links to GitHub Edit page sources.) +[Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/VISUALIZERS/PLOTLY/PROPHET_COMPONENTS) \ No newline at end of file diff --git a/docs/nodes/VISUALIZERS/PLOTLY/PROPHET_PLOT/PROPHET_PLOT.md b/docs/nodes/VISUALIZERS/PLOTLY/PROPHET_PLOT/PROPHET_PLOT.md index 4f5fc9f881..e9af879f2b 100644 --- a/docs/nodes/VISUALIZERS/PLOTLY/PROPHET_PLOT/PROPHET_PLOT.md +++ b/docs/nodes/VISUALIZERS/PLOTLY/PROPHET_PLOT/PROPHET_PLOT.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Visualize the forecasted trend of time series data + - - -======= @@ -67,5 +64,4 @@ import Media from './appendix/media.md'; #### Edit this page on GitHub -[Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/VISUALIZERS/PLOTLY/PROPHET_COMPONENTS) ->>>>>>> d898a0e0 (feat: Concluded adding unique links to GitHub Edit page sources.) +[Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/VISUALIZERS/PLOTLY/PROPHET_COMPONENTS) \ No newline at end of file diff --git a/docs/nodes/VISUALIZERS/PLOTLY/SCATTER/SCATTER.md b/docs/nodes/VISUALIZERS/PLOTLY/SCATTER/SCATTER.md index dcd23d3f70..33218b721f 100644 --- a/docs/nodes/VISUALIZERS/PLOTLY/SCATTER/SCATTER.md +++ b/docs/nodes/VISUALIZERS/PLOTLY/SCATTER/SCATTER.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Create a Plotly Scatter visualization + - - -======= @@ -67,5 +64,4 @@ import Media from './appendix/media.md'; #### Edit this page on GitHub -[Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/VISUALIZERS/PLOTLY/SCATTER) ->>>>>>> d898a0e0 (feat: Concluded adding unique links to GitHub Edit page sources.) +[Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/VISUALIZERS/PLOTLY/SCATTER) \ No newline at end of file diff --git a/docs/nodes/VISUALIZERS/PLOTLY/SCATTER3D/SCATTER3D.md b/docs/nodes/VISUALIZERS/PLOTLY/SCATTER3D/SCATTER3D.md index 384871a308..7f2fdf091d 100644 --- a/docs/nodes/VISUALIZERS/PLOTLY/SCATTER3D/SCATTER3D.md +++ b/docs/nodes/VISUALIZERS/PLOTLY/SCATTER3D/SCATTER3D.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Create a Plotly 3D Scatter visualization + - - -======= @@ -67,5 +64,4 @@ import Media from './appendix/media.md'; #### Edit this page on GitHub -[Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/VISUALIZERS/PLOTLY/SCATTER3D) ->>>>>>> d898a0e0 (feat: Concluded adding unique links to GitHub Edit page sources.) +[Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/VISUALIZERS/PLOTLY/SCATTER3D) \ No newline at end of file diff --git a/docs/nodes/VISUALIZERS/PLOTLY/SURFACE3D/SURFACE3D.md b/docs/nodes/VISUALIZERS/PLOTLY/SURFACE3D/SURFACE3D.md index efb4c1e1d0..02b6101055 100644 --- a/docs/nodes/VISUALIZERS/PLOTLY/SURFACE3D/SURFACE3D.md +++ b/docs/nodes/VISUALIZERS/PLOTLY/SURFACE3D/SURFACE3D.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Create a Plotly 3d Surface visualization + - - -======= @@ -67,5 +64,4 @@ import Media from './appendix/media.md'; #### Edit this page on GitHub -[Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/VISUALIZERS/PLOTLY/SURFACE3D) ->>>>>>> d898a0e0 (feat: Concluded adding unique links to GitHub Edit page sources.) +[Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/VISUALIZERS/PLOTLY/SURFACE3D) \ No newline at end of file diff --git a/docs/nodes/VISUALIZERS/PLOTLY/TABLE/TABLE.md b/docs/nodes/VISUALIZERS/PLOTLY/TABLE/TABLE.md index b582fb55f8..7a2f4598c4 100644 --- a/docs/nodes/VISUALIZERS/PLOTLY/TABLE/TABLE.md +++ b/docs/nodes/VISUALIZERS/PLOTLY/TABLE/TABLE.md @@ -32,6 +32,8 @@ import App1 from '!!raw-loader!./examples/EX1/app.json'; import appImg from './examples/EX1/app.jpeg' import outputImg from './examples/EX1/output.jpeg' +### Create a Plotly Table visualization + - - -======= @@ -67,5 +64,4 @@ import Media from './appendix/media.md'; #### Edit this page on GitHub -[Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/VISUALIZERS/PLOTLY/TABLE) ->>>>>>> d898a0e0 (feat: Concluded adding unique links to GitHub Edit page sources.) +[Edit page here](https://github.com/flojoy-ai/docs/tree/main/docs/nodes/VISUALIZERS/PLOTLY/TABLE) \ No newline at end of file