From 50d34ed5fa2c1ad74410ab538358317d972817ff Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 12 May 2016 00:08:17 +0000 Subject: Add docs/ using `sphinx-quickstart`. modified: .gitignore new file: docs/Makefile new file: docs/conf.py new file: docs/index.rst new file: docs/make.bat --- docs/index.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/index.rst (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..c95a198 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,22 @@ +.. lpschedule-generator documentation master file, created by + sphinx-quickstart on Wed May 11 19:54:18 2016. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to lpschedule-generator's documentation! +================================================ + +Contents: + +.. toctree:: + :maxdepth: 2 + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + -- cgit v1.2.3