summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJamie Lemon <jamie.lemon@artifex.com>2022-06-21 16:24:09 +0100
committerChris Liddell <chris.liddell@artifex.com>2022-09-20 15:37:37 +0100
commit15cf21fd24559b24951a1a8fe79b96ae98a93e98 (patch)
treeb23f74044a9bb159acbdd959398f9b2f7c8eb4aa /.gitignore
parenta7fe91cb9fdeb07140cc273f073173944bcb3fcf (diff)
downloadghostpdl-15cf21fd24559b24951a1a8fe79b96ae98a93e98.tar.gz
This is the squash of the sphinx-docs branch
Sphinx docs exemplar Adds a source folder with a README to redo the docs with Sphinx. More Sphinx updates - added main skeleton htm pages gitignore also removes .buildinfo & .doctrees <log></log> More Sphinx docs work Sphinx updates for API page Sphinx docs: some tidy up start of Use.htm Sphinx docs: mostly more on Use.htm Sphinx docs: Completes Use.rst, starts some other pages Sphinx docs: Completes Devices.rst Sphinx docs: Start of VectorDevices.rst Sphinx docs: Completes VectorDevices.rst Sphinx docs: Start of Drivers.rst Sphinx docs: Completes Drivers.rst Sphinx docs: Corrects some links in API.rst Sphinx docs: Completes Make.rst section Sphinx docs: Completes Install.rst section Sphinx docs: Completes Lib.rst and adds footer to all rst files Sphinx docs: Completes C-style.rst, changes description for "iff" Sphinx docs: Completes P-style.rst Sphinx docs: Starts Language.rst and tweaks some other rst files Sphinx docs: Completes Language.rst and adds "title" directive to all rst files Sphinx docs: completes Unix-lpr.rst, Fonts.rst, PS-files.rst, News.rst, third-party.rst Also updates the title header layout for all the rst files Sphinx docs: Deprecated.rst -> UnsupportedDevices.rst Sphinx docs: Completes Source.rst Sphinx docs: Multiple updates across many RST files Sphinx docs: Completes Develop.rst Sphinx docs: Fixes build errors and warnings Sphinx docs: Some tidy up and start of UnsupportedDevices.rst Sphinx docs: More updates to UnsupportedDevices.rst Sphinx docs: More tidy up, adds the readthedocs.yaml <log></log> Sphinx docs: tidy up language-bindings favicon reference <log></log> Sphinx docs: more conf tidy up, fixes a link in Devices.rst <log></log> Sphinx docs: Updates News.rst to include News.htm Updates News.htm to include just the body HTML ready for insertion into the RST docs or to view standalone. Updates README to add advice on editing & publishing docs <log></log> Sphinx docs: Removes old .htm files and any other seemingly redundant files in "doc" Sphinx docs: Removes the built output from Sphinx as it is not required <log></log> Sphinx docs: Updates devices keywords to be styled with :title: tag - This wraps these keywords with <cite> at the HTML level - Also added a requirements.txt file for the .readthedocs.yaml to use Sphinx docs: Includes index.htm with prospective readthedocs website redirect <log></log> Sphinx docs: Removes README.md and moves info over into HowToBuildTheDocs.txt Also tidies up a header underline which was too short in UnsupportedDevices.rst <log></log> Sphinx docs: Removes Release.rst Sphinx docs: Devices.rst - Add bbox notes from earlier 10.0.0 branch commit See: - add a note about precision of bbox device commit 7f2719bff1d50e151918cf505fa695edc65e936f Also indents some properties which were children of a dictionary to make it more understandable. <log></log> Sphinx docs: Updates News.htm to reflect recent changes <log></log> Sphinx docs: Adds the generated Ghostscript documentation PDF Generated via sphinx-build <log></log> Sphinx docs: Removes redundant link from Install.htm <log></log> Sphinx docs: Adds standalone TOC, start of Language Bindings docs GhostAPI completed here for C sharp. <log></log> Sphinx docs: Adds GhostNET documentation <log></log> Sphinx docs: Completes the C# documentation <log></log> Sphinx docs: Completes Java Language Bindings introduction <log></log> Sphinx docs: Completes Java Language Bindings docs Also fixes a syntax error in API.rst Sphinx docs: Completes the Python Language Bindings docs <log></log> Sphinx docs: Republishes PDF version of docs Now includes Language Bindings <log><log> Sphinx docs: Move language binding "Building GS" section to reference sections in Make.rst <log></log> Sphinx docs: Fixes bullet point syntax, and some other tweaks. Also includes: Putting "build" before "install" in the left nav Some small syntax tweaks and improvments. Sphinx docs: Updates reference: IRC channel -> Discord channel Sphinx docs: Updates Python Language Bindings with links to C docs and other fixes <log></log> Sphinx docs: Completes tweaks for Python section and publishes amended PDF <log></log> Sphinx docs: Final tweak to Python section <log></log>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 92658c255..83f83df3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -111,6 +111,9 @@ tiff-config
/Makefile
/auxflags.mak
+doc/.doctrees
+doc/.buildinfo
+
# Adding the following lines would help limit the 'noise' seen in git status
# due to files created during testing. Conversely, it prevents them being