| title: "Documentation" | |
| permalink: /docs/ | |
| sidebar: | |
| title: "Home" | |
| nav: sidebar-docs # See /docs/_data/navigation.yml | |
| In this page, you can find documentation about the project. | |
| ## Installation | |
| You can add instructions on how to install your library | |
| ## Quickstart | |
| You can include some code snippet to show how to use your project: | |
| ```python | |
| import my_project | |
| my_project.run() | |
| ``` | |
| ## Advanced | |
| This section covers advanced concepts needed to use your project. | |
| ### Multi-GPU | |
| You can explain how to use your project across multiple GPUs | |
| ### Tensorflow | |
| You can explain how to use your project in a framework different from Pytorch. |