File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ print("----------------------------------\n")
7474print (" Plot:" , anime.getTrama())
7575print (" ----------------------------------\n " )
7676
77+ # Cover
78+ print (" Cover: " , anime.getCover())
79+ print (" ----------------------------------\n " )
80+
7781# General information
7882info = anime.getInfo()
7983print (" General Information:\n " , " \n " .join(
Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ print("----------------------------------\n")
7474print (" Trama:" , anime.getTrama())
7575print (" ----------------------------------\n " )
7676
77+ # La locandina
78+ print (" Cover: " , anime.getCover())
79+ print (" ----------------------------------\n " )
80+
7781# Informazioni generali
7882info = anime.getInfo()
7983print (" Informazioni generali:\n " , " \n " .join(
Original file line number Diff line number Diff line change 2323 favicon : static/img/logo.svg
2424 features :
2525 - navigation.sections
26+ - navigation.tracking
2627 - search.suggest
2728 - content.code.annotate
2829 - content.code.copy
@@ -68,12 +69,15 @@ plugins:
6869 - locale : it
6970 name : Italiano
7071 build : true
71- - autorefs
72+ - autorefs :
73+ resolve_closest : true
7274- git-revision-date-localized :
7375 type : date
7476 locale : en
7577- search :
76- lang : en
78+ lang :
79+ - en
80+ - it
7781- mkdocstrings :
7882 default_handler : python
7983 handlers :
You can’t perform that action at this time.
0 commit comments