diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-05-18 22:28:44 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-05-18 22:28:44 -0500 |
| commit | 28a97a84999fd4a7bcced54193ab25edd1d1d889 (patch) | |
| tree | 313da080c9715e947040e223b0037ab085a5e222 | |
| parent | 25df2df55c42edd79db78e078c0bcd11ec8b4d3d (diff) | |
| download | flake8-28a97a84999fd4a7bcced54193ab25edd1d1d889.tar.gz | |
Add user guide index page
| -rw-r--r-- | docs/source/index.rst | 2 | ||||
| -rw-r--r-- | docs/source/user/index.rst | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index b5a4ad5..d7ed3a2 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -69,6 +69,8 @@ User Guide .. toctree:: :maxdepth: 2 + user/index + Plugin Developer Guide ---------------------- diff --git a/docs/source/user/index.rst b/docs/source/user/index.rst new file mode 100644 index 0000000..81732a4 --- /dev/null +++ b/docs/source/user/index.rst @@ -0,0 +1,4 @@ +============== + Using Flake8 +============== + |
