diff --git a/docs/configuration.rst b/docs/configuration.rst index c659e9d4..ed5a7501 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -738,7 +738,7 @@ Type ``string`` Description Insert a reference to the current - `PathFormat `__ + `PathFormat `__ data structure into metadata dictionaries as the given name. For example, setting this option to ``"gdl_path"`` would make it possible @@ -753,7 +753,7 @@ Type ``string`` Description Insert a reference to the current - `Extractor `__ + `Extractor `__ object into metadata dictionaries as the given name. @@ -899,7 +899,7 @@ Example Description A list of SQLite ``PRAGMA`` statements to run during archive initialization. - See ``__ + See ``__ for available ``PRAGMA`` statements and further details. @@ -5925,7 +5925,7 @@ Type ``list`` of ``strings`` Default The ``modules`` list in - `extractor/__init__.py <../gallery_dl/extractor/__init__.py#L12>`__ + `extractor/__init__.py `__ Example ``["reddit", "danbooru", "mangadex"]`` Description @@ -5948,7 +5948,7 @@ Description i.e. classes with a ``pattern`` attribute. Note: ``null`` references internal extractors defined in - `extractor/__init__.py <../gallery_dl/extractor/__init__.py#L12>`__ + `extractor/__init__.py `__ or by `extractor.modules`_. @@ -5965,7 +5965,8 @@ Description `importable `__ Python module, | whose namespace, - in addition to the ``GLOBALS`` dict in `util.py <../gallery_dl/util.py>`__, + in addition to the ``GLOBALS`` dict in + `util.py `__, gets used as |globals parameter|__ for compiled Python expressions. .. |globals parameter| replace:: ``globals`` parameter @@ -6248,9 +6249,9 @@ Description In addition to the default `LogRecord attributes `__, it is also possible to access the current - `extractor `__, - `job `__, - `path `__, + `extractor `__, + `job `__, + `path `__, and `keywords` objects and their attributes, for example ``"{extractor.url}"``, ``"{path.filename}"``, ``"{keywords.title}"`` * Default: ``"[{name}][{levelname}] {message}"``