Skip to content
Snippets Groups Projects
Commit 821e9ba3 authored by William Bell's avatar William Bell
Browse files

Updating documentation

parent 375f081f
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -192,8 +192,12 @@ The first section of the \texttt{'planets.json'} file is given in Listing~\ref{l
\lstinputlisting[caption={The file planets\_database.py.},label=listing:planets_database.py,language=python]{"../python/planets_database.py"}
\clearpage
\lstinputlisting[caption={The first 24 lines of the file planets.json.},label=listing:planets.json,language=java,lastline=24]{"../python/planets.json"}
\clearpage
\item Run the \texttt{select\_planet.py} program, in a similar manner as Listing~\ref{listing:create-database-run}.
The contents of \texttt{select\_planet.py} are given in Listing~\ref{listing:select_planet.py}. This Python program prints the names of the collections and then checks if the \texttt{'orbit\_data'} collection is present. If the \texttt{'OrbitData'} collection is present, it prints the names of each of the planets and the complete document for Pluto.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment