Skip to content

Commit

Permalink
Merge pull request #411 from Mara3l/master
Browse files Browse the repository at this point in the history
DP-2485: Adding pandas to hugo documentation

Reviewed-by: https://github.com/Mara3l
  • Loading branch information
gdgate authored Nov 6, 2023
2 parents 3fd79c9 + edf1af4 commit be0b1f3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/api_spec.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[sdk]
directory = "api-reference"
packages = ["sdk","catalog"]

[pandas]
directory = "pandas"
packages = ["data_access","dataframe","good_pandas","result_convertor","utils"]
9 changes: 9 additions & 0 deletions docs/content/en/docs/pandas/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "GOODDATA PANDAS"
linkTitle: "GOODDATA PANDAS"
weight: 59
navigationLabel: true
---


Placeholder for gerenerated API reference - pandas.
4 changes: 2 additions & 2 deletions scripts/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ for branch in "$remote_name/master" $(git branch -rl "$remote_name/rel/*") ; do
echo "Generating API ref..."
if [ "$target_section" == "" ] ; then
echo "Skipping master api ref"
#mv -f data.json ./versioned_docs/latest/
#python3 ../scripts/docs/python_ref_builder.py api_spec.toml ./versioned_docs/latest/data.json latest versioned_docs
else
directories=$(find .. -type d -name 'gooddata-*')

Expand Down Expand Up @@ -112,3 +110,5 @@ if [ "$keep_master" != "keep_master" ] ; then
rm -rf "${content_dir}/docs"
fi
popd

git reset --hard

0 comments on commit be0b1f3

Please sign in to comment.