Questions tagged [manual]

a technical communication document intended to give assistance to people using a particular system

A user guide or user's guide, also commonly known as a manual, is a technical communication document intended to give assistance to people using a particular system.

Wikipedia article

400 questions
2
votes
3 answers

How to delete a deleted project from Eclipse Helios?

I have deleted a project folder with filesystem utilities, but it is still listed in a project explorer of Eclipse Helios. How to delete project from there too? Deletion from .metadata.plugins\org.eclipse.core.resources.projects does not help (i.e.…
Dims
  • 47,675
  • 117
  • 331
  • 600
2
votes
0 answers

Python bindings: like pants or not?

I'm working with some collaborators to write up long-form documentation for the Python interface we've added to a particular library. I would call this interface "Python bindings", and say "we have written Python bindings for the library". In my…
interfect
  • 2,665
  • 1
  • 20
  • 35
2
votes
2 answers

Can I use en/em dash in markdown?

I am writing a technical manual using git. Is there any problem caused if I use en or em dash such as —? (For example) Voltage: 5–12 V Some people say, when this special character is rendered from Markdown to HTML, the rendered character…
David
  • 41
  • 1
  • 3
2
votes
2 answers

Looking for free tool or template to generate an online user's guide for web-based system

I am looking for a a free template or tool to help creating an online user's guide (manual) for a web-based system. I have been searching on the web for hours and just found some expensive commercial solutions with too many functionalities. I am…
user430830
2
votes
1 answer

how to manual link npm package 'react native reanimated'

Can anyone please tell me how to manual link react-native-reanimated because the automatic cli linking not working and crashing react native app
Savad
  • 1,240
  • 3
  • 21
  • 50
2
votes
2 answers

Manual binding in Cocoa

I have an ImageView which shows a lock, informing if an opened file is locked or not. I have 2 images for locked and unlocked cases. I want synchronize the displayed image with boolean value of my object representing an opened file. To do this I…
BartoNaz
  • 2,743
  • 2
  • 26
  • 42
2
votes
1 answer

geom_point, manual color and point size

I would like to assign the category of "energetic level" COLORS in the red shades to the higher levels and in green shades to the lower ones. to order the SIZE of each point of the category "functional level"in the following order low_TL,…
Fran Braga
  • 197
  • 2
  • 14
2
votes
2 answers

Software for colaborative manual writing

Im trying to find a piece of software to help a small (~3-5 people) team write A) a user guide and B) an API reference for the extensible parts of the software. We quite like the idea of using a wiki of some form, but have a few specific…
2
votes
1 answer

exactly once delivery Is it possible through spring-cloud-stream-binder-kafka or spring-kafka which one to use

I am trying to achieve exactly once delivery using spring-cloud-stream-binder-kafka in a spring boot application. The versions I am using…
Javed
  • 63
  • 2
  • 7
2
votes
1 answer

Start Apache Tomcat outside of Netbeans IDE

I'm in the process of trying to learn more about Java Servlets & JSP, using the NetBeans IDE and using a plain old text editor. I'm planning on going through an online NetBeans E-commerce tutorial, and using a book which leads you along without the…
JPM
  • 1,482
  • 5
  • 18
  • 25
2
votes
0 answers

Intel's x86 manuals say JA/JNBE is taken when (CF or ZF) = 0. Is that an error?

I downloaded the Intel 64 and IA-32 Architectures Software Developer’s Manual combined volumes: 1, 2A, 2B, 2C, 2D, 3A, 3B, 3C, 3D, and 4. At Table 7-4. Conditional Jump Instructions it says the instructions JA/JNBE jump when (CF or ZF) =…
Maverick
  • 1,105
  • 12
  • 41
2
votes
3 answers

Teamcity NTLM Authentication change - admin user lost in transition

I've switched in teamcity from using basic authentication to using NTLM, on an existing installation. This works fine, except that the admin user didn't have a corresponding NT account, and so doesn't work on the NTLM configuration. (It is easy to…
hawkeye
  • 34,745
  • 30
  • 150
  • 304
2
votes
1 answer

Where to find perf event document

In the question cpu cache performance. store misses vs load misses, there is no answer about where to find documents of events listed by perf list I can't find it by man perf and perf help list, I read the Event document of Intel@64 and AMD64,…
Ryan Chen
  • 150
  • 12
2
votes
1 answer

Manual CoreData Migration with NSMigrationManager to append Data (preload)

I have a populated sqlite database in my app reousrce-folder. On startup I want to preload coredata-store with the data of this sqlite db. I use the NSMigrationManager in the persistantStoreCoordinator method. This works great at the first time and…
Philipp
  • 31
  • 2
2
votes
0 answers

better way to test Css editor for manual tester

There is an editor like cKEDITOR. In which give content in ckeditor and design it same way there is an editor where user can put up their CSS in particular block which in return gives output . How to test these CSS editor??
nupoor
  • 29
  • 6