Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
_templates/ | 12-May-2024 | - | 19 | 14 | ||
html/ | 12-May-2024 | - | 36,122 | 28,674 | ||
src/ | 12-May-2024 | - | 1,640 | 1,140 | ||
Jamfile.v2 | D | 12-May-2024 | 623 | 23 | 16 | |
Makefile | D | 12-May-2024 | 7.8 KiB | 232 | 190 | |
conf.py | D | 12-May-2024 | 12.1 KiB | 417 | 99 | |
genreadme | D | 12-May-2024 | 143 | 4 | 1 | |
index.rst | D | 12-May-2024 | 357 | 24 | 16 | |
make.bat | D | 12-May-2024 | 7.4 KiB | 285 | 248 | |
requirements.txt | D | 12-May-2024 | 486 | 11 | 10 |
genreadme
1#!/bin/bash 2 3cat src/index.md src/building.md | sed -e 's,\](\(.*\)\.md),](http://pfultz2.github.io/Fit/doc/html//en/latest/\1/index.html\),g' 4