doc: add skeleton
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 27 Jan 2015 20:08:24 +0000 (21:08 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 27 Jan 2015 20:35:58 +0000 (21:35 +0100)
commit9d6a3e7f2aac706bbf03b6645a6e84da9778d956
tree66e6d5f3e3d2e4dd894f994f64b653fcfbc93ab8
parent0c907e5afa274fcf121507a2fd010aec73cdb72c
doc: add skeleton
42 files changed:
README
doc/.gitignore [new file with mode: 0644]
doc/Makefile [new file with mode: 0644]
doc/make.bat [new file with mode: 0644]
doc/source/_static/LiteScope_logo_full.png [new file with mode: 0644]
doc/source/_static/LiteScope_logo_full.svg [new file with mode: 0644]
doc/source/_static/Thumbs.db [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/__init__.py [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/breadcrumbs.html [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/footer.html [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/layout.html [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/layout_old.html [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/search.html [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/searchbox.html [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/static/css/badge_only.css [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/static/css/theme - prior to centering.css [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/static/css/theme.css [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/static/js/theme.js [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/theme.conf [new file with mode: 0644]
doc/source/_themes/enjoydigital_sphinx_rtd_theme/versions.html [new file with mode: 0644]
doc/source/conf.py [new file with mode: 0644]
doc/source/docs/core/index.rst [new file with mode: 0644]
doc/source/docs/frontend/index.rst [new file with mode: 0644]
doc/source/docs/getting_started/FAQ.rst [new file with mode: 0644]
doc/source/docs/getting_started/bug_reports.rst [new file with mode: 0644]
doc/source/docs/getting_started/downloads.rst [new file with mode: 0644]
doc/source/docs/getting_started/index.rst [new file with mode: 0644]
doc/source/docs/index.rst [new file with mode: 0644]
doc/source/docs/intro/about.rst [new file with mode: 0644]
doc/source/docs/intro/community.rst [new file with mode: 0644]
doc/source/docs/intro/index.rst [new file with mode: 0644]
doc/source/docs/intro/license.rst [new file with mode: 0644]
doc/source/docs/intro/release_notes.rst [new file with mode: 0644]
doc/source/docs/intro/talks_and_publications.rst [new file with mode: 0644]
doc/source/home_page_layout.html [new file with mode: 0644]
doc/source/index.rst [new file with mode: 0644]
litescope/frontend/io.py
make.py