diff --git a/.gitignore b/.gitignore index 3ea8268..42dfa03 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ index.html tests/coverage.xml tests/htmlcov wheelhouse +profile_output* +*.egg-info/ diff --git a/docs/source/manual/examples/index.rst b/docs/source/manual/examples/index.rst new file mode 100644 index 0000000..03acadc --- /dev/null +++ b/docs/source/manual/examples/index.rst @@ -0,0 +1,12 @@ +Examples +-------- + +Examples of line profiler usage: + ++ `Basic Usage <../../index.html#line-profiler-basic-usage>`_ + ++ `Auto Profiling <../../auto/line_profiler.autoprofile.html#auto-profiling>`_ + ++ `Explicit Profiler <../../auto/line_profiler.explicit_profiler.html#module-line_profiler.explicit_profiler>`_ + ++ `Timing Units `_