From 1c792ed2aebe4bc094f292cc2de2dae2ef245490 Mon Sep 17 00:00:00 2001 From: Colton Provias Date: Tue, 28 Jun 2016 02:10:06 -0400 Subject: [PATCH] Adding the constants to docs --- docs/constants.rst | 11 +++++++++++ docs/index.rst | 1 + 2 files changed, 12 insertions(+) create mode 100644 docs/constants.rst diff --git a/docs/constants.rst b/docs/constants.rst new file mode 100644 index 0000000..4fa35a0 --- /dev/null +++ b/docs/constants.rst @@ -0,0 +1,11 @@ +====== +Errors +====== + +.. currentmodule:: sqlalchemy_jsonapi.errors + +.. autoclass:: Method + :members: + +.. autoclass:: Endpoint + :members: diff --git a/docs/index.rst b/docs/index.rst index 229000c..b6a6a2f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,6 +12,7 @@ Contents: serializer flask errors + constants Indices and tables