Skip to main content

Foliant preprocessor that checks the project for missing and unmentioned files.

Project description

CheckSources

CheckSources is a preprocessor that checks the project’s chapters for missing and unmentioned files in the sources directory.

Installation

$ pip install foliantcontrib.checksources

Usage

To enable the preprocessor, add checksources to preprocessors section in the project config:

preprocessors:
    - checksources

Options

  • not_in_chapters – a list of files not mentioned in the chapters. No warnings will be displayed for the specified files. This option is useful if you don't need to add some files to the table of contents.

    Files can be specified in this option using Unix-style wildcards. The comparison is case-sensitive.

  • strict_check – if a critical error is detected, the build will be failed after applying the preprocessor. Several checks are supported:

    • not_exist – checking the existence of the file. Checks if the file specified in chapters exists (enabled by default);
    • duplicate – checking for duplicate in the chapters.

    To disable strict check, use strict_check: false. And in order to enable all available checks, use strict_check: true.

  • disable_warnings – disabling the output of warnings, just like strict_check supports: not_exist and duplicate.

Example of options:

preprocessors:
    - checksources:
        not_in_chapters:
          - tags.md
          - archive/*
        strict_check:
          - not_exist
        disable_warnings:
          - duplicate

Integration with preprocessor Includes

All source files that are not mentioned in chapters or not_in_chapters cause warnings.

However, some files or parts of files may be included by the preprocessor Includes in other files. Warnings about such included files may be unnecessary. CheckSources can process the includes_map.json file generated by Includes and create a list of included files. Files from this list do not cause warnings.

To create a list of included files and avoid unnecessary warnings, enable generation of a map in the project config:

preprocessors:
    - includes:             #includes defined before checksources
        includes_map: true
    - ...
    - checksources

Included files and MultiProject

MultiProject is an extension for Foliant to generate the documentation from multiple sources.

To create a list of included files for the entire project, CheckSources can process the multiproject_includes_map.json file generated by the Includesmap preprocessor from multiple includes_map.json files. If multiproject_includes_map.json and includes_map.json exist for the main project at the same time, CheckSources will use multiproject_includes_map.json.

To create a list of included files for the entire project, enable generation of maps in all configs and combining of maps in the config of the main project.

Config of main project:

preprocessors:              
    - includes:             
        includes_map: true  
    - includesmap           
    - ...
    - checksources

Config of subproject:

preprocessors:              
    - includes:             
        includes_map: true  
    - ...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

foliantcontrib_checksources-1.0.6.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

foliantcontrib_checksources-1.0.6-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file foliantcontrib_checksources-1.0.6.tar.gz.

File metadata

File hashes

Hashes for foliantcontrib_checksources-1.0.6.tar.gz
Algorithm Hash digest
SHA256 e239774a3720f446554827351c20c0af64df9bef3d9c9914b2b26865f3a81584
MD5 f7a6bae34a2d9788d2b511b3c74ea982
BLAKE2b-256 7a4edccfbc48e3f263806a2f2ade70a7bd4b22b28d9a01c3e9fa0a0755482e23

See more details on using hashes here.

File details

Details for the file foliantcontrib_checksources-1.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for foliantcontrib_checksources-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 5cd960c171e946d3aa7ae541002a380d7edb0380197d4e33ac485b288b0d27ac
MD5 d0e010008b481745feb5c6f9d3bd04c8
BLAKE2b-256 79300257bea82e2ba4557bf2af75ee69672c5bddfd17ac12737524601c52dc54

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page