active questions tagged documentation - Stack Overflowmost recent 30 from stackoverflow.com2009-11-27T07:26:23Zhttp://stackoverflow.com/feeds/tag/documentationhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1805313/xcode-documentation-links-behave-crazy0Xcode documentation links behave crazydonodare2009-11-26T19:27:19Z2009-11-27T01:47:22Z
<p>The links in Xcode documentation, that mean the methods in the "Tasks" for example,
when i only put the mouse on the links, then the page go up.</p>
<p>What happen to Xcode?</p>
http://stackoverflow.com/questions/1796769/where-can-i-find-erlang-programming-reference0Where can I find erlang programming reference?bugbug-wk2009-11-25T13:01:20Z2009-11-26T23:08:34Z
<p>Is there a programming reference in erlang like java api docs?
I have searched in google but did not find anything.</p>
http://stackoverflow.com/questions/1743538/should-i-document-my-private-methods15Should I document my private methods?Jader Dias2009-11-16T17:14:23Z2009-11-26T11:43:12Z
<p>Private methods documentation can only be seen by who has access to the source code. Is it worth the effort spent on it?</p>
http://stackoverflow.com/questions/1788867/tool-for-documentation-of-treeviews0Tool for documentation of TreeViewsMikeD2009-11-24T09:15:28Z2009-11-26T08:30:25Z
<p>Hello,</p>
<p>I need to task someone (unexperienced) to do a documentation and include screenshots of treeviews containing icons and text, similar to a File explorer (but with different, existing icon images). I cannot take shots from real live applications yet.</p>
<p>Is there any tool that I can give my guys to support this without the need of coding. Best would be a tool where one would enter a small tree, select an icon to go beside the text, click [OK] and a picture appears showing the treeview representation of what has been entered.</p>
<p>Naive ???</p>
<p>Thanks for your advise</p>
<p>Kind regards MikeD</p>
http://stackoverflow.com/questions/1796376/what-are-good-and-bad-ways-to-document-a-software-project5What are good and bad ways to document a software project?jonsb2009-11-25T11:32:50Z2009-11-25T11:51:04Z
<p>I'm responsible of finding a good way to document the software project I'm working on. </p>
<p>What things are important to document? Should documentation of code and design mainly be in the code in the form of comments? Should we put text files or Word documents directly in the source control togetether with code? Should we use a wiki?</p>
<p>Factors to think about include how easy it is for the current team to create the documentation, and how easy it is for other developers to find, correct and extend the documentation later. My experience from many projects is that developers tend to not write documentation because the system for writing it is too complex or developer unfriendly, and that after a few years, new developers can hardly find the little documentation that was written.</p>
<p>I'm interested in what approaches you have used in similar projects. What worked well, what did not work well, and why?</p>
<p>Some key facts about the project:</p>
<ul>
<li>The platform is C# and .NET.</li>
<li>We use Visual Studio and Team Foundation Server for source control and work item (task) management.</li>
<li>We use Scrum and test-driven development and are inspired by domain-driven design.</li>
<li>The software consists of a collection of web services and two GUI clients.</li>
<li>Other clients are going to integrate with the web services in the future. The integration will be done by other developers on other teams (so the web services form a kind of API).</li>
<li>SharePoint is heavily used throughout the development environment. Most projects have a SharePoint site, including ours.</li>
<li>On our project's SharePoint site we currently have a bunch of MS Office documents on things like requirements, design, presentations for stakeholders etc. Keeping everything up to date is hard.</li>
<li>We also have a SharePoint wiki for the development team only, where we document things in an unstructured manner as we go along. Examples include how our build scripts are organized, our testing policy, coding guidelines.</li>
<li>The software is an in-house application in a fairly big financial institution. </li>
<li>The software is developed by a team of six people over a period of ~1 year.</li>
<li>The developers are consultants hired in for this project only, and will not be available to help in the future (unless the client decides to pay for it).</li>
<li>The client has few guidlines for how this kind of project should be documented.</li>
</ul>
http://stackoverflow.com/questions/1794227/where-can-i-find-docs-for-prestashop0Where can I find docs for PrestaShop?alex2009-11-25T02:07:42Z2009-11-25T02:07:42Z
<p>I have downloaded and am using PrestaShop - but can not seem to find any docs. The official ones are apparently 'coming soon'.</p>
<p>I imagine there should be some 3rd party ones elsewhere.. but can not find with Google myself. </p>
<p>Does anyone know of any?</p>
<p>thanks</p>
http://stackoverflow.com/questions/1775503/minimalistic-tools-for-developer-documentation7Minimalistic tools for developer documentationPekka Gaiser2009-11-21T13:38:23Z2009-11-25T00:17:33Z
<p>I am currently working on a large PHP CMS / Framework and documenting it extensively as I go along. In addition to phpdoc-style inline comments, I need to document XML structures, details on concepts and practices, write HOWTOs and so on.</p>
<p>At the moment, I am using simple OpenOffice documents for that, but I'm unhappy with it and looking for a "real" documentation system. </p>
<p>So, I am looking for recommendations for <strong>robust, minimalistic, easy-to-use documentation software</strong>.</p>
<p>I have tried a number of Wikis, most prominently Dokuwiki. I like the open-minded approach, the freedom in editing, and the simplicity, but they provide little support in structuring a multi-chapter documentation, and make basic reorganisation tasks very difficult (e.g. moving pages to a different namespace). Working with the plugins is Cumbersome, and they are not really easy to use. </p>
<p>Open Source would be a plus but is not a requirement.</p>
<p>Thanks in advance for any recommendations!</p>
<blockquote>
<p><strong>Suggestions so far:</strong> </p>
<p><strong><a href="http://trac.edgewall.org/wiki/TracWiki" rel="nofollow">Trac's built-in wiki</a></strong> which is great but for my taste provides too little support for keeping a structure - it's perfect though for "normal", smaller size project documentation </p>
<p><strong><a href="http://daringfireball.net/projects/markdown/" rel="nofollow">Markdown</a></strong> my current favourite because of its minimalism, however not sure yet whether maintaining a structure will be easy enough. A Markdown-Based system would of course be very easy to extend, e.g. to look up cross references from the project's code base. Of course it would be great to find something that already has that out of the box. </p>
<p>The <strong><a href="http://www.oasis-open.org/committees/docbook/" rel="nofollow">DocBook</a></strong> format and to edit, the commercial <strong><a href="http://www.oxygenxml.com/" rel="nofollow">Oxygen XML Editor</a></strong> - a great standard for building documentation, no doubt. Maybe too "technical" for my purposes as I need something to open quickly, write into and go on coding. Still always worth a mention. </p>
<p><strong><a href="http://sphinx.pocoo.org/" rel="nofollow">Sphinx</a></strong> an Open Source, Python based documentation generator, promising structured documentation and extensive cross-referencing. Interesting and will take a look.</p>
<p><strong><a href="http://www.atlassian.com/software/confluence/" rel="nofollow">Confluence</a></strong> a commercial but very affordable Wiki.</p>
<p><strong><a href="http://www.xwiki.org/xwiki/bin/view/Main/WebHome" rel="nofollow">XWiki</a></strong>, an Open Source playing in Confluence's league with numerous extensions and connectors to Eclipse and Microsoft Office. </p>
<p><strong><a href="http://www.tiddlywiki.com/" rel="nofollow">TiddlyWiki</a></strong> an open-source Wiki.</p>
</blockquote>
http://stackoverflow.com/questions/1778493/best-practice-documentation-standards3Best Practice: Documentation StandardsLukas Ĺ alkauskas2009-11-22T11:44:00Z2009-11-24T20:13:57Z
<p>Hello there, </p>
<p>Here is the issue, I need to find/think of documentation standards for our team. We have several needs, we need documentation standards for <strong><em>Requirements Documentation</em></strong>, <strong><em>Technical Documentation</em></strong> - <strong>for projects</strong> and <strong>Code Style Documentation</strong> - <strong>for developers</strong> which would cover how developers should name, and organize the project's code (should he use regions? How should naming look? etc.), I know it can vary from project to project, but maybe there are some kind of standards for that. Currently each developer writes it as he imagines, and that is not so good, because it is inconsistent, and with different styles etc.</p>
<p>I'm curious how you/your company does that. And maybe there is some kind of standards for that.</p>
<p>How it should look? What content should it include? etc..</p>
<p>BTW we use .NET Technologies. </p>
http://stackoverflow.com/questions/1769913/logback-tutorial0Logback tutorialAdrian2009-11-20T11:34:27Z2009-11-24T14:49:58Z
<p>Where can I find a Logback tutorial and/or sample projects? Something similar with this "<a href="http://www.vaannila.com/log4j/log4j-tutorial/log4j-tutorial.html" rel="nofollow">Log4j Tutorial</a>" would be nice.</p>
<p>Note: I am aware of the documentation available on the official Logback website</p>
<p><a href="http://logback.qos.ch/manual/index.html" rel="nofollow">The Logback Manual</a></p>
<p><a href="http://logback.qos.ch/documentation.html" rel="nofollow">Logback documentation</a></p>
<p>but is there anything else available?</p>
http://stackoverflow.com/questions/1288166/technical-documentation-with-deeply-nested-enumerated-lists1Technical documentation with deeply nested enumerated listsJim Hunziker2009-08-17T14:13:10Z2009-11-24T11:51:02Z
<p>I'm stuck in a software documentation culture I can't change, and software documentation is expected to have deeply nested sections that look like this:</p>
<p>2.1.5.3.2.1 Some section</p>
<p>This paragraph has some text.</p>
<p>2.1.5.3.2.2 Some other section</p>
<p>This paragraph has more text.</p>
<p>2.1.5.3.3 Higher-level section</p>
<p>Blah, blah, blah.</p>
<p>Anyway, I'd like to use some presentation-independent documentation tool, and the more readable the source, the better. So I'd love it if ReStructuredText could do this, but DocBook or LaTeX would be okay, too.</p>
<p>I just read about how LaTeX has just four levels of nesting counters, and I couldn't get ReStructuredText to count how I wanted at all. After spending lots of time fopping to DocBook documentation, I'm close to opening up Word and struggling with named styles. Any tips?</p>
http://stackoverflow.com/questions/1786419/how-can-i-read-the-documentation-from-a-class-in-another-class1How can I read the documentation from a class in another class?The WebMacheter2009-11-23T22:11:44Z2009-11-23T22:16:22Z
<p>Hi all.</p>
<p>let's say I have class A and class B. Class A's definition is:</p>
<pre><code>/// <summary>
/// This is the class documentation.
/// </summary>
public class A
{
/// <summary>
/// This is the documentation for attribute.
/// </summary>
public int attribute;
...
}
</code></pre>
<p>I want to access the documentation from class A (ie. those strings that read 'This is the class documentation.' and 'This is the documentation for attribute.') in class B programatically. Is there a way to do this? using reflection, perhaps?</p>
<p>Thanks for your help :)</p>
http://stackoverflow.com/questions/159597/how-to-convince-people-to-comment-their-code27How to convince people to comment their codehstoerr2008-10-01T20:41:10Z2009-11-23T20:34:05Z
<p>What are good arguments to convince others to comment their code? </p>
<p>I notice many programmers favor the perceived speed of writing code without comments over leaving some documentation for themselves and others. When I try to convince them I get to hear half baked stuff like "the method/class name should say what it does" etc. What would you say to them to change their minds?</p>
<p>If you are against commenting, you please consider answering the opposite question <a href="http://stackoverflow.com/questions/163600/when-not-to-comment-code">When NOT to comment code</a> instead, or just leave comments. This should be a resource for people trying to convince people to comment the code, not otherwise. :-)</p>
<p>Other related questions are: <a href="http://stackoverflow.com/questions/36432/commenting-code">Commenting code</a>, <a href="http://stackoverflow.com/questions/20922/do-you-comment-your-code">Do you comment your code</a> and <a href="http://stackoverflow.com/questions/121945/how-do-you-like-your-comments-best-practices">How would you like your comments</a>.</p>
http://stackoverflow.com/questions/747450/building-an-api-library-package0Building an API library package?Sasha2009-04-14T13:06:31Z2009-11-23T20:00:04Z
<p>What do you guys use to build package (zip library, documentation example) of some API written in .NET? Right now I do it manually, building in vs , sandcastle and then zipping it together...</p>
http://stackoverflow.com/questions/1769120/where-do-i-find-detailed-documentation-for-net2Where do I find detailed documentation for .Net?Jules2009-11-20T08:47:28Z2009-11-23T18:32:49Z
<p>Here's an example of a wasted day:</p>
<p>(1) I want to find out exactly what Binding.FormattingEnabled does.</p>
<p>(2) I type MSDN Binding.FormattingEnabled into google and go to the page.</p>
<p>(3) I read the 3, 'helpful', line description.</p>
<p>(4) I check out the bottom of the page for references.</p>
<p>(5) Never mind, non of those helped....</p>
<p>(6) I search google and find nobody seems to know what the property does in its entirety.</p>
<p>(7) I open up reflector and spend hours in a tangled web before being 70% sure I know what's going on.</p>
<p>(8) I carry on coding, but the 30% is niggling at me.</p>
<p>(9) Repeat 6 - 8 ad nauseum ...</p>
<p>There must be a better way!</p>
<p>I'm using VS.Net 2008 Express edition, btw.</p>
<p>ETA: The FormattingEnabled property was just an example, this is more of a general question. Using reflector, I'm about 94.314% sure of how it works.............</p>
http://stackoverflow.com/questions/1782907/how-to-document-applications-and-how-they-integrate-with-other-applications4How to document applications and how they integrate with other applications?Tommy2009-11-23T12:35:30Z2009-11-23T14:05:49Z
<p>As the years go by we get more and more applications. Figuring out if one application is using a feature from another application can be hard. If we change something in application A, will something in application B break? </p>
<p>We have been using MediaWiki for documentation, but it's hard to keep the data up-to-date. </p>
<p>I think what we need is some kind of visual map of everything. And the possibility to create some sort of reference integrity? Any ideas?</p>
http://stackoverflow.com/questions/1218495/migration-of-test-scripts-into-a-new-release0Migration of Test Scripts into a New Releasejdubs2009-08-02T09:07:50Z2009-11-23T10:00:02Z
<p>Hi,</p>
<p><strong>Overview</strong></p>
<p>Our company's current system test cycle involves the use of word documents for the UI test scripts and test execution log.</p>
<p>For each new release, these documents are copied from the previous release and then modified to reflect the current release version together with new test steps where there are changes in functionality.</p>
<p><strong>Problem</strong></p>
<p>Firstly, this is time-consuming - editing each word document (around 150 docs) just to make minor changes. Secondly, mistakes may occur as this process is manual.</p>
<p><strong>Question</strong></p>
<p>If I were able to port the test scripts into some data store (eg. sql server, xml file), would it be relatively straightforward to generate the word (or rtf, but not pdf) documents (using a word template with custom fields perhaps) based on this data set. </p>
<p>The kind of automated actions would consist of:</p>
<p>For the test script document:</p>
<ol>
<li>Assign the release number</li>
<li>Set the description of the test</li>
<li>Create a ms word table that contained a line for each test step</li>
</ol>
<p>For the execution log document:</p>
<ol>
<li>Assign the release number</li>
<li>Set the description of the test</li>
<li>Create an empty ms word table that contained a line for each of the test steps. This would then be completed by the test executor.</li>
</ol>
<p>Some pointers and maybe samples on the approach and technology to use would really be appreciated. Any solution that could be coded up (using itext perhaps?) would ideally used .net technology. </p>
<p>Thanks.</p>
http://stackoverflow.com/questions/163600/when-not-to-comment-code28When NOT to comment codehstoerr2008-10-02T17:40:01Z2009-11-23T09:40:16Z
<p>What are your "favourite" overuses / misconceptions about commenting the code? Why do you sometimes think commenting is a pain? What arguments would you use to convince others that less is more at commenting in some cases?</p>
<p>This is the negative counterpart to
<a href="http://stackoverflow.com/questions/159597/how-to-convince-people-to-comment-their-code">How to convince people to comment their code</a> - such that it remains a collection of answers, not a convoluted discussion. Compare also <a href="http://stackoverflow.com/questions/36432/commenting-code">Commenting code</a>, <a href="http://stackoverflow.com/questions/20922/do-you-comment-your-code">Do you comment your code</a>, and <a href="http://stackoverflow.com/questions/143429/whats-the-least-useful-comment-youve-ever-seen">What's the least useful comment you've ever seen?</a></p>
<p>How about writing one reason per answer, so the voting works on the reasons?</p>
http://stackoverflow.com/questions/1780050/document-commanddispatcher-offiocial-documentation0document.commandDispatcher "offiocial" documentation?ExpertNoob12009-11-22T21:22:31Z2009-11-22T21:22:31Z
<p>How come commandDispatcher is not listed as one of <a href="https://developer.mozilla.org/en/DOM/document#Properties" rel="nofollow">document</a>'s properties in Mozilla documentation?</p>
<p>It's mentioned in <a href="https://developer.mozilla.org/en/XUL%5FTutorial/Focus%5Fand%5FSelection" rel="nofollow">XUL tutorial</a>, for instance, but I can't find it in the official document's properties list, or in W3C's <a href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#i-Document" rel="nofollow">DOM Core</a> or <a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-26809268" rel="nofollow">HTMLdocument</a> specification for that matter.</p>
<p>Please help. </p>
http://stackoverflow.com/questions/1242064/how-to-create-phpdoc-tutorial-extended-pages-to-supplement-commented-code3how to create phpdoc Tutorial / Extended pages to supplement commented codeKet Majmudar2009-08-06T23:26:12Z2009-11-22T15:08:54Z
<p>I'm trying everything I can to get phpdocumentor to allow me to use the DocBook tutorial format to supplement the documentation it creates:</p>
<ol>
<li>I am using Eclipse</li>
<li>I've installed phpDocumentor via PEAR on an OSX machine</li>
<li>I can run and auto generate code from my php classes</li>
<li>It won't format Tutorials - I can't find a solution</li>
</ol>
<p>I've tried moving the .pkg example file all over the file structure, in subfolders using a similar name to the package that is being referenced within the code .. I'm really at a loss - if someone could explain WHERE they place the .pkg and other DocBook files in relation to the code they are documenting and how they trigger phpdoc to format it I would appreciate it, I'm using this at the moment:</p>
<pre><code>phpdoc -o HTML:Smarty:HandS
-d "/path/to/code/classes/", "/path/to/code/docs/tutorials/"
-t /path/to/output
</code></pre>
http://stackoverflow.com/questions/1776887/what-database-tool-made-these-nice-looking-diagrams3What database tool made these nice-looking diagrams?Mark Harrison2009-11-21T21:40:27Z2009-11-21T22:25:24Z
<p>I was impressed with the nice-looking database diagrams on this web page. Does anybody know what package made them?</p>
<blockquote>
<p><a href="http://richarddingwall.name/2009/11/20/the-trouble-with-soft-delete/" rel="nofollow">http://richarddingwall.name/2009/11/20/the-trouble-with-soft-delete/</a>
<img src="http://markharrison.net/stackoverflow/nice-looking-db-doc.png"></p>
</blockquote>
http://stackoverflow.com/questions/911987/good-tool-for-diagraming-process-and-system-components1Good tool for diagraming process and system componentsPaul Alexander2009-05-26T18:16:27Z2009-11-21T15:51:11Z
<p>I'm currently writing some documentation for our product. Most of the docs are just text based - but in some cases I'd like to add a diagram to help first time users visualize the process from a general perspective. Microsoft docs and articles have these all over. I don't want to use a class diagram as the components are more conceptual - made up of multiple classes.</p>
<p>Is there a good tool for creating digrams for this type of situation?</p>
<p>UPDATE: I should clarify that this is not for UML/ER type work. This is for <em>teaching</em> concepts about the components involved (physical, conceptual and possibly classes).</p>
http://stackoverflow.com/questions/1774922/chm-style-web-based-help-utility0CHM Style web-based HELP UtilityRamiz Uddin2009-11-21T08:21:38Z2009-11-21T09:59:14Z
<p>I need to create a chm style web-based help. Do you know any such utility? The product is developed on C# and it would be great the help is also developed on C#.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1770369/how-to-make-documents-evolve5How to make documents evolve?Tower Joo2009-11-20T13:17:24Z2009-11-20T23:06:02Z
<p>Hi All:</p>
<p>We programmers write code and we write comments to code, but we rarely write documents. But IMO writing documents is important and time-saving since when you've written a good document, you don't need to reply to all the questions repeatedly. You can do more hack!</p>
<p>But when the code evolve and it's easy to evolve the comments simultaneously. But the documents get obsolete. We don't want to update the documents since it's boring(since some examples are quoted from code, but now it's obsolete). So how to make documents evolve? Any best practices? How can we avoid repeating ourselves in document-writing?</p>
<p><hr></p>
<p>Someone may say we don't need documents since it's all there in code, just read the code. But I think documents should be in a high-level with some answers which should be replied for hundred times and some examples to ease greenhands.</p>
http://stackoverflow.com/questions/1733320/custom-ghostdoc-rules0Custom GhostDoc RulesKane2009-11-14T04:50:33Z2009-11-20T17:54:12Z
<p>I am a huge fan of <a href="http://submain.com/products/ghostdoc.aspx" rel="nofollow">GhostDoc</a> and use it in all of my development projects. Knowing that it supports custom rules I'd like to ask what custom rules have you written?</p>
http://stackoverflow.com/questions/190755/whats-the-best-way-to-document-perl-code5What's the best way to document Perl code?Taveren2008-10-10T10:37:07Z2009-11-20T13:55:05Z
<p>Any suggestion how I can document my Perl code? What do you use and what tools are available to help me?</p>
<p>Which module do you use to convert pod to html?</p>
http://stackoverflow.com/questions/1769363/up-to-date-xml-documentation-builder-for-c0Up-to-date XML-Documentation Builder for C#ApoY2k2009-11-20T09:35:18Z2009-11-20T09:48:12Z
<p>I want to start using XML-Documentation of my code and am desperately searching for an up-to-date (meaning .NET-3.5 SP1) to do so.</p>
<p>I found NDoc, but it only supports .NET-1.1 and that a little bit far away ;-)</p>
<p>Any suggestions?</p>
http://stackoverflow.com/questions/1767532/should-we-be-adding-comments-after-code-blocks-rather-than-before6Should we be adding comments after code blocks, rather than before?dbruning2009-11-20T00:13:16Z2009-11-20T08:36:37Z
<p>This post (<a href="http://stackoverflow.com/questions/163600/when-not-to-comment-code">When not to comment code</a>) has a great discussion about commenting styles.</p>
<p>I agree with the sentiment to commenting the <strong>intent</strong> of the code ("why") rather than the "what".</p>
<p>It occurred to me that perhaps we should be placing the comments <em>after</em> the code, like this:</p>
<pre><code> _checkForUpdatesThread = new Thread(new ThreadStart(updateManager.CheckForUpdates));
_checkForUpdatesThread.Start();
// since CheckForUpdates() can take up to a minute to execute
</code></pre>
<p>Rather than:</p>
<pre><code> // Start CheckForUpdates() on its own thread, since it can take up to a minute to execute
_checkForUpdatesThread = new Thread(new ThreadStart(updateManager.CheckForUpdates));
_checkForUpdatesThread.Start();
</code></pre>
<p>This allows the reader to skim through the code, concentrating on the actual code first - which is hopefully so beautiful that no-one needs to look down at the comments. If the reader finds themselves asking "Why the hell?!?" they can look down to the comments to see what the original author was thinking.</p>
<p>To help enforce the comment providing intent ("why"), it may be useful to always start the comment with "because", "since", "as", "instead of" or similar.</p>
<p>Has anyone seen this done in practice? Any thoughts on whether it's a good idea?</p>
http://stackoverflow.com/questions/1545163/documentation-with-doxia-ant1Documentation with Doxia + AntVladimir2009-10-09T17:47:15Z2009-11-20T06:00:03Z
<p>I would like to use <a href="http://maven.apache.org/doxia" rel="nofollow">Doxia</a> to generate some documentation but invoke it with Ant (and no, Maven is not an option). I was looking for some pointers but nothing popped up after a few Google search.</p>
<p>Did anyone already used Doxia in an Ant environment and how did it turned out?</p>
http://stackoverflow.com/questions/1767232/net24-and-xpnet-2NET24 and XPNET [closed]Mauricio Fajardo2009-11-19T23:09:43Z2009-11-19T23:21:49Z
<p>Where can I find the NET24 and XPNET manuals?</p>
http://stackoverflow.com/questions/1079417/sphinx-templating0Sphinx templatinguswaretech2009-07-03T13:42:37Z2009-11-19T23:06:00Z
<p>I am using <a href="http://sphinx.pocoo.org" rel="nofollow">sphinx</a>. I want to template it. So after reading the docs, what I am trying is, in my conf.py,</p>
<p>I put a line like, </p>
<pre><code>templates_path = ['_templates']
</code></pre>
<p>and I created a file </p>
<pre><code>_templates/page.html
</code></pre>
<p>But this does not override the default template provided by sphinx. What more should I do, and where does this template need to go?</p>
<p><hr /></p>
<p><strong>EDIT:</strong></p>
<p>Directory structure from the comments:</p>
<pre><code>conf.py
abc.txt
def.txt
makefile
_templates\
page.html
</code></pre>