Skip to content

Commit 802eb17

Browse files
committed
black
1 parent ee4ea1f commit 802eb17

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
jinja=("http://jinja.pocoo.org/docs/2.10", None),
3131
sphinx=("https://www.sphinx-doc.org/en/master/", None),
3232
# examples
33-
numpy=('https://docs.scipy.org/doc/numpy/', None),
34-
anndata=('https://anndata.readthedocs.io/en/latest/', None),
35-
pandas=('http://pandas.pydata.org/pandas-docs/stable/', None),
36-
scipy=('https://docs.scipy.org/doc/scipy/reference/', None),
33+
numpy=("https://docs.scipy.org/doc/numpy/", None),
34+
anndata=("https://anndata.readthedocs.io/en/latest/", None),
35+
pandas=("http://pandas.pydata.org/pandas-docs/stable/", None),
36+
scipy=("https://docs.scipy.org/doc/scipy/reference/", None),
3737
)
3838

3939
# general information

scanpydoc/definition_list_typed_field.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def make_field(
3737
env: BuildEnvironment = None,
3838
) -> nodes.field:
3939
"""Render a field to a document-tree node representing a definition list item."""
40+
4041
def make_refs(role_name, name, node):
4142
return self.make_xrefs(role_name, domain, name, node, env=env)
4243

0 commit comments

Comments
 (0)