Skip to content

Commit 1aafd33

Browse files
docs: add logo to docs and README (#1128)
per deepmodeling/community#18 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 98f4541 commit 1aafd33

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
![logo](./doc/logo.svg)
2+
3+
--------------------------------------------------------------------------------
4+
15
# DP-GEN: A concurrent learning platform for the generation of reliable deep learning based potential energy models
26

37
[![GitHub release](https://img.shields.io/github/release/deepmodeling/dpgen.svg?maxAge=86400)](https://github.com/deepmodeling/dpgen/releases/)
48
[![doi:10.1016/j.cpc.2020.107206](https://img.shields.io/badge/DOI-10.1016%2Fj.cpc.2020.107206-blue)](https://doi.org/10.1016/j.cpc.2020.107206)
5-
![Citations](https://citations.njzjz.win/10.1016/j.cpc.2020.107206)
9+
[![Citations](https://citations.njzjz.win/10.1016/j.cpc.2020.107206)](https://badge.dimensions.ai/details/doi/10.1016/j.cpc.2020.107206)
610
[![conda install](https://img.shields.io/conda/dn/conda-forge/dpgen?label=conda%20install)](https://anaconda.org/conda-forge/dpgen)
711
[![pip install](https://img.shields.io/pypi/dm/dpgen?label=pip%20install)](https://pypi.org/project/dpgen)
812

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
# a list of builtin themes.
7777
#
7878
html_theme = "sphinx_rtd_theme"
79+
html_logo = "logo.svg"
7980

8081
# Add any paths that contain custom static files (such as style sheets) here,
8182
# relative to this directory. They are copied after the builtin static files,

doc/logo.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)