Skip to content

Commit 2abc399

Browse files
committed
Remove sphinx files
The help and documentation for the Plugin are inside the dialog in a tab.
1 parent 8697223 commit 2abc399

5 files changed

Lines changed: 1 addition & 528 deletions

File tree

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ UI_FILES = uifiles/ui_maxp.py uifiles/ui_about.py
4141

4242
RESOURCE_FILES = resources_rc.py
4343

44-
HELP = help/build/html
45-
4644
default: compile
4745

4846
compile: $(UI_FILES) $(RESOURCE_FILES)
@@ -56,7 +54,7 @@ compile: $(UI_FILES) $(RESOURCE_FILES)
5654
%.qm : %.ts
5755
lrelease $<
5856

59-
# The deploy target only works on unix like operating system where
57+
# The deploy target only works on unix like operating system where
6058
# the Python plugin directory is located at:
6159
# $HOME/$(QGISDIR)/python/plugins
6260
deploy: compile doc transcompile
@@ -66,7 +64,6 @@ deploy: compile doc transcompile
6664
cp -vf $(RESOURCE_FILES) $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)
6765
cp -vf $(EXTRAS) $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)
6866
cp -vfr i18n $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)
69-
cp -vfr $(HELP) $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)/help
7067

7168
# The dclean target removes compiled python files from plugin directory
7269
# also delets any .svn entry
@@ -114,6 +111,3 @@ transclean:
114111
clean:
115112
rm $(UI_FILES) $(RESOURCE_FILES)
116113

117-
# build documentation with sphinx
118-
doc:
119-
cd help; make html

help/Makefile

Lines changed: 0 additions & 130 deletions
This file was deleted.

help/make.bat

Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
 (0)