- Notifications
You must be signed in to change notification settings - Fork14
pyATS Getting Started guide sources, URL:https://developer.cisco.com/docs/pyats-getting-started/
License
CiscoTestAutomation/getting-started
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is the pyATS getting started guide and development guide source code.The content of this repository, once reviewed and approved, is published onCisco DevNet @https://developer.cisco.com/docs/pyats-getting-started/
Please note that this repository contains WORK IN PROGRESS. We cannot guaranteethat the information is accurate until we publish the content tohttps://developer.cisco.com.
Everyone can contribute (open a PR) and/or open issues against the
pyATS documentation in this GitHub repository.
Your changes will be reviewed, and once merged, the main hosted documentationwill be updated.
# requires a python3.6+ environment (any virtual environment or system Python)cd~/pyats# clone this repogit clone https://github.com/CiscoTestAutomation/getting-started/# install the required dependenciespip install -r getting-started/requirement.txt
And you're good to go.
source/ folder where all sources are. source/index.rst main entry pointbuild/ where the output built HTML is# build htmlmake html# open the built filesopen ./build/html/index.html
About
pyATS Getting Started guide sources, URL:https://developer.cisco.com/docs/pyats-getting-started/
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.