Moving images and static folders
Images now included relative to the `docs/source` folder instead of the rst file. Also makes sure to add the updated `yosyshq.css` (which as a sidenote has ended up as `custom.css` in most of the other docs).
This commit is contained in:
18
docs/.gitignore
vendored
18
docs/.gitignore
vendored
@@ -1,12 +1,12 @@
|
||||
/build/
|
||||
/source/cmd
|
||||
/source/temp
|
||||
/images/*.log
|
||||
/images/*.aux
|
||||
/images/*.pdf
|
||||
/images/*.svg
|
||||
/images/**/*.log
|
||||
/images/**/*.aux
|
||||
/images/**/*.pdf
|
||||
/images/**/*.svg
|
||||
/images/**/*.dot
|
||||
/source/_images/*.log
|
||||
/source/_images/*.aux
|
||||
/source/_images/*.pdf
|
||||
/source/_images/*.svg
|
||||
/source/_images/**/*.log
|
||||
/source/_images/**/*.aux
|
||||
/source/_images/**/*.pdf
|
||||
/source/_images/**/*.svg
|
||||
/source/_images/**/*.dot
|
||||
|
||||
Reference in New Issue
Block a user