Skip to content

Commit fb10045

Browse files
author
gdgate
authored
Merge pull request #228 from hkad98/PSDK-127
RELATED: PSDK-127 remove Sphinx docs from gooddata-sdk Reviewed-by: https://github.com/pcerny
2 parents 2a90fde + 09514bd commit fb10045

24 files changed

+9
-1748
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ check-copyright:
103103
.PHONY: docs
104104
docs:
105105
RESULT=0; \
106-
for project in $(NO_CLIENT_GD_PROJECTS_DIRS); do $(MAKE) -C $${project} $@ || RESULT=$$?; done; \
106+
for project in gooddata-fdw gooddata-pandas; do $(MAKE) -C $${project} $@ || RESULT=$$?; done; \
107107
exit $$RESULT
108108

109109
.PHONY: remove-cassettes

gooddata-fdw/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# (C) 2021 GoodData Corporation
22
include ../project_common.mk
3+
4+
.PHONY: docs
5+
docs:
6+
tox $(TOX_FLAGS) -e docs

gooddata-fdw/docs/api.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ API
77
:recursive:
88

99
gooddata_fdw
10-
gooddata_sdk

gooddata-pandas/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# (C) 2021 GoodData Corporation
22
include ../project_common.mk
3+
4+
.PHONY: docs
5+
docs:
6+
tox $(TOX_FLAGS) -e docs

gooddata-pandas/docs/api.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ API
77
:recursive:
88

99
gooddata_pandas
10-
gooddata_sdk

gooddata-sdk/docs/_static/empty_file

Lines changed: 0 additions & 1 deletion
This file was deleted.

gooddata-sdk/docs/_templates/class-template.rst

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

gooddata-sdk/docs/_templates/module-template.rst

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

gooddata-sdk/docs/api.rst

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

gooddata-sdk/docs/conf.py

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

0 commit comments

Comments
 (0)