cross-reference Questions

1

Solved

According to the PDF 1.7 specification, page 90, Sec 3.4: The preceding sections describe the syntax of individual objects. This section describes how objects are organized in a PDF file for ef...
Restrainer asked 2/4, 2015 at 15:52

1

Destination tables look like this: Source table look like this: Customer CustomerId FirstName LastName Email Address1 Address2 City Zip Person table in destination is a base table (which w...
Muggy asked 19/2, 2015 at 11:52

2

Solved

I am using Rails' 4.1.4 YAML locale files to store some translations, for example: en: words: en: passport: "passport" ticket: "ticket" train: "train" de: words: en: passport: "passport" ...
Norvell asked 15/12, 2014 at 9:53

1

In Sphinx, if I have the following heading declaration: .. _somestuff: ``this is code``, this is not! ============================== It renders, like this:     this is code...
Orgeat asked 11/11, 2011 at 9:30

2

Solved

Does anybody know of there's a way to reference the value of a sibling key in a JavaScript object literal? so use the value of target in the beforeNext() function here: obj: { target: 'li.player...

3

Solved

I want to add a link to a method in my class from within the docstring of another method of the same class. I want the link to work in Sphinx and preferentially also in Spyder and other Python IDEs...
Gumdrop asked 22/1, 2014 at 17:29

4

Solved

I want to separate code in different class and put them to different files. However those class are dependent on each other. main.py: from lib import A, B def main(): a = A() b = B() a.hello(...
Discretional asked 21/6, 2013 at 0:34

1

Solved

I am writing docs for my python library Using sphinx, I also added another sphinx documentation with intersphinx. And it works pretty nice, but a few my functions are named the same as in reference...
Micron asked 3/2, 2013 at 11:23

1

Solved

Using sphinx, I included a figure using the following syntax. .. _struct_NiO: .. figure:: img/NiO.png :align: center :width: 400px long long very long caption ... In another part of the tex...
Lyudmila asked 17/1, 2013 at 9:39

2

Solved

I'm trying to figure out how to declare both a record and a number of object events which use each other. The problem is no matter which way I declare them, I have an "undeclared identifier". So w...
Pimple asked 11/2, 2012 at 2:17

1

Solved

I want to link to a section in an external file, but I can't get it to work. The :ref: does not seem to work globally, or do I use it wrong ? .. File: some_file.rst .. _ref_section: Some Sectio...
Devil asked 9/1, 2012 at 19:34

2

Solved

I am trying to use Sphinx to document a project, but I cannot figure out how to use intersphinx. I use this line: :py:meth:`math.sin` to add the link, but in the output, it shows up bold, not as...
Stertorous asked 25/5, 2011 at 19:42

4

Solved

I have three projects in my .net solution. The main project and two class library projects. I have found out that I need to cross reference the class library projects. Can I do that? Is it safe or...

2

Solved

how does referenced linking work in OCaml? Example, let's assume I have 3 modules declared as A.ml B.ml C.ml of which A needs B and C B needs A How should I proceed in compiling? Since or...
Orrin asked 1/7, 2010 at 15:14

5

I'm new to XML, so this may be a fairly easy question to answer. I was wondering if there is a standard way of referencing external XML files from within other XML files. Let me give an example. Sa...
Humorist asked 30/6, 2009 at 17:44

© 2022 - 2025 — McMap. All rights reserved.