You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.
# Change all the internal references to .md files so they refer to the generated .html files
# Use a restricted regex match so we don't accidentally convert external links like https://github.com/Metaswitch/sprout/blob/master/docs/Development.md to https://github.com/Metaswitch/sprout/blob/master/docs/Development.html
sed -ri "s/<([\.0-9a-zA-Z_]+?)\.md/<\1.html/g" $target
done
cp -a docs/img autogenerated_rst_docs/img
cp -a docs/sample_files autogenerated_rst_docs/sample_files
# At this point index.rst contains the text generated from index.md, so we want
# to append the table of contents to the end of that