summaryrefslogtreecommitdiff
path: root/docs/conf.py
AgeCommit message (Collapse)Author
2016-07-16Fix link to zope.component docsSteve Piercy
2016-04-17update RELEASING.txt to better account for master and previous branchesSteve Piercy
- add term "final" release - explicitify the implicit -
2016-04-17update RELEASING.txt with version terms, extra stepSteve Piercy
update conf.py with clearer comments and prep for rolldown for 1.6
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup unit_testing.rst
2016-04-06- remove conf.py stragglerSteve Piercy
- update intersphinx link to python3 docs - Closes #2429
2016-02-07fix pyramid_tm urlMichael Merickel
2016-01-30add instructions for enabling pylons_sphinx_latesturl on previously released ↵Steve Piercy
branch when making a new major release
2016-01-29update instructions for major release in conf.py html_theme_optionsSteve Piercy
2015-12-20add sphinxcontrib-programoutput configuration to render command line outputSteve Piercy
2015-09-01- add pylonswebframework to intersphinx config, sort entries so they can be ↵Steve Piercy
found (meh! 79 char columns) - replace final pylonshq reference with RTD reference
2015-04-16Replace git submodule crap with new pylons-sphinx-themes package goodness. ↵Steve Piercy
See #1614.
2015-04-15master is now 1.7Chris McDonough
2015-04-14no longer in-progress on this branchChris McDonough
2014-12-16repoze who docs movedChris McDonough
2014-05-03- looks like _ are now - in RTDSteve Piercy
2014-05-03- add cookbook to intersphinx mappingSteve Piercy
2014-04-08i have no idea why we do this in here, but let's make it at least correctChris McDonough
2013-10-14Address #866; don't run the tests when the docs build, this means that 'make ↵Chris McDonough
html' must be run using a SPHINXBUILD=/path/to/virtualenv/with/pyramid
2013-10-14temporarily dont run tests to see impact on readthedocsChris McDonough
2013-10-08- remove . from end of URLSteve Piercy
2013-10-08Merge branch 'conf' of github.com:tshepang/pyramid into tshepang-conf.Steve Piercy
2013-10-02- Removed mention of ``pyramid_beaker`` from docs. Beaker is no longerChris McDonough
maintained. Point people at ``pyramid_redis_sessions`` instead.
2013-09-13All the references re-wired.Paul Everitt
2013-09-13First cut at import of quick tutorial.Paul Everitt
2013-08-19explainChris McDonough
2013-08-18no HTML smartypants!Steve Piercy
Fix https://github.com/Pylons/pyramid/issues/669
2013-08-16One more "The Pyramid Web Application Development Framework" to "The Pyramid ↵Steve Piercy
Web Framework" change
2013-08-13Merge remote-tracking branch 'origin/master' into docs.gettingstartedPaul Everitt
Conflicts: docs/index.rst docs/latexindex.rst setup.py
2013-08-13Add Intersphinx for Beaker, clean up some broken references, change from pip ↵Paul Everitt
to virtualenv (and give an explanation), explain virtualenv on Python 2.7.
2013-08-12Forgot to add the subdirPaul Everitt
2013-08-12All wrapped up, pre-merge.Paul Everitt
2013-08-12About to give Intersphinx a shot.Paul Everitt
2013-08-10update sphinx to use the version from the package automaticallyMichael Merickel
2013-08-03"Web Application Development Framework" -> "Web Framework". Yay.Paul Everitt
2013-07-18version bump in setup.py conf.py CHANGES.txt, rejigger changes bugs vs. featuresChris McDonough
2013-05-03docs should be risky in master!John Anderson
2013-04-06trim commented-out parts of docs/conf.pyTshepang Lekhonkhobe
proposed here: https://groups.google.com/forum/?fromgroups=#!topic/pylons-devel/n2-7zvLWK3E
2013-04-06fix some cross-referencesTshepang Lekhonkhobe
Also, pyramid_zcml is cross-referenced, so add it to intersphinx_mapping dict.
2013-04-03add zope.component to intersphinx_mapping dictTshepang Lekhonkhobe
2013-03-31fix some cross-referencesTshepang Lekhonkhobe
Also add webtest to intersphinx_mapping
2013-03-28enable Sphinx cross-referencing for pyramid_toolbarTshepang Lekhonkhobe
2013-03-24add webob to intersphinx listTshepang Lekhonkhobe
With this change, we get hyperlinks for webob cross-references.
2013-03-21update repoze.who to latest symlinkMichael Merickel
2013-03-21four spaces is standardTshepang Lekhonkhobe
2013-03-21use version-agnostic link, to avoid maintenanceTshepang Lekhonkhobe
2013-03-21add hyperlinks for SQLAlchemyTshepang Lekhonkhobe
2013-02-10spaces are preferred to tabsTshepang Lekhonkhobe
2013-02-10bring back the intershinx goodnessTshepang Lekhonkhobe
This ensures that links to external objects are 'magically' generated. This feature was disable in commit 288072c, but it was likely not used at the time.
2013-01-12Pyramid copyright is from 2008Tshepang Lekhonkhobe
52d4fbc mistakenly removed '2008' in '2008-<current year>'
2013-01-05fix up sphinx config:Goodwill Coding
- make sure the versioning in title, uid is done automatically - automatically generate copyright years - excluded additional .js files that were stopping epub from generating correctly - also adjust the remake script to use env not env27