Welcome to Juniper Automation’s documentation!

Add introductions here

Contents:

Ansible

Project table

Add here a table of all Ansible project

PyEZ

App table

Add here a table of all PyEZ Apps

Junos Extension Toolkit

table

Project Description Author Unit Test Docs Support Last Update
Dynamic-COS-App Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, me Unit Test Unit Test Community Never
Microwave-BW-Notification-App It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum You Unit Test JDI Never
Programmable-RR Description them Unit Test JTAC Never

Test here

Contribution guidelines

How to get your projects listed ON Junos Automation

Requirements

Using your own repo

Documentation Guide

The documentation is dynamically generated using Sphinx and is publish using Readthedoc Documentation pages are written in __reStructuredText__ RST

The main page is index.rst, this is the landing page and this is where the menu is defined in the toctree section. All .rst files listed under toctree are expected to be present in the same directory.

Dynamic generation of the documentation

The documentation generation is triggered by the python script conf.py. It’s possible to add our own logic to this file. For example, I added a quick example to generate the file jet.rst dynamically based on a Jinja2 template.

Theme customization

The main theme used is provided by readthedoc but can be customized using a custom CSS file The project has been configured to load the file my_theme.css in the directory docs/_static/css/my_theme.css

Indices and tables