Commit Graph

131 Commits

Author SHA1 Message Date
Eric Holscher
33914e992c More updating of readme 2015-06-07 08:11:44 -07:00
Eric Holscher
31924ec371 Merge pull request #8 from rtfd/refactor-top-level
Refactor top level
2015-06-07 08:07:59 -07:00
Eric Holscher
6785f4fbc1 Clean up README more 2015-06-07 08:07:39 -07:00
Eric Holscher
5b9be5791f Fix wording 2015-06-07 08:06:24 -07:00
Eric Holscher
ab3debb70f Clean up readme 2015-06-07 08:03:28 -07:00
Eric Holscher
5ca2ee76a5 Refactor into nicer top-level interface to the Domains.
Languages refactored:

* Python
* JS
2015-06-06 16:11:49 -07:00
Eric Holscher
819dfa92ca Clean up gitignore and doctrees 2015-06-06 13:45:04 -07:00
Eric Holscher
1d3bd2012e Refactor some settings and jinja env. 2015-06-06 13:44:01 -07:00
Eric Holscher
bd92f55fc7 Install jsdoc globally 2015-06-06 13:20:11 -07:00
Eric Holscher
5468c580ce Rename test dirs, and clarify naming 2015-06-06 13:19:08 -07:00
Eric Holscher
2a29d38ba1 Add jsdoc install 2015-06-06 13:16:30 -07:00
Eric Holscher
9bc6072283 Add initial javascript support with jsdoc 3. 2015-06-06 13:08:44 -07:00
Eric Holscher
b0c4a8870c Also install on travis 2015-06-01 15:34:55 -07:00
Eric Holscher
7198193e40 Clean up link 2015-06-01 15:33:46 -07:00
Eric Holscher
7c09ddedc8 link to RTD 2015-06-01 15:32:47 -07:00
Eric Holscher
74fd910629 Add badges 2015-06-01 15:32:08 -07:00
Eric Holscher
df6e952a51 Fix python calls to create_class 2015-06-01 14:14:21 -07:00
Eric Holscher
c3239118b0 Move base into domains directory. 2015-06-01 14:14:15 -07:00
Eric Holscher
426c3db619 Kill unused utils file. 2015-06-01 14:13:54 -07:00
Eric Holscher
a594a98207 Run tests 2015-06-01 13:20:33 -07:00
Anthony Johnson
5d5ee6514f Fix dotnet tests from generator return 2015-06-01 12:37:22 -07:00
Eric Holscher
17fdb8787b Make readme clearer 2015-06-01 11:39:56 -07:00
Anthony Johnson
3e5eaf2180 Merge branch 'go-support' 2015-06-01 11:38:02 -07:00
Anthony Johnson
dedd406b34 Restore proper docs, don't test golang on our docs 2015-06-01 11:34:34 -07:00
Eric Holscher
516952566a Small readme update 2015-06-01 11:31:58 -07:00
Eric Holscher
c4cd403fee Add Travis 2015-06-01 11:29:56 -07:00
Anthony Johnson
966cce1051 Default autoapi to python instead of dotnet 2015-06-01 11:29:19 -07:00
Anthony Johnson
481bd777cb Fix spacing on parameter output and code blocks 2015-06-01 11:26:19 -07:00
Eric Holscher
b56f2dc1d8 Merge remote-tracking branch 'origin/go-parsed-example' 2015-06-01 11:24:03 -07:00
Anthony Johnson
c2fd90fd21 Fix handling of create_class as a generator 2015-06-01 11:20:54 -07:00
Eric Holscher
418b379a7d Merge pull request #3 from rtfd/fix-dotnet-test
Update dotnet domain tests for latest data structures
2015-06-01 11:20:49 -07:00
Eric Holscher
bf7e3870fa Merge pull request #2 from rtfd/add-full-python-test
Add full python test; fix double auto_api_dir prepended to find_files path bug
2015-06-01 11:19:47 -07:00
Eric Holscher
aba6a6caea Merge pull request #1 from rtfd/update-requirements
pip freeze requirements.txt
2015-06-01 11:19:28 -07:00
Anthony Johnson
ff8292af6f Clean up print statement 2015-05-31 14:41:16 -07:00
Anthony Johnson
c270b9de14 Move parameter name list up to signature 2015-05-31 14:38:17 -07:00
Anthony Johnson
f0772d1a57 Support inverted go const and var objects
Changes class creation to a generator and invert list of const/var names to
multiple objects.
2015-05-30 22:03:19 -07:00
Anthony Johnson
181c7ea2a4 Add child display 2015-05-30 18:42:06 -07:00
Anthony Johnson
808c1a090f Add parameters to output 2015-05-30 18:32:43 -07:00
Anthony Johnson
8819b46a2f Clean up cruft and handle a few failures better 2015-05-30 16:28:59 -07:00
Anthony Johnson
3653636673 Revert "Fix package output for now."
With better formatting of domain output, separation by heading is redundant.
Also, secondary header for page title might not be necessary with correct domain
output of package objects.
2015-05-29 20:09:36 -07:00
Eric Holscher
f133c7d603 Fix package output for now. 2015-05-29 16:02:56 -07:00
Eric Holscher
18533426c3 Add title to package 2015-05-29 15:54:50 -07:00
Eric Holscher
cdd8d244de Fix up templates 2015-05-29 15:48:58 -07:00
Eric Holscher
a4a68d9213 Fix up go stuff 2015-05-29 15:34:51 -07:00
Eric Holscher
9bdd44d8cd Add a basic go domain. 2015-05-29 15:22:06 -07:00
Christopher Swenson
e1b28981b7 Update dotnet domain tests for latest data structures
Some things had changed with how get_objects worked,
and tests needed to be updated.
2015-05-29 15:06:36 -07:00
Eric Holscher
1547210f49 Merge remote-tracking branch 'rtfd/go-templates' into go-parsed-example 2015-05-29 15:04:34 -07:00
Anthony Johnson
af539d8868 Untested first pass of templates 2015-05-29 15:02:27 -07:00
Christopher Swenson
0ccde8454a Fix double autoapi_dir prepended to find_files 2015-05-29 14:34:05 -07:00
Christopher Swenson
817b184619 Add holistic Python test that runs sphinx and EVERYTHING 2015-05-29 14:34:05 -07:00