Quansight / lsst_dashboard

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

[WIP] sphinx set up and gh-pages deploy #85

Closed ppwadhwa closed 4 years ago

ppwadhwa commented 4 years ago

Update: The new pull request did not cause travis to run again. I don't know how to get it to run again, as I have pushed and pulled and its not triggering.

I created a new pull request to see if I could get travis to build again. My hope is that it will use my newly pushed .travis.yml file to run doctr and create the gh pages repo. The rest of the following still applies from the earlier pull request.

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?