|
1 | | -# Batch Shipyard Guide |
2 | | -This directory is a starting point for using the Batch Shipyard tooling |
3 | | -and effectively running your batch-style Docker workloads on Azure Batch. |
| 1 | +# Batch Shipyard Documentation and Guides |
| 2 | +Please see the |
| 3 | +[Batch Shipyard Documentation on Read the Docs](http://batch-shipyard.readthedocs.io/en/latest/). |
4 | 4 |
|
5 | | -1. [Introduction](00-introduction.md) |
6 | | -2. [Installation](01-batch-shipyard-installation.md) |
7 | | -3. [Quick Start](02-batch-shipyard-quickstart.md) |
8 | | -4. [From Scratch: Step-by-Step](05-batch-shipyard-from-scratch-step-by-step.md) |
9 | | -5. [Configuration](10-batch-shipyard-configuration.md) |
10 | | - * [Credentials Configuration](11-batch-shipyard-configuration-credentials.md) |
11 | | - * [Global Configuration](12-batch-shipyard-configuration-global.md) |
12 | | - * [Pool Configuration](13-batch-shipyard-configuration-pool.md) |
13 | | - * [Jobs Configuration](14-batch-shipyard-configuration-jobs.md) |
14 | | - * [FS Configuration](15-batch-shipyard-configuration-fs.md) |
15 | | -6. [CLI Commands and Usage](20-batch-shipyard-usage.md) |
16 | | -7. [Autoscale](30-batch-shipyard-autoscale.md) |
17 | | -8. [Task Factories](35-batch-shipyard-task-factory.md) |
18 | | -9. [Azure Functions and Batch Shipyard](60-batch-shipyard-site-extension.md) |
19 | | -10. [Custom Image for Host Compute Nodes](63-batch-shipyard-custom-images.md) |
20 | | -11. [Remote Filesystems](65-batch-shipyard-remote-fs.md) |
21 | | -12. [Data Movement](70-batch-shipyard-data-movement.md) |
22 | | -13. [Azure KeyVault for Credential Management](74-batch-shipyard-azure-keyvault.md) |
23 | | -14. [Credential Encryption](75-batch-shipyard-credential-encryption.md) |
24 | | -15. [Batch Shipyard and Multi-Instance Tasks](80-batch-shipyard-multi-instance-tasks.md) |
25 | | -16. [Interactive SSH Sessions and Docker Tunnels](85-batch-shipyard-ssh-docker-tunnel.md) |
26 | | -17. [Low-Priority Compute Node Considerations](95-low-priority-considerations.md) |
27 | | -18. [Troubleshooting Guide](96-troubleshooting-guide.md) |
28 | | -19. [FAQ](97-faq.md) |
29 | | -20. [Contributing Recipes](98-contributing-recipes.md) |
30 | | -21. [Current Limitations](99-current-limitations.md) |
| 5 | +You can substitute `latest` at the end of the Read the Docs URL to display |
| 6 | +documentation for a specific version of Batch Shipyard. If that version does |
| 7 | +not exist on Read the Docs, you can select a tagged verison on the GitHub |
| 8 | +repo page (select the `Branch` pulldown and switch to the `Tags` tab) to |
| 9 | +dispaly older version documentation. |
0 commit comments