[sphinx-users] Re: The xrst sphinx wrapper

2023-01-06 Thread bradley...@gmail.com
This is not a problem with readthedoc, it is a problem with how firefox 
handles redirects.

xrst is using a redirect in the index.html file to load any page that one 
chooses on the command line; e.g.,
```
 window.location.href="user-guide.html" 
```
The problem is that once firefox gets the redirect it never reloads it when 
it changes.
I had to clear my cache to get it to reload.

On Friday, January 6, 2023 at 5:52:12 AM UTC-7 bradley...@gmail.com wrote:

> I changed the name user_guide to user-guide (as a test) and there seems to 
> be a problem with readthedocs. 
> The link
> https://xrst.readthedocs.io/en/latest/index.html
> works fine and gets to the user-guide.html page, but the link
> https://xrst.readthedocs.io/
> tries to go to the old user_guide.html page (which is no longer there).
>
> On Sunday, January 1, 2023 at 10:22:00 AM UTC-7 bradley...@gmail.com 
> wrote:
>
>> This is an announcement for the first stable release of xrst
>> https://xrst.readthedocs.io
>>
>> This wrapper was motivated by cases like the GNU Scientific library, 
>> which is written in C, uses sphinx for its documentation, and has its 
>> documentation in separate files from the corresponding source code. 
>>
>> The following link lists the features that xrst adds to sphinx:
>> https://xrst.readthedocs.io/en/latest/purpose.html
>>
>> The following is a list of problems and possible improvements:
>> https://xrst.readthedocs.io/en/latest/wish_list.html
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/8467625b-6638-4ef9-939c-0dcd075d1decn%40googlegroups.com.


[sphinx-users] Re: The xrst sphinx wrapper

2023-01-06 Thread bradley...@gmail.com
I changed the name user_guide to user-guide (as a test) and there seems to 
be a problem with readthedocs. 
The link
https://xrst.readthedocs.io/en/latest/index.html
works fine and gets to the user-guide.html page, but the link
https://xrst.readthedocs.io/
tries to go to the old user_guide.html page (which is no longer there).

On Sunday, January 1, 2023 at 10:22:00 AM UTC-7 bradley...@gmail.com wrote:

> This is an announcement for the first stable release of xrst
> https://xrst.readthedocs.io
>
> This wrapper was motivated by cases like the GNU Scientific library, which 
> is written in C, uses sphinx for its documentation, and has its 
> documentation in separate files from the corresponding source code. 
>
> The following link lists the features that xrst adds to sphinx:
> https://xrst.readthedocs.io/en/latest/purpose.html
>
> The following is a list of problems and possible improvements:
> https://xrst.readthedocs.io/en/latest/wish_list.html
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/2ef7df5d-bac4-4967-8127-b8ec8444e4d1n%40googlegroups.com.