diff --git a/doc/index.rst b/doc/index.rst deleted file mode 100644 index e69de29..0000000 diff --git a/doc/source/client.rst b/doc/source/client.rst new file mode 100644 index 0000000..7cb32c6 --- /dev/null +++ b/doc/source/client.rst @@ -0,0 +1,3 @@ +------ +Client +------ diff --git a/doc/conf.py b/doc/source/conf.py similarity index 100% rename from doc/conf.py rename to doc/source/conf.py diff --git a/doc/source/index.rst b/doc/source/index.rst new file mode 100644 index 0000000..e9f0c45 --- /dev/null +++ b/doc/source/index.rst @@ -0,0 +1,27 @@ +.. + Licensed under the Apache License, Version 2.0 (the "License"); you may + not use this file except in compliance with the License. You may obtain + a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + License for the specific language governing permissions and limitations + under the License. + +==================================================== +Welcome to the Distil client developer documentation! +==================================================== + +`Distil`_ is a multi-tenant cloud billing service service. + + +Contents +======== + +.. toctree:: + :maxdepth: 1 + + client \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index c9d3bb0..69ce3c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,5 +35,13 @@ packages = where=tests verbosity=2 +[build_sphinx] +source-dir = doc/source +build-dir = doc/build +all_files = 1 + +[upload_sphinx] +upload-dir = doc/build/html + [wheel] universal = 1