• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

source/H03-May-2022-10,0907,625

MakefileH A D01-Dec-20204.5 KiB131105

README.rstH A D01-Dec-2020512 2114

api.cssH A D01-Dec-20204.5 KiB122110

make.batH A D01-Dec-20206.9 KiB265230

README.rst

1Building the TraitsUI Docs
2============================
3
4Dependency:
5Sphinx
6
7Optional Dependency:
8`Enthought-sphinx-theme<https://github.com/enthought/enthought-sphinx-theme>`_
9
10The docs can be built by running
11
12$ make clean
13$ make html
14
15from ``docs/``, which contains the ``Makefile``.
16Refer to ``docs/Makefile`` and ``docs/source/conf.py`` for further
17information on building the docs.
18
19NOTE : ``docs/source/conf.py`` calls ``_version.py`` which is autogenerated
20when the user installs/develops the library.
21