Is it possible to create a Discussion page for my documentation? - read-the-docs

My team will soon be using Read the Docs to deploy a user guide. We'd like to include a page for discussion or questions about the project. Is that possible on Read the Docs? If not, any suggestions for alternatives would be greatly appreciated.
Cheers

Related

Need help on Region based automation in sikuli

Can anyone help me on how to test using "Regions" in sikuli automation tool (i.e) how to use a region, where to use etc..
If there is tutorial (or) video link that would be gr8..if anybody has an webinar session that covers the entire programming stuffs in sikuli, then that would be useful.
Thanks,
V.Prashanth
All documentation that you require for using 'Region' in SikuliX is found here -
http://doc.sikuli.org/region.html
There is a launchpad site for SikuliX where you can read existing queries/ post your queries -
https://answers.launchpad.net/sikuli

how read info from a website "written in silverlight " using html 5

I want to create an application using html5 that would be able to read info from a specific website .
Is such a thing possible, i check with many other websites, w3schools and such but to with no help.
Any headsup with this issue would be greatly appreciated.
Thanks
Are you asking "can I parse/crawl Silverlight website" ? No - you can however download the silverlight .xap file, unzip it and using ILSpy or other decompilation tool view the C# code used to create it. Your question isn't entirely clear so this is the only answer I can give.

Estimote multiple beacons

I see this question Estimote: detecting multiple beacons with ESTBeaconRegion and startRangingBeaconsInRegion?
and it seems people have figured this out but it crashes my app. Is there an example of the array created and in use. If anyone could provide this bit of code i am sure many people would appreciate it.
This is Wojtek Boroiwcz, I'm a community evangelist at Estimote.
Please refer to this thread on our community portal: https://community.estimote.com/hc/communities/public/questions/200966066-How-detect-multiple-beacons-iOS?locale=en-us It's explained in detail and with code examples. Hope that helps.
Cheers.

Open source requirements management tool

Hi i did my search but was not able to find a proper answer to my question. I am looking for a simle req. mgmt tool where I can assign unique ID s to each requirement and trace each ID to a test case. It is amazing that there are no solutions I can find out there. Excell and word does not cut it since I can not assign unique IDs and do traceability. I am hoping someone out there will have an answer.
Thank you all for your help.
I don't know if this convenient for you but I would suggest Trac. It is a nice open source tool whch you could setup in your own server. Please be aware that this is a general purpose issue management tool, and it is not adjusted to test cases management. It can also integrate with SVN and GIT source versioning tools. Trac is based on a ticket creation logic and on a wiki functionality. It also provides milestones, deadlines and other functionality related with the project management of a software project.
Hope I helped!
There is one that I'm using regularly to track requirement to code and requirement to test-case.
It's called reqflow and it's in Github:
http://goeb.github.io/reqflow/
Hope this help.

User Help Document for Software (chm, html and hyperlink from application)

I have an application, and now it's the time to write the user help document. I need at least 3 features:
An offline UserHelp.chm;
An online version index.html;
Clicking "help" on any winform can guide the user to a specified help page.
So what kind of tools (HTML workshop?) are perfect for my project, and how to do? I appreciate if you can give me some general guidelines.
For requirement #1 and #2, I recommend you to use SandCastle. It can generate chm file as well as ASP.NET pages. Most importantly, this project is still active and maintained by Microsoft.
For requirement #3, you can google "context sensitive help winform". You should be able to find a lot of references. Here is one of them from code project
If it must not be free of charge, I heard good things about Help & Manual: http://www.ec-software.com/
Helpware is another wellknown vendor: http://www.helpware.net/
Check out Helpinator, it's good too, but less expensive and has free edition.