Skip to content

Commit

Permalink
Fix the rendering problem (#262)
Browse files Browse the repository at this point in the history
* Fix the rendering problem

* Rename yml --> yaml

* Update logo position
  • Loading branch information
FanwangM authored Sep 8, 2024
1 parent ba03647 commit c678c55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
File renamed without changes.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<!-- # The Selector Library -->
<h1>
The Selector Library
<img src="book/content/selector_logo.png" alt="Logo" align="right" width="180">
</h1>
<div style="text-align:center">
<!-- <h1 style="margin-right: 20px;">The Selector Library</h1> -->
<img src="https://github.com/theochem/Selector/blob/main/book/content/selector_logo.png?raw=true" alt="Logo" style="width: 50%">
</div>

[![This project supports Python 3.9+](https://img.shields.io/badge/Python-3.9+-blue.svg)](https://python.org/downloads)
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
[![GitHub Actions CI Tox Status](https://github.com/theochem/Selector/actions/workflows/ci_tox.yml/badge.svg?branch=main)](https://github.com/theochem/Selector/actions/workflows/ci_tox.yml)
[![CI Tox](https://github.com/theochem/Selector/actions/workflows/ci_tox.yaml/badge.svg?branch=main)](https://github.com/theochem/Selector/actions/workflows/ci_tox.yaml)
[![codecov](https://codecov.io/gh/theochem/Selector/graph/badge.svg?token=0UJixrJfNJ)](https://codecov.io/gh/theochem/Selector)

The `selector` library provides methods for selecting a diverse subset of a (molecular) dataset.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ selector = ["*.xml"]
# Python modules and packages that are included in the
# distribution package (and therefore become importable)
[tool.setuptools.packages.find]
exclude = ["*/*/tests", "tests_*", "examples", "book/content", "notebooks"]
exclude = ["*/*/tests", "tests_*", "examples", "notebooks"]


# PDM example
Expand Down

0 comments on commit c678c55

Please sign in to comment.