Clarify documentation for *S_SAVE_AS vs *_SAVE_AS - #3612
Conversation
Added note about preventing list page generation.
Minor documentation improvement to clarify how to prevent listing pages from being generated.
|
I'm not sure I understand from your note what you are trying to clarify here. Personally, I like code samples I can copy; consider adding/replacing/extending your notes with some of what you're written here, perhaps like:
Adjust to taste and fix my code if I got it wrong... |
|
I was trying to duplicate the note underneath the https://pelican--3612.org.readthedocs.build/en/3612/settings.html
So this new note is kinda similar 👇🏾
I'm not sure a note that combines multiple settings as an example makes sense. I'm a little confused about would break though? I would have to try and test what you might be talking about if you have those settings. |


When generating a simple static site, I wanted to not have the listings page, such as
authors.htmlnot be generated. I read through the docs and noted thatAUTHOR_SAVE_ASwould not generate an Authors page, but I couldn't stopauthors.htmlfrom being generated. I didn't spot the difference betweenAUTHOR_SAVE_AS=""andAUTHORS_SAVE_AS="".AUTHORS_SAVE_AS=""is needed to stop theauthors.htmlpage from being generated. I couldn't spot a matching note in the docs about this, so this added in note hopefully clarifies it a bit.