Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

CiscoTestAutomation/getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

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 documentationwill be updated.

Installation

# 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.

Directory Structure:

source/             folder where all sources are. source/index.rst    main entry pointbuild/              where the output built HTML is

To Build Local docs

# build htmlmake html# open the built filesopen ./build/html/index.html

[8]ページ先頭

©2009-2025 Movatter.jp