Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add installation documentation page #266

Merged
merged 2 commits into from
Mar 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add quick start to docs readme
  • Loading branch information
matthewkotila committed Mar 15, 2023
commit 94beb0030786322a90a3ba1a86f04a86afe4a33a
9 changes: 7 additions & 2 deletions src/c++/perf_analyzer/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,15 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# **Perf Analyzer Documentation**

| [Installation](README.md#installation) |
| -------------------------------------- |
| [Installation](README.md#installation) | [Getting Started](README.md#getting-started) |
| -------------------------------------- | -------------------------------------- |

## **Installation**

See the [Installation Guide](install.md) for details on how to install Perf
Analyzer.

## **Getting Started**

The [Quick Start Guide](../README.md#quick-start) will show you how to use Perf
Analyzer to profile a simple PyTorch model.