- Notifications
You must be signed in to change notification settings - Fork7
Fixed documentation for 0.11.2, this fixes cpp-netlib/cpp-netlib#581#9
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
susnux commentedJan 10, 2016
- Fixed hello_world_server example
- Fixed url of rapidjson in twitter example
* Fixed hello_world_server example* Fixed url of rapidjson in twitter example
Can you make the change to the documentation sources instead of the generated documentation? This should be in Do you think that would be better@susnux? Or is this the result of that already? |
Ah ok I should push it to the 0.11-devel branch? The result should be the same (I also modified the sources and generated this with Sphinx) ;-) |
I think sending it to the master branch would be best, as releasing 0.12 should happen pretty soon (I'm mostly going through the documentation, and should be ready to package up/tag a 0.12.0 release candidate on master). Then we can get the 0.12 documentation up on the website with these changes. |
ok I have send it there: |
Thanks@susnux! I'll merge this in anyway to update the website -- I think it's worth doing now. |
Fixed documentation for 0.11.2, thisfixescpp-netlib/cpp-netlib#581