From d4443a32befdd1e126aa9709c924bf507b873856 Mon Sep 17 00:00:00 2001 From: Aneesh Dogra Date: Sat, 22 Dec 2012 17:02:18 +0000 Subject: Remove index. --- diff --git a/ConstellationsFlashCards.py b/ConstellationsFlashCards.py index 6c1a8a9..8a8c8b8 100644 --- a/ConstellationsFlashCards.py +++ b/ConstellationsFlashCards.py @@ -40,39 +40,6 @@ # # The members and officers of the Amateur Telescope Makers of Boston who encouraged # and educated me when I first discovered the wonder that is our planet's night sky. -# -# ------------------------------------------------------------------------------- -# -# INDEX -# -# (Line numbers given below are approximate, within 5 lines, usually.) -# -# Line No. Content -# -------- -------------------------------------- -# 140 Version and date displayed by "About" function. -# 170 Start of the code -- trig algorithms -# 185 Definition for the ChartDisplay (main GUI) class -# 200 Area_Expose callback (screen refresh) -# 225 Event callback for controls -# 285 convert (ra,dec) to (x,y) -# 330 Code to plot the constellation figure: -# 340 The outline and field -# 385 Plot the map -# 405 Plot the stars for a particular constellation -# 425 Plot a Constellation figure -# 450 Draw symbol of Star -# 460 Choose a constellation ID -# 480 Determine size of constellation -# 620 Fill the "names" combobox -# 660 Erase the screen -# 675 Definition for the ConstellationsFlashCards Activity class -# 685 Define the dictionary of constellation names and the array of -# constellation IDs -# 695 Establish the toolbars -# 780 Read configuration file and metadata -# 820 Write configuration file and metadata -# 840 Update configuration file -# # =================================== IMPORTS =================================== -- cgit v0.9.1