diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-03-26 13:51:36 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-03-26 13:51:36 +0000 |
| commit | 54696486cfd3eb09872b81a18ed0ccd447fb0754 (patch) | |
| tree | f215f8504f52f00513fd3e7557202dfde4c6a877 /docutils/docs/dev | |
| parent | 6830e2950ca390b2c8c5b39cc8b804654aee3e8c (diff) | |
| download | docutils-54696486cfd3eb09872b81a18ed0ccd447fb0754.tar.gz | |
Documentation update.
Fix or remove broken links.
Adapt to changes in recent versions.
Adapt to state of the art in HTML and web browsers.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8644 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/policies.txt | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/docutils/docs/dev/policies.txt b/docutils/docs/dev/policies.txt index 731800115..5c9237b87 100644 --- a/docutils/docs/dev/policies.txt +++ b/docutils/docs/dev/policies.txt @@ -93,7 +93,7 @@ How to make code contributions that are easily accepted: * Look at the Docutils sources to see how similar features are implemented, learn to do it "the Docutils way". -* Prepare the a patch or an addition to the existing documentation. +* Prepare a patch or an addition to the existing documentation. Include links. * If you are familiar with version control, consider creating a `feature @@ -634,13 +634,10 @@ ways to keep the Docutils code accessible during development: For the bash shell, add this to your ``~/.profile``:: PYTHONPATH=$HOME/projects/docutils/docutils - PYTHONPATH=$PYTHONPATH:$HOME/projects/docutils/docutils export PYTHONPATH The first line points to the directory containing the ``docutils`` - package. The second line adds the directory containing the - third-party modules Docutils depends on. The third line exports - this environment variable. + package. The second line exports this environment variable. You many also want to add the ``tools`` directory to your binary ``PATH``:: @@ -656,9 +653,9 @@ ways to keep the Docutils code accessible during development: /usr/local/lib/python2.7/site-packages/ Alternatively, use a `path configuration file`__. - + __ https://docs.python.org/library/site.html - + You may also want to copy or link the front-end tools in ``docutils/tools`` to a suitable place in your binary PATH, e.g., :: |
