Skip to content

Commit

Permalink
Merge pull request #333 from bluesky/readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
coretl authored Oct 31, 2024
2 parents 2649a8e + c7c699f commit f63fbb4
Show file tree
Hide file tree
Showing 4 changed files with 420 additions and 232 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<img src="https://raw.githubusercontent.com/bluesky/event-model/refs/heads/main/docs/images/event-model-logo.svg"
style="background: none" width="120px" height="120px" align="center" alt="logo">

[![CI](https://github.com/bluesky/event-model/actions/workflows/ci.yml/badge.svg)](https://github.com/bluesky/event-model/actions/workflows/ci.yml)
[![Coverage](https://codecov.io/gh/bluesky/event-model/branch/main/graph/badge.svg)](https://codecov.io/gh/bluesky/event-model)
[![PyPI](https://img.shields.io/pypi/v/event-model.svg)](https://pypi.org/project/event-model)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://choosealicense.com/licenses/bsd-3-clause)

Data model used by the bluesky ecosystem.
# ![event-model](https://raw.githubusercontent.com/bluesky/event-model/main/docs/images/event-model-logo.svg)

# Event Model
Data model used by the bluesky ecosystem.

A primary design goal of bluesky is to enable better research by recording
rich metadata alongside measured data for use in later analysis. Documents are
Expand Down
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,6 @@
# will fix the switcher at the end of the docs workflow, but never gets a chance
# to complete as the docs build warns and fails.
html_theme_options = {
"logo": {
"text": project,
},
"use_edit_page_button": True,
"github_url": f"https://github.com/{github_user}/{github_repo}",
"icon_links": [
Expand Down Expand Up @@ -259,4 +256,4 @@

# Logo
html_logo = "images/event-model-logo.svg"
html_favicon = html_logo
html_favicon = "images/event-model-favicon.svg"
97 changes: 97 additions & 0 deletions docs/images/event-model-favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f63fbb4

Please sign in to comment.