Quansight / lsst_dashboard

LSST Dashboard https://quansight.github.io/lsst_dashboard/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Adding sphinx documents to repo (WIP) #83

Closed ppwadhwa closed 4 years ago

ppwadhwa commented 4 years ago

I have initial sphinx documents in place. Feedback on the layout or names used for the titles to the pages is appreciated.

There is one page (plots) that is not printing correctly in some locations. I had used a plug-in to fix a problem to similar to this in other places and it works in many cases. For whatever reason, its not working when trying to go through the plots.py file. Examples of problem lines are:

filter_range = param.Dict(default={}, doc=""" Ranges of parameters to select.""") flags = param.List(default=[], doc=""" Flags to select.""")

I wondered if the {} or the [] were contributing to the problem? Any thoughts? @philippjfr , @kcpevey said you pointed us to the plug-in that would fix this. Do you have any thoughts on why its not working in this case?