File tree 2 files changed +913
-6
lines changed
2 files changed +913
-6
lines changed Original file line number Diff line number Diff line change @@ -293,12 +293,9 @@ Some other important things to know about the docs:
293
293
overviews per topic together with some other information (what's new,
294
294
installation, etc).
295
295
296
- - The docstrings follow the **Numpy Docstring Standard **, which is used widely
297
- in the Scientific Python community. This standard specifies the format of
298
- the different sections of the docstring. See `this document
299
- <https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt> `_
300
- for a detailed explanation, or look at some of the existing functions to
301
- extend it in a similar manner.
296
+ - The docstrings follow a pandas convention, based on the **Numpy Docstring
297
+ Standard **. Follow the :ref: `pandas docstring guide <docstring >` for detailed
298
+ instructions on how to write a correct docstring.
302
299
303
300
- The tutorials make heavy use of the `ipython directive
304
301
<http://matplotlib.org/sampledoc/ipython_directive.html> `_ sphinx extension.
You can’t perform that action at this time.
0 commit comments