Re: [sphinx-users] Using rst file names for navigation

2020-11-25 Thread Daniel Scott
On Fri, Jul 24, 2020, 3:27 PM bradley...@gmail.com wrote: > I have figured out a solution to my problem. I put an extra header at the > top of every file that is the rst file name without extension. I also use > the following setting in my conf.py file: > > html_theme = 'sphinx_rtd_theme' > html

Re: [sphinx-users] Using rst file names for navigation

2020-07-24 Thread bradley...@gmail.com
I have figured out a solution to my problem. I put an extra header at the top of every file that is the rst file name without extension. I also use the following setting in my conf.py file: html_theme = 'sphinx_rtd_theme' html_theme_options = { 'navigation_depth' : -1 , 'titles_only'

Re: [sphinx-users] Using rst file names for navigation

2020-07-18 Thread Daniel Scott
Please return my information on navigation Using file so contact me with further response my contact email is : dan.scott@usa.com please contact me further project material .Thank you On Tue, Jul 7, 2020, 11:47 AM Bradley Bell wrote: > I only use one heading at the top level for each file.

Re: [sphinx-users] Using rst file names for navigation

2020-07-08 Thread bradley...@gmail.com
I am using toctree in each section that has children as you describe above. When I view the section with that toctree entry, I would like the navigation links in the left column to corresponds to the names in the toctree command; i.e., use 'first' instead of the headings in the file first.rst,

Re: [sphinx-users] Using rst file names for navigation

2020-07-08 Thread Stefano David
HI, On Wednesday, 8 July 2020 13:23:02 UTC+2, bradley...@gmail.com wrote: > > I have been using my own documentation system for years and am writing a > program to convert sphinx so that it is easier for others to edit my > documentation, and so that I no longer have to maintain it (It was writt

Re: [sphinx-users] Using rst file names for navigation

2020-07-08 Thread bradley...@gmail.com
I have been using my own documentation system for years and am writing a program to convert sphinx so that it is easier for others to edit my documentation, and so that I no longer have to maintain it (It was written years ago in C). In this system one has a title and an abbreviated title for

Re: [sphinx-users] Using rst file names for navigation

2020-07-08 Thread Matt from Documatt
Hi Bradley! Question #1 - You can't use filename as document title. First section found in document will become a document title. Baz will be document title: foo bar baz === but document title is usually at the very top of the file: baz === foo bar Question 2 - you speak about breadcrumb n

[sphinx-users] Using rst file names for navigation

2020-07-07 Thread Bradley Bell
I only use one heading at the top level for each file. The file name (without the .rst extansion) is a shorthand for the heading at the top of each file. I would like to use the file names, and only the file names in the navigation tree. The navigation for a section would show its children, a