WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

asakusafw/asakusafw-basic-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asakusa Framework Tutorial

Basic tutorial documentation for Asakusa Framework.

Sorry, this documentation is currently Japanese only.

How to Build

This tutorial uses the Sphinx documentation system.

Building the documentation requires at least version 1.4 of Sphinx and the Sphinx RTD Theme, pygments-dmdl have to be installed.

pip install sphinx
pip install sphinx-rtd-theme
pip install pygments-dmdl

After installing:

cd docs/ja
make html

Then, open your browser to build/html/index.html.

Patch contribution

License