Questions tagged [user-guide]

24 questions
9
votes
1 answer

Link rel="canonical": Should different user guide versions use the same canonical url?

Should 2 different versions of a user guide use a different canonical URL? Documentation version 1.1.0.Final: Documentation version 1.2.0.Final:
Geoffrey De Smet
  • 26,223
  • 11
  • 73
  • 120
7
votes
4 answers

android studio Error:Unable to start the daemon process

Version of Android Studio 2.2 OS version: Windows 10 Java JRE/JDK version: 1.8.0_51 Error:Unable to start the daemon process. This problem might be caused by incorrect configuration of the daemon. For example, an unrecognized jvm option is…
david-za
  • 71
  • 1
  • 1
  • 3
6
votes
3 answers

can't get started with jersey user guide

Help me please. I tried for a long time to start rest app example, but I can't do this. Using jersey user guide I'm get stuck with it.Here is example: package com.example; import javax.ws.rs.client.Client; import…
Nikolas
  • 2,322
  • 9
  • 33
  • 55
5
votes
2 answers

Repository method sets LiveData value inside Asynchronous Retrofit call

When going through the official guide for the Android Architecture Components, in the section that explains the repository layer with a Retrofit request there is a piece of code I cannot seem to fully understand: public class UserRepository { …
3
votes
3 answers

Is there any open source user-guide type creation software available?

Is there any open source user-guide type creation software available? Or is it best to use wiki type systems? We want to be able to create user guides on the fly through a web front end and accessible on the net. Or is this best achieved using…
jaffa
  • 26,770
  • 50
  • 178
  • 289
3
votes
1 answer

Is there a way to download the Apache C++ Standard Library User Guide?

I couldn't find a download-to-print version of the Apache C++ Standard Library User Guide anywhere - the only options available are the frames and no-frames versions online. Writing a script to wget and collate them seems overkill. Does anyone know…
viksit
  • 7,542
  • 9
  • 42
  • 54
2
votes
1 answer

How to find rootProject in Gradle 3.2.1

atm I'm going through the gradle User-Guide at https://docs.gradle.org/current/userguide/multi_project_builds.html#sec:dependencies_which_dependencies I just followed the instructions there and double-, triple- and quadruple-checked what I did, but…
Samarek
  • 444
  • 1
  • 8
  • 22
1
vote
1 answer

Can I use/adapt the Kohana userguide module to create help pages for my application?

I'd like to create a userguide for the application I'm building using the Kohana framework, and I'm wondering if there's a way I can use the Kohana userguide module for this purpose. I understand how to add userguide info for new modules that I…
codebird
  • 357
  • 7
  • 17
1
vote
3 answers

What documentation system to use for user guide

I'm currently trying to find a documentation (user guide) system that would have following features: documentation files in text mode (so svn could diff/merge it) possibility to use images, table, cross-references and table of contents export to…
1
vote
3 answers

Non-wiki CMS for an online user guide

For a large web application I'm building, I need to create an extensive user guide. The first thought was a wiki, but what I've seen lacks the ease of customization I've seen in CMSs, and has a lot of extra features I don't need. The number of users…
Russell Leggett
  • 8,795
  • 3
  • 31
  • 45
0
votes
1 answer

GridSearch example from SCIKIT learn user guide tried giving error

Was trying to run the same code as per the SCIKIT user guide of Grid search but giving error.Quite surprised. from sklearn.model_selection import GridSearchCV from sklearn.calibration import CalibratedClassifierCV from sklearn.ensemble import…
0
votes
2 answers

D365 Can I update systemuserid?

In our D365 online environment we have multiple sandboxes and production instances. In each of these the systemuserid is different (user import was done before I joined!!). This mismatch in SystemUserId is also happening when new user is added. (my…
0
votes
1 answer

importing and starting example code in wicket userguide Wicket 8.x with netbeans

I am totally new to wicket. So I am following the userguide and try to run the example code. (wicket tutorial examples) I am running the code in Netbeans 8.2 on ubuntu linux and have maven installed. When I import the example code it is recognized…
MDekker
  • 443
  • 1
  • 4
  • 19
0
votes
1 answer

Create User Guide documentation with Maven

I need to write and build easy maintainable, goodlooking, esay to change documentation in pdf and html 5 format. The source format must be easy to edit. This maven plugin has to support my company organziation theam(fonts, colors, pictures etc.),…
Xelian
  • 16,680
  • 25
  • 99
  • 152
0
votes
1 answer

User manual with Doxygen

I am trying to write user-manual/tutorial for my library using doxygen (something similar to the user-manual of the doxygen itself! - link) I used .md files subpageed from the mainpage to create my document hierarchy. I ended up something similar to…
krips89
  • 1,683
  • 4
  • 17
  • 32
1
2