Skip to content

Commit

Permalink
Merge pull request #20 from gizatechxyz/feature/create-documentation-…
Browse files Browse the repository at this point in the history
…of-an-e2e

Add Pytorch Transpilation Example
  • Loading branch information
Gonmeso authored Oct 12, 2023
2 parents 1094696 + 5e4e793 commit b4058d3
Show file tree
Hide file tree
Showing 8 changed files with 1,099 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Or install it directly from the repo:

## 📚 Documentation

You can check our official docs [here](https://orion-giza.gitbook.io/main-1/welcome/readme).
You can check our official docs [here](https://cli.gizatech.xyz).

- **Examples** includes examples on how to use the CLI functionalities.

Expand Down
5 changes: 3 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Giza CLI 0.0.2
description: Giza CLI 0.3.0
---

# Giza CLI
Expand All @@ -12,10 +12,11 @@ This CLI provides the utilities to interact with Giza using the terminal.

The CLI will serve as the main entrypoint for Giza Platfrom for developers. It aims to provide a tool to ease the managing of resources that exists in Giza Plarform.

For now it provides two capabilities:
For now it provides the following capabilities:

* User related utilities, like `create` or `login`
* Model transpilation with `transpile`
* Create a proof from of a `casm.json` file with `prove`

In the future each new resource added to Giza will have its corresponding capabaility in the CLI.

Expand Down
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
## 📖 Examples

* [Basic CLI Example](examples/basic.md)
* [Full Transpilation](examples/full_transpilation.md)
* [Reset Your Password](examples/reset_password.md)

## 📦 Resources
Expand Down
Loading

0 comments on commit b4058d3

Please sign in to comment.