Skip to content

Commit

Permalink
DOC: Add code-formatting and cross-reference links to read_csv docs…
Browse files Browse the repository at this point in the history
…tring (#53735)

* apply appropriate code-formatting to `read_csv` docstring using backticks

* escape curly braces for `dict` examples

* fix formatting under `delim_whitespace` so that tab character appears properly

* fix formatting issue in read_csv description for dtype_backend

* test linking for :class:`~pandas.DataFrame`

* add spinx references to pandas classes and functions

* remove code formatting from initial parameter description lines in read_csv

* replaced "default None" with "optional" in read_csv docstring

* add additional code formatting changes to read_csv after review

* shorten docstring lines to 88 characters max

* fix formatting causing docstring error

---------

Co-authored-by: tpaxman <[email protected]>
  • Loading branch information
tpaxman and tpaxman authored Jun 23, 2023
1 parent d905355 commit 0c80f4e
Showing 1 changed file with 113 additions and 112 deletions.
Loading

0 comments on commit 0c80f4e

Please sign in to comment.