Skip to content

Commit d0d66fe

Browse files
authored
Add new tasi logo (#35)
1 parent 8a1d774 commit d0d66fe

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
[![pypi](https://img.shields.io/pypi/v/tasi.svg)](https://pypi.python.org/pypi/tasi/) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14034644.svg)](https://doi.org/10.5281/zenodo.14034644) [![DLR-TS](https://img.shields.io/badge/developed%20by-DLR%20TS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://www.dlr.de/en/ts/about-us/the-institute-of-transportation-systems) [![PyPI Downloads](https://static.pepy.tech/badge/tasi)](https://pepy.tech/projects/tasi)
44

5+
<p align="center">
6+
<img src="doc/source/_static/logos/TASI_Logo.png" width="350px"/>
7+
</p>
58

69
TASI is a library to provide high-performance, easy-to-use data structures and data analysis tools for Python based
710
traffic situation analysis and interpretation applications.
724 KB
Loading

doc/source/conf.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# import recommonmark
22
# from recommonmark.transform import AutoStructify
33

4-
import sys, os
4+
import os
5+
import sys
56
import warnings
67

78
# -- General configuration ---------------------------------------------------
@@ -134,7 +135,7 @@
134135
"header": header,
135136
}
136137

137-
html_title = project
138+
# html_title = project
138139

139140
html_sidebars = {"about": [], "development/index": [], "getting_started/index": []}
140141

@@ -161,10 +162,13 @@
161162
# Add redirect for previously existing pages, each item is like `(from_old, to_new)`
162163

163164
html_js_files = ["logos/DLR_black.js"]
165+
html_logo = "_static/logos/TASI_Logo.png"
166+
164167

165168
nbsphinx_prolog = r"""
166169
{% set docname = env.doc2path(env.docname, base=None) %}
167170
171+
168172
.. only:: html
169173
170174
.. role:: raw-html(raw)
@@ -266,6 +270,7 @@ def linkcode_resolve(domain, info):
266270

267271
# -- Options for nbsphinx ------------------------------------------------
268272
import os
273+
269274
import jinja2
270275

271276
nbsphinx_allow_errors = False

0 commit comments

Comments
 (0)