citation-style-language / documentation

Citation Style Language documentation
http://citationstyles.org/
Creative Commons Attribution Share Alike 4.0 International
44 stars 21 forks source link

Fix typos in Appendix VI, convert some literals to quotes #111

Closed rmzelle closed 4 years ago

rmzelle commented 4 years ago

Follow-up of #86. Sphinx was complaining, presumably because literals shouldn’t end on a space.

specification.rst:3232: WARNING: Inline literal start-string without end-string.

Also spotted a few typos.

rmzelle commented 4 years ago

I also think strings like "https://doi.org/" are better represented as quoted strings instead of as inline literals. IIRC, the spec currently mostly uses inline literals for CSL variables and attributes, but not for things like attribute values.