jeaubin / getting-started

pyATS Getting Started guide sources, URL: https://developer.cisco.com/docs/pyats-getting-started/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyATS Getting Started Guide

This is the pyATS getting started guide and development guide source code. The content of this repository, once reviewed and approved, is published on Cisco DevNet @ https://developer.cisco.com/docs/pyats-getting-started/

Please note that this repository contains WORK IN PROGRESS. We cannot guarantee that the information is accurate until we publish the content to https://developer.cisco.com.

Contributions

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 documentation will be updated.

Installation

# requires a python3.6+ environment (any virtual environment or system Python)
cd ~/pyats

# clone this repo
git clone https://github.com/CiscoTestAutomation/getting-started/

# install the required dependencies
pip install -r getting-started/requirement.txt

And you're good to go.

Directory Structure:


source/             folder where all sources are. 
source/index.rst    main entry point

build/              where the output built HTML is

To Build Local docs

# build html
make html

# open the built files
open ./build/html/index.html

About

pyATS Getting Started guide sources, URL: https://developer.cisco.com/docs/pyats-getting-started/

License:Apache License 2.0


Languages

Language:Python 93.7%Language:Makefile 3.3%Language:CSS 1.0%Language:Shell 1.0%Language:JavaScript 0.9%