Extension for Foliant documentation generator to make docs from multiple sources.
Project description
MultiProject Extension
MultiProject is an extension for Foliant to generate the documentation from multiple sources. MultiProject consists of three parts:
- extension for
foliant.configpackage to resolve the!fromYAML tag; - CLI extension for the
srccommand; - RepoLink preprocessor;
- Includesmap preprocessor.
Installation
$ pip install foliantcontrib.multiproject
Config Extension to Resolve the !from Tag
This extension resolves the !from YAML tag in the project config and replaces the value of the tag with chapters section of related subproject.
Nested subprojects are processed recursively.
Usage of the Config Extension
The subproject location may be specified as a local path, or as a Git repository with optional revision (branch name, commit hash or another reference).
Example of chapters section in the project config:
chapters:
- index.md
- !from local_dir
- !from https://github.com/foliant-docs/docs.git
- !from https://github.com/some_other_group/some_other_repo.git#develop
Before building the documentation superproject, Multiproject extension calls Foliant to build each subproject into pre target, and then moves the directories of built subprojects into the source directory of the superproject (usually called as src).
Limitations:
- directory names of subprojects of the same level should be unique;
- source directories of the multiproject and of all the subprojects should have the same names; also they should be located inside the “root” directories of corresponding projects;
- config files of the multiproject and of all the subprojects should have the same names;
- subprojects from remote Git repositories do not need to be newly cloned before each build, but local subprojects are copied into cache before each build;
- it’s undesirable if the path of the “root” directory of the top-level project contains
.multiprojectcachedirectory as its some part.
CLI Extension for the src Command
This extension supports the command src to backup the source directory of Foliant project (usually called as src) and to restore it from prepared backup.
Backing up of the source directory is needed because MultiProject extension modifies this directory by moving the directories of built subprojects into it.
Usage of the CLI Extension
To make a backup of the source directory, use the command:
$ foliant src backup
To restore the source directory from the backup, use the command:
$ foliant src restore
You may use the --config option to specify custom config file name of your Foliant project. By default, the name foliant.yml is used:
$ foliant src backup --config alternative_config.yml
Also you may specify the root directory of your Foliant project by using the --path option. If not specified, current directory will be used.
RepoLink Preprocessor
This preprocessor allows to add into each Markdown source a hyperlink to the related file in Git repository. Applying of the preprocessor to subprojects allows to get links to separate repositories from different pages of a single site (e.g. generated with MkDocs).
By default, the preprocessor emulates MkDocs behavior. The preprocessor generates HTML hyperlink with specific attributes and inserts the link after the first heading of the document. The default behavior may be overridden.
The preprocessor supports the same options repo_url and edit_uri as MkDocs.
Usage of the Preprocessor
To enable the preprocessor, add repolink to preprocessors section in the project config:
preprocessors:
- repolink
The preprocessor has a number of options:
preprocessors:
- repolink:
repo_url: https://github.com/foliant-docs/docs/
edit_uri: /blob/master/src/
link_type: html
link_location: after_first_heading
link_text: ""
link_title: View the source file
link_html_attributes: "class=\"md-icon md-content__icon\" style=\"margin: -7.5rem 0\""
targets:
- pre
repo_url
: URL of the related repository. Default value is an empty string; in this case the preprocessor does not apply. Trailing slashes do not affect.
edit_uri
: Revision-dependent part of URL of each file in the repository. Default value is /blob/master/src/. Leading and trailing slashes do not affect.
link_type
: Link type: HTML (html) or Markdown (markdown). Default value is html.
link_location
: Place in the document to put the hyperlink. By default, the hyperlink is placed after the first heading, and newlines are added before and after it (after_first_heading). Other values: before_content—the hyperlink is placed before the content of the document, the newline after it is provided; after_content—the hyperlink is placed after the content of the document, the newline before it is added; defined_by_tag—the tags <repo_link></repo_link> that are met in the content of the document are replaced with the hyperlink.
link_text
: Hyperlink text. Default value is Edit this page.
link_title
: Hyperlink title (the value of title HTML attribute). Default value is also Edit this page. This option takes effect only when link_type is set to html.
link_html_attributes
: Additional HTML attributes for the hyperlink. By using CSS in combination with class attribute, and/or style attribute, you may customize the presentation of your hyperlinks. Default value is an empty string. This option takes effect only when link_type is set to html.
targets
: Allowed targets for the preprocessor. If not specified (by default), the preprocessor applies to all targets.
You may override the value of the edit_uri config option with the FOLIANT_REPOLINK_EDIT_URI system environment variable. It can be useful in some non-stable testing or staging environments.
Includesmap Preprocessor
This preprocessor combines the includes maps (includes_map.json) obtained as a result of the preprocessor includes with the includes_map function enabled.
The combined includes map (multiproject_includes_map.json) will be located in the root of the site.
Usage of the Preprocessor
To enable the preprocessor, add includesmap to preprocessors section in the config of the main project:
preprocessors:
- includesmap
There is no need to add the Includesmap preprocessor to subproject configs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file foliantcontrib_multiproject-1.0.16.tar.gz.
File metadata
- Download URL: foliantcontrib_multiproject-1.0.16.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0de97154b4b38102a97514f87e376be06a4664c4e8b4f33da9fc037b056f9a5
|
|
| MD5 |
a08644e6ee74126f1891cab6f987f3ba
|
|
| BLAKE2b-256 |
614e5bf3645459d5f72b1a67d7409fdde6dabf2870c387f89367ce1c974b9304
|
File details
Details for the file foliantcontrib_multiproject-1.0.16-py3-none-any.whl.
File metadata
- Download URL: foliantcontrib_multiproject-1.0.16-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96739211cf2c2cddaaf99390511a47404b025bf38b086dd731b977b4fd47ba18
|
|
| MD5 |
c13105cf279228dfd5ae5f5cd0f26ec0
|
|
| BLAKE2b-256 |
2552f0ee172803c0d3bc43967d95bd0cdccc5b16485b875f752520a5caa9a3b2
|