diff options
| author | J08nY | 2024-05-27 12:08:06 +0200 |
|---|---|---|
| committer | J08nY | 2024-05-27 12:08:06 +0200 |
| commit | 5114fea31c619dae178893617d51af3eecad34f2 (patch) | |
| tree | 07f1894f02f1265c62198664437a4a85c5e17460 /docs | |
| parent | a8b2f672fca368a59681b9b1154b578fbc2541ee (diff) | |
| download | pyecsca-5114fea31c619dae178893617d51af3eecad34f2.tar.gz pyecsca-5114fea31c619dae178893617d51af3eecad34f2.tar.zst pyecsca-5114fea31c619dae178893617d51af3eecad34f2.zip | |
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_static/custom.css | 2 | ||||
| -rw-r--r-- | docs/conf.py | 4 | ||||
| -rw-r--r-- | docs/index.rst | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css index f92e0ba..f9bf4de 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -7,5 +7,5 @@ img.logo { } dl.class, dl.function { - margin-bottom: 15px; + margin-bottom: 2em; } diff --git a/docs/conf.py b/docs/conf.py index 7470f0e..e961141 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -78,6 +78,8 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '**.ipynb_checkpoints'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = "trac" +add_module_names = False + # -- Options for HTML output ------------------------------------------------- @@ -210,6 +212,8 @@ autodoc_default_options = { "member-order": "bysource", # "special-members": "__init__" } +autodoc_typehints = "signature" +autodoc_typehints_format = "short" autoclass_content = "both" diff --git a/docs/index.rst b/docs/index.rst index 0b74ad5..9680bb5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -198,7 +198,7 @@ License MIT License - Copyright (c) 2018-2023 Jan Jancar + Copyright (c) 2018-2024 Jan Jancar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal |
