ODM2 / ODM2PythonAPI

A set of Python functions that provides data read/write access to an ODM2 database by leveraging SQLAlchemy.
http://odm2.github.io/ODM2PythonAPI/
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

Google docstring standard not rendering correctly. #102

Closed lsetiawan closed 7 years ago

lsetiawan commented 7 years ago

@ocefpaf I tested out the docstring on my latest change #98. But Args doesn't seem to be rendering correctly.. Should I add * or - to make it a list?

screenshot 2017-09-29 08 26 48
ocefpaf commented 7 years ago

Let me check it locally.. Hold on. (sphinx is very annoying with the indentation.)

lsetiawan commented 7 years ago

I did this on the .rst

:mod:`Read Services`
----------------------

.. automodule:: odm2api.ODM2.services.readService
   :members:
   :undoc-members:
   :show-inheritance: