aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/devel
Commit message (Collapse)AuthorAgeFilesLines
* Fix spacing.Ben Sturmfels2021-09-201-1/+2
|
* Mention building docs in contributing.Ben Sturmfels2021-09-201-0/+1
|
* Add a stub "contributing" page to documentation.Ben Sturmfels2021-09-201-0/+29
|
* Extend release instructions.Ben Sturmfels2021-09-191-2/+8
|
* docs: Add a draft release checklist.Ben Sturmfels2021-03-301-0/+23
|
* Direct wiki links to archive.org.Ben Sturmfels2021-03-122-3/+3
|
* Spell-check the entire documentation.Ben Sturmfels2016-09-184-32/+28
|
* doc: Update developer migration docs for Alembic as primary migration systemChristopher Allan Webber2016-03-261-22/+22
| | | | | | * docs/source/devel/migrations.rst: Update to reflect sqlalchemy-migrate as being deprecated and Alembic as being the new way of doing migrations.
* More clarifications on what ./bin/gmg dbupdate does on each run.Christopher Allan Webber2013-06-281-0/+6
| | | | This commit sponsored by Jessica Howard. Thanks, sistah!
* Some documentation on how to write database migrations.Christopher Allan Webber2013-06-281-0/+56
| | | | This commit sponsored by Andrei Cristian Petcu. Thanks!
* word-wrapping the public/queue storage explainations in storage.rstChristopher Allan Webber2013-04-261-3/+12
|
* Merge remote-tracking branch 'refs/remotes/npigeon/ticket-660'Christopher Allan Webber2013-04-261-6/+79
|\
| * Transfered information from http://wiki.mediagoblin.org/Storage into ↵nattily pigeonfowl2013-04-161-6/+79
| | | | | | | | | | | | docs/source/devel/storage For info check out ticket: issues.mediagoblin.org/ticket/660
* | update documentation for s/nose/py.test/Alon Levy2013-04-171-1/+1
|/ | | | Signed-off-by: Alon Levy <alon@pobox.com>
* Remove the last traces of beaker.Elrond2013-04-091-2/+2
| | | | | | | | There were still some traces of beaker around: - docs: replaced by reference to itsdangerous. - paste configs: Wiped away. - config_spec.ini: wiped. - test_mgoblin_app.ini: also wiped.
* Move description of software stack below description of "What's where"Christopher Allan Webber2013-03-241-70/+70
|
* Point to the Hacking HOWTOChristopher Allan Webber2013-03-181-1/+5
|
* Better description of the structure of the applicationChristopher Allan Webber2013-03-171-10/+31
|
* Clarification on some original design decisions things.Christopher Allan Webber2013-03-171-0/+7
|
* Start a storage section.Elrond2013-03-121-0/+43
| | | | With the workbench stuff in it.
* Change the _original_ design decisions.Elrond2013-03-091-7/+7
| | | | | - Rename the chapter to "Original *". - Fix links.
* Revive old "Design Decisions".Elrond2013-03-091-0/+329
| | | | | This brings back the exact version that was removed in 65e7ce634cfecc87ed6f390f9ccf91be513d2eea.
* Docs: Create new area for developers.Elrond2013-01-261-0/+158
We need some "Part" for developers. Currently, it's named "Part 4: Developer's Zone". But we should come up with a better name soon. Moved the codebase docs in there for starters.