diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt new file mode 100644 index 0000000..73b6b25 --- /dev/null +++ b/docs/requirements-docs.txt @@ -0,0 +1,6 @@ +elasticsearch>=7.0.5 +pandas==0.25.1 +matplotlib +pytest>=5.2.1 +git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master +numpydoc==0.8 diff --git a/docs/source/reference/api/eland.DataFrame.shape.rst b/docs/source/reference/api/eland.DataFrame.shape.rst new file mode 100644 index 0000000..ed7bb07 --- /dev/null +++ b/docs/source/reference/api/eland.DataFrame.shape.rst @@ -0,0 +1,6 @@ +eland.DataFrame.shape +===================== + +.. currentmodule:: eland + +.. autoattribute:: DataFrame.shape diff --git a/docs/source/reference/api/eland.DataFrame.to_csv.rst b/docs/source/reference/api/eland.DataFrame.to_csv.rst new file mode 100644 index 0000000..2ff0767 --- /dev/null +++ b/docs/source/reference/api/eland.DataFrame.to_csv.rst @@ -0,0 +1,6 @@ +eland.DataFrame.to_csv +====================== + +.. currentmodule:: eland + +.. automethod:: DataFrame.to_csv diff --git a/docs/source/reference/api/eland.DataFrame.to_html.rst b/docs/source/reference/api/eland.DataFrame.to_html.rst new file mode 100644 index 0000000..ad89692 --- /dev/null +++ b/docs/source/reference/api/eland.DataFrame.to_html.rst @@ -0,0 +1,6 @@ +eland.DataFrame.to_html +======================= + +.. currentmodule:: eland + +.. automethod:: DataFrame.to_html diff --git a/docs/source/reference/api/eland.DataFrame.to_string.rst b/docs/source/reference/api/eland.DataFrame.to_string.rst new file mode 100644 index 0000000..e84e5ef --- /dev/null +++ b/docs/source/reference/api/eland.DataFrame.to_string.rst @@ -0,0 +1,6 @@ +eland.DataFrame.to_string +========================= + +.. currentmodule:: eland + +.. automethod:: DataFrame.to_string