Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
source/ | H | 03-May-2022 | - | 10,090 | 7,625 | |
Makefile | H A D | 01-Dec-2020 | 4.5 KiB | 131 | 105 | |
README.rst | H A D | 01-Dec-2020 | 512 | 21 | 14 | |
api.css | H A D | 01-Dec-2020 | 4.5 KiB | 122 | 110 | |
make.bat | H A D | 01-Dec-2020 | 6.9 KiB | 265 | 230 |
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