From d19d6dbe87113a173505ec98523ad8cce703de76 Mon Sep 17 00:00:00 2001
From: Zeyneb Bayrak <85934122+zby-zy@users.noreply.github.com>
Date: Fri, 1 Apr 2022 18:08:19 +0300
Subject: [PATCH] small fixes to README.rst (#728)
---
README.rst | 46 ++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 42 insertions(+), 4 deletions(-)
diff --git a/README.rst b/README.rst
index 151f01002b5d4..d3106d7d9297f 100644
--- a/README.rst
+++ b/README.rst
@@ -4,6 +4,7 @@
.. raw:: html
+
@@ -16,13 +17,14 @@
+
**Weβre on a mission to unify all ML frameworks π₯ + automate code conversions π. pip install ivy-core π, join our growing community π, and lets-unify.ai! π¦Ύ**
.. raw:: html
-
+
@@ -134,8 +136,44 @@ This is the same for ALL Ivy functions. They can accept tensors from any framewo
To see a list of all Ivy methods, type :code:`ivy.` into a python command prompt and press :code:`tab`.
You should then see output like the following:
-.. image:: https://github.com/unifyai/unifyai.github.io/blob/master/img/externally_linked/ivy_tab.png?raw=true
- :width: 100%
+::
+
+ ivy.Container( ivy.general ivy.reduce_min(
+ ivy.abs( ivy.get_device( ivy.reduce_prod(
+ ivy.acos( ivy.get_num_dims( ivy.reduce_sum(
+ ivy.acosh( ivy.gradient_descent_update( ivy.reductions
+ ivy.activations ivy.gradient_image( ivy.relu(
+ ivy.arange( ivy.gradients ivy.reshape(
+ ivy.argmax( ivy.identity( ivy.round(
+ ivy.argmin( ivy.image ivy.scatter_nd(
+ ivy.array( ivy.indices_where( ivy.seed(
+ ivy.asin( ivy.inv( ivy.shape(
+ ivy.asinh( ivy.layers ivy.shuffle(
+ ivy.atan( ivy.leaky_relu( ivy.sigmoid(
+ ivy.atan2( ivy.linalg ivy.sin(
+ ivy.atanh( ivy.linear( ivy.sinh(
+ ivy.bilinear_resample( ivy.linspace( ivy.softmax(
+ ivy.cast( ivy.log( ivy.softplus(
+ ivy.ceil( ivy.logic ivy.split(
+ ivy.clip( ivy.logical_and( ivy.squeeze(
+ ivy.concatenate( ivy.logical_not( ivy.stack(
+ ivy.container ivy.logical_or( ivy.stack_images(
+ ivy.conv2d( ivy.math ivy.stop_gradient(
+ ivy.core ivy.matmul( ivy.svd(
+ ivy.cos( ivy.maximum( ivy.tan(
+ ivy.cosh( ivy.minimum( ivy.tanh(
+ ivy.cross( ivy.neural_net ivy.tile(
+ ivy.cumsum( ivy.nn ivy.to_list(
+ ivy.depthwise_conv2d( ivy.norm( ivy.to_numpy(
+ ivy.dtype( ivy.one_hot( ivy.transpose(
+ ivy.execute_with_gradients( ivy.ones( ivy.unstack(
+ ivy.exp( ivy.ones_like( ivy.variable(
+ ivy.expand_dims( ivy.pinv( ivy.vector_to_skew_symmetric_matrix(
+ ivy.flip( ivy.randint( ivy.verbosity
+ ivy.floor( ivy.random ivy.where(
+ ivy.floormod( ivy.random_uniform( ivy.zero_pad(
+ ivy.framework_handler ivy.reduce_max( ivy.zeros(
+ ivy.gather_nd( ivy.reduce_mean( ivy.zeros_like(
Background
----------
@@ -219,4 +257,4 @@ Citation
author={Lenton, Daniel and Pardo, Fabio and Falck, Fabian and James, Stephen and Clark, Ronald},
journal={arXiv preprint arXiv:2102.02886},
year={2021}
- }
\ No newline at end of file
+ }