16 Commits

Author SHA1 Message Date
Stan
ed9eec152e
Merge pull request #16 from bisq-network/main
Merge into upstream
2022-08-31 11:27:57 -03:00
ghubstan
ff74fb265d
Specify branch (master) in intro
A recent search into how Slate might support various versions
of an API reference was not successful, so I at least remove
the ambiguity about what version of Bisq the API reference
describes.  This is a band-aid until a proper solution can
be found.
2022-08-31 11:21:16 -03:00
ghubstan
98d7405639
Upgrade gradle wrappers 2022-08-10 11:27:18 -03:00
ghubstan
fc4a2b11e0
Warn about running api and gui at same time 2022-07-06 12:37:54 -03:00
ghubstan
35a7ad114b
Update examples setup section (about bots) 2022-07-06 12:29:30 -03:00
ghubstan
bf0627f393
Simplify proto src gen instructions 2022-07-06 12:07:13 -03:00
ghubstan
b5db6151d6
Update 'Running Example Code' section 2022-07-06 11:52:12 -03:00
ghubstan
241bbb32e1
Add gradle wrapper readmes + wrapper artifacts 2022-07-06 11:35:39 -03:00
ghubstan
b80d8e0311
Fix default protosIn option value 2022-06-23 14:45:17 -03:00
ghubstan
8c7bdd975a
Change links from my repo to bisq_network fork 2022-05-03 11:00:54 -03:00
ghubstan
45f6704f20
Improve documentation in top-level and subproject READMEs 2022-03-28 09:30:04 -03:00
ghubstan
ab0368db20
Adjust to new code sample pkg names, simplify python setup 2022-03-17 17:37:59 -03:00
ghubstan
3aeeb5f4d9
Rename java & python pkgs, make python setup easier 2022-03-17 17:24:47 -03:00
ghubstan
49404cebc5
Reorganize the python-examples module
- Use requirements.txt to install dependencies to local venv.
- Use setup.py to build/install example packages to local venv.
- Adjust reference-doc-builder to new Python pkg imports.
2022-03-17 12:44:28 -03:00
ghubstan
00ac4e6aec
Change link to gradle build file (moved to new repo) 2022-03-17 06:34:45 -03:00
ghubstan
cffbfcf481
Split API examples & doc generator into separate modules
This might give Python devs an easier time than if all the sample
code lived deep inside a gradle project.  This means there is
no root project gradle build file;  the reference-doc-builder and
java-examples modules are separate java projects, with their own
build files.
2022-03-16 17:21:25 -03:00