diff --git a/docs/code-style.rst b/docs/code-style.rst new file mode 100644 index 0000000..1b275a1 --- /dev/null +++ b/docs/code-style.rst @@ -0,0 +1,14 @@ +Code Style +========== + + +Idioms +:::::: + + +Zen of Python +------------- + + +PEP-8 +----- \ No newline at end of file diff --git a/docs/community.rst b/docs/community.rst new file mode 100644 index 0000000..e69de29 diff --git a/docs/contents.rst.inc b/docs/contents.rst.inc index 7007666..42f6b87 100644 --- a/docs/contents.rst.inc +++ b/docs/contents.rst.inc @@ -1,32 +1,54 @@ -Contents --------- +Introduction +------------ This part of the documentation, which is mostly prose, begins with some -background information about Flask, then focuses on step-by-step -instructions for web development with Flask. +background information about Python, then focuses on next steps. + +.. toctree:: + :maxdepth: 2 + + introduction + community + resources + + + +Getting Started +--------------- .. toctree:: :maxdepth: 2 - foreword - installation which-python + installation + getting-started-next + + +Writing Great Code +------------------ + +.. toctree:: + :maxdepth: 2 + dev-env - useful-tools - tutorial/index + project-structure + code-style + documentation + testing + packaging + + + +Shipping Great Code +------------------- + +.. toctree:: + :maxdepth: 2 + project-structure documentation testing packaging - templating - testing - errorhandling - config - signals - shell - patterns/index - deploying/index - becomingbig diff --git a/docs/getting-started-next.rst b/docs/getting-started-next.rst new file mode 100644 index 0000000..e69de29 diff --git a/docs/introduction.rst b/docs/introduction.rst new file mode 100644 index 0000000..e69de29 diff --git a/docs/resources.rst b/docs/resources.rst new file mode 100644 index 0000000..e69de29