Skip to content

Commit 887d108

Browse files
committed
Reformat exported functions from obspython to markdown
1 parent 4ce6a21 commit 887d108

File tree

5 files changed

+1715
-1872
lines changed

5 files changed

+1715
-1872
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -166,16 +166,8 @@ https://obsproject.com/docs/reference-properties.html#property-modification-func
166166
- `obs_data_get_array`
167167

168168
Introspection of `obspython`:
169-
```python
170-
...
171-
data = vars(obs)
172-
with open('export1.txt','w') as f:
173-
pprint(data,stream=f,width=100)
174-
...
175-
176-
```
177-
[Full example](src/export_vars.py)
178-
[Generated export1.txt](src/export1.txt) contains all variables available in `obspython`
169+
[Full example](src/export_md.py)
170+
[Generated export1.txt](src/export.md) contains all variables and functions available in `obspython` formatted with markdown and linked to appropriate search terms in OBS Studio github repository.
179171

180172
Note: properties share similar structure , in Python, Lua, C.
181173
[Example C](https://github.com/obsproject/obs-studio/blob/05c9ddd2293a17717a1bb4189406dfdad79a93e1/plugins/oss-audio/oss-input.c#L626)

0 commit comments

Comments
 (0)