File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
69TASI is a library to provide high-performance, easy-to-use data structures and data analysis tools for Python based
710traffic situation analysis and interpretation applications.
Original file line number Diff line number Diff line change 11# import recommonmark
22# from recommonmark.transform import AutoStructify
33
4- import sys , os
4+ import os
5+ import sys
56import warnings
67
78# -- General configuration ---------------------------------------------------
134135 "header" : header ,
135136}
136137
137- html_title = project
138+ # html_title = project
138139
139140html_sidebars = {"about" : [], "development/index" : [], "getting_started/index" : []}
140141
161162# Add redirect for previously existing pages, each item is like `(from_old, to_new)`
162163
163164html_js_files = ["logos/DLR_black.js" ]
165+ html_logo = "_static/logos/TASI_Logo.png"
166+
164167
165168nbsphinx_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 ------------------------------------------------
268272import os
273+
269274import jinja2
270275
271276nbsphinx_allow_errors = False
You can’t perform that action at this time.
0 commit comments