Frappe Developer Docs

Dear all,

We have bootstrapped the frappe developer docs (using frappe!)

https://frappe.io/docs/api
https://frappe.io/docs/models

How you can help?

If you already know your way around frappe, please help us in adding docstrings to all functions / methods.

Top contributers will get goodies!

best,
Rushabh

1 Like

Hi.

How can we contribute?

@luisfmfernandes you can add Python docstrings in v5.0

See this example:

https://github.com/frappe/frappe/blob/v5.0/frappe/model/document.py

The documentation is dynamically generated from the docstrings (like Sphinx)

I will contribute as soon as possible.
Thanks.

1 Like