sphinx index building tools
Project description
Description
SearchBuildTargets Script
指定パス(SearchPath) に対してフォルダとファイル名の走査を行う
指定ファイル名(TargetFileName) があるフォルダパスを抽出 (target_path_list)
指定の階層の深さ(target_path_list) に応じて buildPath の index.rst ファイルを追記する
第1階層( SearchPath 直下のフォルダ名 ) index.rst の タイトルとして扱う
第2階層 index.rst のサブタイトルとして扱う
index.rst に階層に応じて KeyFile名を追記する
ヘッドライン化する段階は headingdepth として数字で指定可能
target_path_list から .rst ファイル ( KeyFile )を生成する
TargetFileName の文字コードを SJIS -> UTF8
TargetFileName のカレントフォルダ名( KeyFileFolder )で TargetFileName のファイル名を置き換え
拡張子を .rst にする
.rst ファイルの末尾に target_path_list へのリンクを追記する
:smblink: ディレクティブを利用する
指定フォルダパス(saveto) パスにファイルを配置する
tagfinder
以下のディレクティブを書くと、指定パス(tagSearchPath) に対してフォルダとファイル名の走査を行う:
| .. tagfinder:: | :file: tagFileName | :tag: tagname | :path: \\file\to
指定ファイル名(tagFileName) にがあるフォルダパスを抽出 (tag_path_list)
指定ファイルの書き方:
Title :tftag: tagname, tagname2, tagname3 :desc: description
tag_path_list の各ファイルに対して以下の処理を行う
ファイル内に指定の文字列(tagname)が存在するか検索
存在する場合は、当該ファイルの一行目をタイトル、フォルダパスとして取得し、リンクリスト化:
`title <file://file/to/path/>`, "description" `title <file://file/to/path/>`, "description" `title <file://file/to/path/>`, "description"
Installation
pip install sphinxcontrib-indexbuilder
Configuration
Add 'sphinxcontrib.indexbuilder' to the extensions list in conf.py.
extensions += [ 'sphinxcontrib.indexbuilder' ]
Usage
build index.rst and .rst files
Try this command to show usages
$ SearchBuildTargets.py --help
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
File details
Details for the file sphinxcontrib-indexbuilder-0.1.2.tar.gz
.
File metadata
- Download URL: sphinxcontrib-indexbuilder-0.1.2.tar.gz
- Upload date:
- Size: 27.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/38.5.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a50fc88aed70ed3b6cfd017cc514b992ca7535ff3ae574402c09a726411291cf |
|
MD5 | ad3453f3ebc0f6c6cf98b7c9e9aab995 |
|
BLAKE2b-256 | f5fc91d3553c60431335818992fa140706379b873816256aff4b9d12676e76b9 |