squib/docs
Andy Meneely 77a694f797 partway through the conversion 2020-03-16 16:38:13 -04:00
..
_static/css docs: provide previews of built-in layouts 2016-09-08 23:19:35 -04:00
args partway through the conversion 2020-03-16 16:38:13 -04:00
cli docs: add sprues for #247 2018-07-31 16:14:11 -04:00
dsl partway through the conversion 2020-03-16 16:38:13 -04:00
guides Add commands to rake section for listing tasks 2019-05-28 15:12:21 -04:00
Makefile Begin the journey to readthedocs.org 2016-01-23 22:05:30 -05:00
README.md docs: document running your code 2019-05-22 15:07:46 -04:00
arrays.rst docs: include samples ranges and colors 2016-11-15 14:35:25 -05:00
backends.rst docs: title revisions and other rewriting 2016-04-14 11:34:10 -04:00
bleed.rst Improve bleed documentation 2019-05-28 15:02:57 -04:00
build_groups.rst import: data frames are here! 2016-12-02 00:17:57 -05:00
colors.rst Add sample for color switch in colors docs (#274) 2019-05-29 09:47:29 -04:00
conf.py Document in the text method place 2019-10-17 12:11:06 -04:00
config.rst docs: cleanup and warning fixes 2017-01-04 15:31:29 -05:00
data.rst import: data frames are here! 2016-12-02 00:17:57 -05:00
help.rst Fix broken links (#291) 2019-10-21 15:57:18 -04:00
index.rst docs: better cli documentation 2017-10-13 16:17:05 -04:00
install.rst docs: update installer info 2019-05-28 15:07:24 -04:00
layouts.rst Layout multiple inheritance works with operators 2018-07-31 15:07:33 -04:00
learning.rst docs: projects using squib 2016-11-26 09:50:19 -05:00
make.bat Begin the journey to readthedocs.org 2016-01-23 22:05:30 -05:00
parameters.rst docs: cleanup of parameters page 2016-11-05 00:23:17 -04:00
server.bat feature: build groups 2016-03-13 00:38:13 -05:00
sprues.rst Flip options for sprues (#251) (#277) 2019-06-07 15:23:15 -04:00
text_feature.rst Document in the text method place 2019-10-17 12:11:06 -04:00
units.rst docs: gotta have my drop shadows 2016-11-15 15:30:18 -05:00

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.