From 4c8e12412fc800e367a59ba7bf67e98c025ece88 Mon Sep 17 00:00:00 2001 From: Valerie Becker Date: Mon, 30 Sep 2024 15:09:23 -0700 Subject: [PATCH] Pre-commit doesn't always run first --- doc/contributor-guide/adding-columns.rst | 1 - doc/contributor-guide/adding-tables.rst | 1 - doc/contributor-guide/inserting-information.rst | 1 - doc/developer-guide/building-artifacts.rst | 1 - doc/developer-guide/consdbclient-summit-utils.rst | 2 +- doc/developer-guide/documentation.rst | 2 +- doc/developer-guide/repository-structure.rst | 2 +- doc/developer-guide/standards-practices.rst | 2 +- doc/operator-guide/deployment.rst | 1 - doc/operator-guide/monitoring.rst | 1 - doc/operator-guide/runbook.rst | 2 +- doc/operator-guide/schema-migration-process.rst | 1 - doc/user-guide/consdb-rest-api.rst | 2 +- doc/user-guide/description-and-goals.rst | 2 +- doc/user-guide/schemas.rst | 1 - doc/user-guide/sql-clients.rst | 1 - doc/user-guide/tap-clients.rst | 1 - 17 files changed, 7 insertions(+), 17 deletions(-) diff --git a/doc/contributor-guide/adding-columns.rst b/doc/contributor-guide/adding-columns.rst index c888dce9..27153e5d 100644 --- a/doc/contributor-guide/adding-columns.rst +++ b/doc/contributor-guide/adding-columns.rst @@ -4,4 +4,3 @@ Adding Columns * Values should be usefully summarized * Try to make everything into some kind of scalar - diff --git a/doc/contributor-guide/adding-tables.rst b/doc/contributor-guide/adding-tables.rst index 96adb26c..4d7412d5 100644 --- a/doc/contributor-guide/adding-tables.rst +++ b/doc/contributor-guide/adding-tables.rst @@ -6,4 +6,3 @@ Adding Tables * Each dimension combination (exposure, visit, exposure+detector, visit+detector, etc.) should have its own table(s) * Normalize when possible * De-normalize via views to make querying easier - diff --git a/doc/contributor-guide/inserting-information.rst b/doc/contributor-guide/inserting-information.rst index 92143ab7..6ed99f32 100644 --- a/doc/contributor-guide/inserting-information.rst +++ b/doc/contributor-guide/inserting-information.rst @@ -7,4 +7,3 @@ Inserting Information * Direct Kafka messages * ConsDB client library in summit_utils * ConsDB REST API - diff --git a/doc/developer-guide/building-artifacts.rst b/doc/developer-guide/building-artifacts.rst index 2b61671e..37748e64 100644 --- a/doc/developer-guide/building-artifacts.rst +++ b/doc/developer-guide/building-artifacts.rst @@ -4,4 +4,3 @@ Building Artifacts * Dockerfiles * GitHub Actions workflows - diff --git a/doc/developer-guide/consdbclient-summit-utils.rst b/doc/developer-guide/consdbclient-summit-utils.rst index 35874c06..8cdfd06b 100644 --- a/doc/developer-guide/consdbclient-summit-utils.rst +++ b/doc/developer-guide/consdbclient-summit-utils.rst @@ -2,4 +2,4 @@ ConsDbClient in summit_utils ############ -Is this a repeat, or a different scope than the other page? \ No newline at end of file +Is this a repeat, or a different scope than the other page? diff --git a/doc/developer-guide/documentation.rst b/doc/developer-guide/documentation.rst index 3d68b0a1..418840e7 100644 --- a/doc/developer-guide/documentation.rst +++ b/doc/developer-guide/documentation.rst @@ -3,4 +3,4 @@ Documentation ############ * This Site -* Other Documentation \ No newline at end of file +* Other Documentation diff --git a/doc/developer-guide/repository-structure.rst b/doc/developer-guide/repository-structure.rst index b411c22d..c5f12c49 100644 --- a/doc/developer-guide/repository-structure.rst +++ b/doc/developer-guide/repository-structure.rst @@ -2,4 +2,4 @@ Repository Structure ############ -Each of the services in their own directory (coming soon) \ No newline at end of file +Each of the services in their own directory (coming soon) diff --git a/doc/developer-guide/standards-practices.rst b/doc/developer-guide/standards-practices.rst index 692d05dd..31684c0f 100644 --- a/doc/developer-guide/standards-practices.rst +++ b/doc/developer-guide/standards-practices.rst @@ -2,4 +2,4 @@ Standards and Practices ############ -Standards and practices \ No newline at end of file +Standards and practices diff --git a/doc/operator-guide/deployment.rst b/doc/operator-guide/deployment.rst index f4efabd2..ca445172 100644 --- a/doc/operator-guide/deployment.rst +++ b/doc/operator-guide/deployment.rst @@ -4,4 +4,3 @@ Deployment * Database * REST API Server - diff --git a/doc/operator-guide/monitoring.rst b/doc/operator-guide/monitoring.rst index b3b4481b..857b728e 100644 --- a/doc/operator-guide/monitoring.rst +++ b/doc/operator-guide/monitoring.rst @@ -4,4 +4,3 @@ Monitoring * Database * REST API Server - diff --git a/doc/operator-guide/runbook.rst b/doc/operator-guide/runbook.rst index b8359bba..0fa63a64 100644 --- a/doc/operator-guide/runbook.rst +++ b/doc/operator-guide/runbook.rst @@ -2,4 +2,4 @@ RunBook ############ -Maybe from ConsDb Usage Confluence page? \ No newline at end of file +Maybe from ConsDb Usage Confluence page? diff --git a/doc/operator-guide/schema-migration-process.rst b/doc/operator-guide/schema-migration-process.rst index 38f45a50..31fafc07 100644 --- a/doc/operator-guide/schema-migration-process.rst +++ b/doc/operator-guide/schema-migration-process.rst @@ -7,4 +7,3 @@ Schema Migration Process * Test migration and code to populate the new columns/tables at TTS/BTS if Summit schema is changing * Deploy migration in synchrony at Summit (if necessary), USDF, and Prompt Release (if necessary) * Deploy code to populate at Summit and/or USDF - diff --git a/doc/user-guide/consdb-rest-api.rst b/doc/user-guide/consdb-rest-api.rst index 3eef6292..d6792dc1 100644 --- a/doc/user-guide/consdb-rest-api.rst +++ b/doc/user-guide/consdb-rest-api.rst @@ -2,4 +2,4 @@ ConsDB REST API ############ -Link to Swagger \ No newline at end of file +Link to Swagger diff --git a/doc/user-guide/description-and-goals.rst b/doc/user-guide/description-and-goals.rst index 048ae224..eb0fd916 100644 --- a/doc/user-guide/description-and-goals.rst +++ b/doc/user-guide/description-and-goals.rst @@ -2,4 +2,4 @@ Description and Goals ############ -https://dmtn-227.lsst.io/ \ No newline at end of file +https://dmtn-227.lsst.io/ diff --git a/doc/user-guide/schemas.rst b/doc/user-guide/schemas.rst index 8455c3c0..acfbebe1 100644 --- a/doc/user-guide/schemas.rst +++ b/doc/user-guide/schemas.rst @@ -11,4 +11,3 @@ Schemas * Near-real-time "prompt" ConsDB replicates a subset of the USDF version * Data Release ConsDB is a snapshot of a subset of the USDF version with data pertaining to the exposures/visits in the DR * Schema browser - diff --git a/doc/user-guide/sql-clients.rst b/doc/user-guide/sql-clients.rst index cfe5938c..ef406075 100644 --- a/doc/user-guide/sql-clients.rst +++ b/doc/user-guide/sql-clients.rst @@ -6,4 +6,3 @@ SQL Clients (not recommended) * Summit * USDF * Release - diff --git a/doc/user-guide/tap-clients.rst b/doc/user-guide/tap-clients.rst index 2fadc67e..50391cc2 100644 --- a/doc/user-guide/tap-clients.rst +++ b/doc/user-guide/tap-clients.rst @@ -6,4 +6,3 @@ TAP Clients * Summit * USDF * Release -