From 6f420fac59150cf3db9230088590bc7b6524bf45 Mon Sep 17 00:00:00 2001 From: MadhuNimmo Date: Thu, 17 Jun 2021 23:03:38 -0400 Subject: [PATCH] Timing Daigram link fixed + Circuit Elements format fixed --- docs/_sidebar.md | 2 +- docs/timing_diagrams.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index b0eb8995..8206af39 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -8,7 +8,7 @@ * [Embedding Circuits](embedding_circuits.md) * [Timing Diagrams](timing_diagrams.md) -* Circuit Elements +* [Circuit Elements](circuit_elements.md) * [Output Elements](outputs.md) * [Standard Gates](gates.md) * [Decoders and Plexers](decodersandplexers.md) diff --git a/docs/timing_diagrams.md b/docs/timing_diagrams.md index f681aba9..d524bf2f 100644 --- a/docs/timing_diagrams.md +++ b/docs/timing_diagrams.md @@ -1,9 +1,11 @@ -# Visualization of Timing Diagrams - -> This guide will teach you how to visualize the timing diagram with the help of flags in CircuitVerse +# Timing Diagrams Contributing Authors: [@theredcap](https:github.com/theredcap) +> This guide will teach you how to visualize the timing diagram with the help of flags in CircuitVerse. + +# Visualization of Timing Diagrams + Timing plays a vital role while you are designing any circuit. Timing diagrams help us visualize the state of different signals with respect to time. In a timing diagram, time is represented on the x-axis and the different components or signals of the system, that interact with each other, are represented on the y-axis. #### Using Flags