head added to make rules
This commit is contained in:
parent
8a3562dfa5
commit
63426469d7
@ -15,6 +15,13 @@ localhelp:
|
|||||||
echo -e "\033[1;33m - view - Create a local documentation files and view them\e[0m"
|
echo -e "\033[1;33m - view - Create a local documentation files and view them\e[0m"
|
||||||
echo -e "\033[1;33m - release - Create a local documentation files and movem them to the module\e[0m $(SPHINXPRJ)/_docs_"
|
echo -e "\033[1;33m - release - Create a local documentation files and movem them to the module\e[0m $(SPHINXPRJ)/_docs_"
|
||||||
|
|
||||||
|
head:
|
||||||
|
echo -ne "\n\n\033[1;34m"
|
||||||
|
echo -e "╔══════╗"
|
||||||
|
echo -e "║ docs ║"
|
||||||
|
echo -e "╚══════╝\033[00m"
|
||||||
|
|
||||||
|
|
||||||
conf.py: pydocs/templates/conf.py.tpl
|
conf.py: pydocs/templates/conf.py.tpl
|
||||||
cp pydocs/templates/conf.py.tpl conf.py
|
cp pydocs/templates/conf.py.tpl conf.py
|
||||||
pydocs/replace.sh conf.py "<module_name>" "$(SPHINXPRJ)"
|
pydocs/replace.sh conf.py "<module_name>" "$(SPHINXPRJ)"
|
||||||
@ -25,7 +32,7 @@ index.rst:
|
|||||||
venv/bin/sphinx-apidoc -TMo . $(SPHINXPRJ)
|
venv/bin/sphinx-apidoc -TMo . $(SPHINXPRJ)
|
||||||
mv $(SPHINXPRJ).rst index.rst
|
mv $(SPHINXPRJ).rst index.rst
|
||||||
|
|
||||||
html: examples conf.py index.rst
|
html: head examples conf.py index.rst
|
||||||
echo -e "\e[1m * Generated html files...\e[0m"
|
echo -e "\e[1m * Generated html files...\e[0m"
|
||||||
$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user