File: index.rst

package info (click to toggle)
dataclass-wizard 0.35.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,808 kB
  • sloc: python: 15,276; makefile: 111; javascript: 23
file content (25 lines) | stat: -rw-r--r-- 550 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.. include:: readme.rst

..
    Create a "hidden" table of contents, so that Sphinx doesn't complain about
    documents not being included in any toctree; note that we actually have
    links in the sidebar, however Sphinx doesn't know about this.

    See also: https://stackoverflow.com/a/60491434/10237506

.. toctree::
   :hidden:

   readme
   overview
   installation
   quickstart
   examples
   wiz_cli
   using_field_properties
   python_compatibility
   common_use_cases/index
   advanced_usage/index
   modules
   contributing
   history