Updated Basic DM AFW Intro for v10_0 and added text/formatting#2
Updated Basic DM AFW Intro for v10_0 and added text/formatting#2wadawson wants to merge 2 commits intoLSSTDESC:masterfrom
Conversation
There were problems with the second to last step schema creation. I also added some text on setting up the environment.
The file is only 70kb and it is central to the notebook analysis so it seems like it really should just be part of the repo.
|
Thanks Will. So a few notes about your changes which will lead to a discussion of the best way to handle this.
The PhoSim file is actually already in the repository. It is hosted on the gh-pages branch which hosts the web site: http://darkenergysciencecollaboration.github.io/DataManagementWorkbook/ . You can see that by looking at the link to the file from the web site. But maybe you never really looked a the web site and just started looking at the notebooks in a bare way.
This a good idea but I was thinking about it and I think probably what we want to do is put that general info on the web site, and then, in the notebook, make a link to the web page for instructions. The reason is that there are several notebooks so if we centralize it then we don't have to repeat the same info over and over and instructions will always be in sync. So assuming that we want to keep things this way could you (for now) make changes to reflect that (i.e remove the extra PhoSim file you added) and move the description to the web page? So, then we should think about more generally if using the github page with the repository is the best way to do this. We could for example use a DESC confluence page instead to point to the notebooks. But, this would have the consequence that non-DESC people from LSST in DM etc couldn't see it. So, it is not obvious. I also have a few minor comments about wording (since I want to keep these very pedagogical) but let's handle that after the bigger changes. |
|
BTW, there is a conflict, which means this can't be merged because your previous pull request which I merged a few days ago isn't also applied to this branch. Could you merge that onto this branch too? |
There were problems with the second to last step schema creation.
I also added some text on setting up the environment.