ababaian / serratus

Ultra-deep search for novel viruses
http://serratus.io
GNU General Public License v3.0
254 stars 33 forks source link

Migrate files out of img/ #139

Closed victorlin closed 4 years ago

victorlin commented 4 years ago

Disbanding the img/ directory per discussion in #132. References in the wiki have already been updated.

The only downside to this is images referenced in README.md (splash_play.png , serratus_overview.png) will be stored separately from the document. The options are:

  1. Keep just the two files in img/
  2. Move them to somewhere else in the repo (serratus/doc/img/?)
  3. Move them to somewhere in serratus.io/src/assets/
  4. Move them to wiki

I chose the last option, since it's consistent with the other changes and any new breaking changes should be obvious with README.md displayed on the main the repo page.

ababaian commented 4 years ago

For the two remaining images let's do the wiki. I believe we can still use relative paths within github to access the wiki

ababaian commented 4 years ago

@victorlin will you have a chance to finish this soon?

victorlin commented 4 years ago

The files are moved to the wiki already, the only thing that has to be done now is change to relative paths in the README (I have them as absolute paths right now). We can merge this PR in now and I’ll make the change with other README changes in a separate PR.