ColoradoSchoolOfMines / mozzarella

Mozzarella is a web application made to help student computing clubs better collaborate and organize their projects, presentations, and even mailing list messages.
https://acm.mines.edu
GNU General Public License v3.0
7 stars 3 forks source link

Merge 'doc' branch #85

Closed edwargix closed 6 years ago

edwargix commented 6 years ago

This was worked on last semester

jackrosenthal commented 6 years ago

There's a few issues with actually building the docs:

WARNING: error while formatting arguments for acmwebsite.controllers.mailinglist.MailingListController.subscribe: 
WARNING: error while formatting arguments for acmwebsite.controllers.root.RootController.login: 
WARNING: error while formatting arguments for acmwebsite.controllers.root.RootController.post_login: 
WARNING: error while formatting arguments for acmwebsite.controllers.root.RootController.post_logout: 
/home/jrosenth/Dropbox/acm/acm-website/acmwebsite/lib/card.py:docstring of acmwebsite.lib.card.CardTypes.generate_cards:11: WARNING: Unexpected indentation.
/home/jrosenth/Dropbox/acm/acm-website/acmwebsite/lib/card.py:docstring of acmwebsite.lib.card.CardTypes.generate_cards:15: WARNING: Unexpected indentation.
/home/jrosenth/Dropbox/acm/acm-website/docs/modules.rst:4: WARNING: toctree contains reference to nonexisting document 'acmwebsite'
looking for now-outdated files... none found
pickling environment... done
checking consistency... /home/jrosenth/Dropbox/acm/acm-website/docs/api/modules.rst: WARNING: document isn't included in any toctree
/home/jrosenth/Dropbox/acm/acm-website/docs/modules.rst: WARNING: document isn't included in any toctree

we can merge for now, and I will add an issue to fix (obviously, doc building errors is not a show stopping issue when we haven't even had docs before).

Thanks!!