2015-11-22 20:15:39 -05:00
|
|
|
<!--[metadata]>
|
|
|
|
+++
|
|
|
|
draft = true
|
|
|
|
+++
|
|
|
|
<![end-metadata]-->
|
|
|
|
|
2013-03-25 22:52:52 -04:00
|
|
|
Static files dir
|
|
|
|
================
|
|
|
|
|
2015-06-16 06:14:37 -04:00
|
|
|
Files you put in /static_files/ will be copied to the web visible /_static/
|
2013-03-25 22:52:52 -04:00
|
|
|
|
|
|
|
Be careful not to override pre-existing static files from the template.
|
|
|
|
|
|
|
|
Generally, layout related files should go in the /theme directory.
|
|
|
|
|
|
|
|
If you want to add images to your particular documentation page. Just put them next to
|
2015-11-22 20:15:39 -05:00
|
|
|
your .rst source file and reference them relatively.
|