File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
==============
2
- tracdocs
2
+ TracDocs
3
3
==============
4
4
5
5
6
6
Description
7
7
===========
8
8
9
- The 'tracdocs' project is a plugin for the 'trac' project management tool.
9
+ The TracDocs project is a plugin for the 'trac' project management tool.
10
10
11
11
Many documents exists adjacent to the code that is being developed and
12
12
managed. These documents are not conveniently stored in a wiki due to the lack
13
13
of offline access and editing. Also, a wiki tends to be less structured than
14
14
the documentation that lives with source code.
15
15
16
- The 'tracdocs' plugin adds a "Docs" tab to the trac project. Underneath this
16
+ The TracDocs plugin adds a "Docs" tab to the trac project. Underneath this
17
17
tab can be found all of the documentation that the current logged in user has
18
18
access to.
19
19
@@ -32,7 +32,7 @@ Note: this plugin respects the access rights of the user that is logged in.
32
32
Installation
33
33
============
34
34
35
- The 'tracdocs' plugin can be installed using standard::
35
+ The TracDocs plugin can be installed using standard::
36
36
37
37
python setup.py install
38
38
You can’t perform that action at this time.
0 commit comments