Skip to content

Commit 8197d3c

Browse files
committed
docs: Hide recognition from docs (may not be useful in future)
These are gradually getting to be overwritten entirely.
1 parent 9aef150 commit 8197d3c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

libvcs/projects/svn.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
#!/usr/bin/env python
22
"""Subversion object for libvcs.
33
4-
The follow are from saltstack/salt (Apache license):
4+
.. todo::
55
6-
- [`SubversionProject.get_revision_file`](libvcs.svn.SubversionProject.get_revision_file)
6+
The follow are from saltstack/salt (Apache license):
77
8-
The following are pypa/pip (MIT license):
8+
- [`SubversionProject.get_revision_file`](libvcs.svn.SubversionProject.get_revision_file)
99
10-
- [`SubversionProject.convert_pip_url`](libvcs.svn.SubversionProject.convert_pip_url)
11-
- [`SubversionProject.get_url`](libvcs.svn.SubversionProject.get_url)
12-
- [`SubversionProject.get_revision`](libvcs.svn.SubversionProject.get_revision)
13-
- [`get_rev_options`](libvcs.svn.get_rev_options)
10+
The following are pypa/pip (MIT license):
11+
12+
- [`SubversionProject.convert_pip_url`](libvcs.svn.SubversionProject.convert_pip_url)
13+
- [`SubversionProject.get_url`](libvcs.svn.SubversionProject.get_url)
14+
- [`SubversionProject.get_revision`](libvcs.svn.SubversionProject.get_revision)
15+
- [`get_rev_options`](libvcs.svn.get_rev_options)
1416
""" # NOQA: E5
1517
import logging
1618
import os

0 commit comments

Comments
 (0)