One of the things I used for a current project was a switch to change the color schemes quickly. I added the snippet in [Specifying Colors & Gradients](https://squib.readthedocs.io/en/latest/colors.html) and in the wiki: https://github.com/andymeneely/squib/wiki/Switch-card-background-or-invert-theme. * Add sample for color switch in colors docs * Update docs/colors.rst Co-Authored-By: Andy Meneely <andy.meneely@gmail.com> * Update docs/colors.rst Co-Authored-By: Andy Meneely <andy.meneely@gmail.com> * Update docs/colors.rst Co-Authored-By: Andy Meneely <andy.meneely@gmail.com> * Update docs/colors.rst Co-Authored-By: Andy Meneely <andy.meneely@gmail.com> * Update docs/colors.rst Co-Authored-By: Andy Meneely <andy.meneely@gmail.com> * Update docs/colors.rst Co-Authored-By: Andy Meneely <andy.meneely@gmail.com> * Add color switch sample and update docs * Add color switch sample and update docs |
||
|---|---|---|
| .. | ||
| _static/css | ||
| args | ||
| cli | ||
| dsl | ||
| guides | ||
| Makefile | ||
| README.md | ||
| arrays.rst | ||
| backends.rst | ||
| bleed.rst | ||
| build_groups.rst | ||
| colors.rst | ||
| conf.py | ||
| config.rst | ||
| data.rst | ||
| help.rst | ||
| index.rst | ||
| install.rst | ||
| layouts.rst | ||
| learning.rst | ||
| make.bat | ||
| parameters.rst | ||
| server.bat | ||
| sprues.rst | ||
| text_feature.rst | ||
| units.rst | ||
README.md
Building these Docs Locally
Install these:
$ pip install sphinx sphinx-autobuild sphinx_rtd_theme
To run the server:
$ cd docs
$ ./server.bat
or
$ sphinx-autobuild . _build/html
Then visit http://localhost:8000 to see the docs.