Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make C++ autodoc pipeline capture the new GPU docs and update version numbers #353

Closed
suntzu86 opened this issue Aug 2, 2014 · 0 comments · Fixed by #363
Closed

Make C++ autodoc pipeline capture the new GPU docs and update version numbers #353

suntzu86 opened this issue Aug 2, 2014 · 0 comments · Fixed by #363
Assignees

Comments

@suntzu86
Copy link
Contributor

suntzu86 commented Aug 2, 2014

BLOCKING: #344

  1. define a __version__ string in moe.__init__.py
  2. update version number in docs/conf.py (git grep for 0.1.0) to reference that version string
  3. Update contributing.rst to include a note about updating the version string when we do a version bump
  4. docs/conf.py add gpu directory and possibly add '.cu' ending
  5. docs/doxygen_config add gpu directory and possibly '.cu' ending
  6. any other places to add gpu directory?
  7. modify docs/cpp_rst_maker.py to read from the gpu directory and handle .cu files

edit: for now, I'm going to just flatten the gpu subdirectory for the purpose of doc'ing. Improving this is the subject of #360

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant