You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Andy Meneely c9e6508c66 bump docs version 3 years ago
..
_static/css docs: provide previews of built-in layouts 9 years ago
args Documenting all the shorthands I know of 5 years ago
cli docs: add sprues for #247 7 years ago
dsl Fix bugs and cleanup to save_sheet 4 years ago
guides Fix a few broken links in the docs (#321) 5 years ago
Makefile Begin the journey to readthedocs.org 10 years ago
README.md docs: document running your code 7 years ago
arrays.rst docs: include samples ranges and colors 9 years ago
backends.rst docs: title revisions and other rewriting 10 years ago
bleed.rst Improve bleed documentation 7 years ago
build_groups.rst import: data frames are here! 9 years ago
colors.rst Add sample for color switch in colors docs (#274) 7 years ago
conf.py bump docs version 3 years ago
config.rst samples and docs for placeholders 4 years ago
data.rst import: data frames are here! 9 years ago
help.rst Fix broken links (#291) 6 years ago
index.rst starting documenting xywh_shorthands 5 years ago
install.rst docs: update installer info 7 years ago
layouts.rst Layout multiple inheritance works with operators 7 years ago
learning.rst docs: projects using squib 9 years ago
make.bat Begin the journey to readthedocs.org 10 years ago
parameters.rst docs: cleanup of parameters page 9 years ago
server.bat feature: build groups 10 years ago
shorthands.rst make shorthands more intuitive 5 years ago
sprues.rst Flip options for sprues (#251) (#277) 7 years ago
text_feature.rst Document in the text method place 6 years ago
units.rst starting documenting xywh_shorthands 5 years ago

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.