From d95d1c4d65457bbeb1990ede7f7aad195f73d044 Mon Sep 17 00:00:00 2001 From: Andy Fingerhut Date: Tue, 25 Jun 2024 08:56:40 -0400 Subject: [PATCH] Add back in heading for P4Smith README file (#4756) * Add back in heading for P4Smith README file This makes the auto-generated doxygen index easier to distinguish this files from others, instead of merely being called "README" there. Signed-off-by: Andy Fingerhut * Trying out a thing where the P4 logo is put before the CI badge Maybe not as nice of a visual look as what was there before, but seems worth looking at to see if it is desirable. Signed-off-by: Andy Fingerhut * Removing logo since previous attempt to keep it messed up the CI badge when viewing Github flavored Markdown on github.com Signed-off-by: Andy Fingerhut * Also remove extra heading for P4Testgen Signed-off-by: Andy Fingerhut --------- Signed-off-by: Andy Fingerhut --- backends/p4tools/modules/smith/README.md | 4 ++-- backends/p4tools/modules/testgen/README.md | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/backends/p4tools/modules/smith/README.md b/backends/p4tools/modules/smith/README.md index 72b62ee48bc..9ddc50dd61e 100644 --- a/backends/p4tools/modules/smith/README.md +++ b/backends/p4tools/modules/smith/README.md @@ -1,6 +1,6 @@ -[![Status](https://github.com/p4lang/p4c/actions/workflows/ci-p4tools.yml/badge.svg)](https://github.com/p4lang/p4c/actions/workflows/ci-p4tools.yml) +# P4Smith -# P4Smith +[![Status](https://github.com/p4lang/p4c/actions/workflows/ci-p4tools.yml/badge.svg)](https://github.com/p4lang/p4c/actions/workflows/ci-p4tools.yml) ## Table of Contents diff --git a/backends/p4tools/modules/testgen/README.md b/backends/p4tools/modules/testgen/README.md index 53671e14ee5..d2c7fa30eb3 100644 --- a/backends/p4tools/modules/testgen/README.md +++ b/backends/p4tools/modules/testgen/README.md @@ -2,8 +2,6 @@ [![Status](https://github.com/p4lang/p4c/actions/workflows/ci-p4tools.yml/badge.svg)](https://github.com/p4lang/p4c/actions/workflows/ci-p4tools.yml) -# Testgen - ## Table of Contents - [Installation](#installation)