shogun-toolbox / shogun-web

Shogun Website
5 stars 7 forks source link

Markdown #39

Closed iglesias closed 10 years ago

iglesias commented 10 years ago

util/markdown.py is the script to add the nightly build.

Now it should be possible to see the files in

shogun-toolbox.org/page/about/README shogun-toolbox.org/page/documentation/README_developer shogun-toolbox.org/page/documentation/README_cmake shogun-toolbox.org/page/documentation/INSTALL

New markdown files can be added easily by inserting a new entry in the MD_FILES dictionary in util/markdown.py, and adding a URL in shogun/urls.py.

@sonney2k, let me know what you think and if they are fine we can put visible links to the files somewhere in the webpage.

sonney2k commented 10 years ago

@iglesias Any news on this or shall I take over?

iglesias commented 10 years ago

I can take care of this @sonney2k. Apologize for the days of inactivity.

iglesias commented 10 years ago

Updated @sonney2k.

Regarding the second comment, I'd rather retrieve the files from the develop branch of the GitHub repo to get the latest markdown files in the website.

sonney2k commented 10 years ago

@iglesias but how would you figure out where we have .md files? I mean they won't be in the top-level directory solely... So I would prefer that I can do on the shell find ./path/to/shogun/src -name '*.md' and pass this as arguments to the markdown update function.

iglesias commented 10 years ago

Updated @sonney2k.