Skip to content

Commit 4957ee5

Browse files
authored
Merge pull request #97 from CiscoDevNet/ag-readme
Adds links to Learning Labs in README
2 parents e586980 + 0c72e16 commit 4957ee5

2 files changed

Lines changed: 8 additions & 17 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ instance/
2828
*.retry
2929

3030
verify/iosxe_tests.txt
31-
verify/nfvis_tests.txt
31+
verify/nfvis_tests.txt

README.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,25 @@
1-
## Cisco DevNet Learning Labs: DNAv3 Sample Code
1+
## Cisco DevNet Learning Labs: Cisco DNA Center Sample Code
22

33
This repository contains the sample code to go along with [Cisco DevNet Learning Labs](https://developer.cisco.com/learning) covering network programmability topics. During the setup steps of the labs, you'll be asked to clone this repository down to your workstation to get started.
44

5-
Contributions are welcome, and we are glad to review changes through pull requests. See [contributing.md](contributing.md) for details.
6-
7-
The goal of these learning labs is to ensure a 'hands-on' learning approach rather than just theory or instructions.
8-
95
## About this Sample Code
106

117
Contributions are welcome, and we are glad to review changes through pull requests. See [contributing.md](contributing.md) for details.
128

13-
Once approved, Cisco DevNet reviewers then create a release to publish through our Learning Labs system.
14-
15-
The goal of these learning labs is to ensure a 'hands-on' learning approach rather than theory or instructions.
16-
17-
## About these Learning Labs
189
Within this repository are several files and folders covering different topics and labs. This table provides details on what each is used for, and which labs they correspond to.
1910

2011
| File / Folder | Description |
2112
| --- | --- |
2213
| [`env_lab.py`](env_lab.py) | A Python file containing lab infrastructure details for routers, switches and appliances leveraged in the different labs. This file provides a centralized Python `import` that is used in other code samples to retrieve IPs, usernames, and passwords for connections |
2314
| [`env_user.template`](env_user.template) | Similar to `env_lab.py`, this is a template for end users to copy within their own code repo as `env_user.py` where they can provide unique details for their own accounts. For example, their Webex Teams (formerly Cisco Spark) authentication token. Not all labs require this file, if one does it will be specified in setup. |
2415
| [`requirements.txt`](requirements.txt) | Global Python requirements file containing the requirements for **all** labs within this repository. Each folder also contains a local `requirements.txt` file. |
25-
| [`intro-python/`](intro-python/) | Sample code and exercises for the [Python Fundamentals Learning Labs]() <br> (_Publishing Soon_) |
26-
| [`rest-api/`](rest-api/) | Sample code and exercises for the [REST API Fundamentals Learning Labs]() <br> (_Publishing Soon_) |
27-
| [`intro-dnac/`](intro-dnac/) | Sample code and exercises for the [Introduction to DNA Center Programmability Learning Labs]() <br> (_Publishing Soon_) |
16+
| [`intro-python/`](intro-python/) | Sample code and exercises for the [Python Fundamentals Learning Labs](https://developer.cisco.com/learning/modules/programming-fundamentals/intro-python-part1/step/1) <br> |
17+
| [`rest-api/`](rest-api/) | Sample code and exercises for the [REST API Fundamentals Learning Labs](https://developer.cisco.com/learning/modules/rest-api-fundamentals/hands-on-postman/step/1) <br> |
18+
| [`intro-dnac/`](intro-dnac/) | Sample code and exercises for the [Cisco DNA Center Learning Labs](https://developer.cisco.com/learning/modules/dnac-rest-apis/dnac-101-auth/step/1) <br> |
2819
| [`intro-mdp/`](intro-mdp/) | Sample code and exercises for the [Introduction to Model Drive Programmability (NETCONF/RESTCONF/YANG) Learning Labs](https://developer.cisco.com/learning/modules/intro-device-level-interfaces) |
29-
| [`intro-guestshell/`](intro-guestshell/) | Sample code and exercises for the [Introduction to Guest Shell on IOS XE Learning Labs]() <br> (_Publishing Soon_) |
30-
| [`intro-meraki/`](intro-meraki/) | Sample code and exercises for the [Introduction to Meraki Programmability Learning Labs]() <br> (_Publishing Soon_) |
31-
| [`intro-nfvis/`](intro-nfvis/) | Sample code and exercises for the [Introduction to Network Function Virtualization with NFVIS APIs Learning Labs]() <br> (_Publishing Soon_) |
20+
| [`intro-guestshell/`](intro-guestshell/) | Sample code and exercises for the [Introduction to Guest Shell on IOS XE Learning Labs](https://developer.cisco.com/learning/modules/net_app_hosting/intro-guestshell/step/1) <br> |
21+
| [`intro-meraki/`](intro-meraki/) | Sample code and exercises for the [Introduction to Meraki Programmability Learning Labs](https://developer.cisco.com/learning/modules/getting-started-with-meraki/meraki-01-integrations/step/1) <br> |
22+
| [`intro-nfvis/`](intro-nfvis/) | Sample code and exercises for the [Introduction to Network Function Virtualization with NFVIS APIs Learning Labs](https://developer.cisco.com/learning/devnet-express/dnav4-track/dnav3-intro-nfvis/dnav3-why-nfvis/step/1) <br> |
3223
| [`verify/`](verify/) | A series of verification scripts primarily used during DevNet Express for DNA events to ensure the workshop environment is fully operational. |
3324
| [`dev/`](dev/) | Resources and information for building code samples and labs. |
3425
| [`requirements-dev.txt`](requirements-dev.txt) | Python requirements file containing requirements only needed if developing new code samples. |

0 commit comments

Comments
 (0)