Commit Graph

721 Commits (12f8197cfe93a146454ce19d6fb44338b1bccc3b)
 

Author SHA1 Message Date
Eric Holscher 7f50c62e35 Release 0.3 with `autoapi_dirs` setting 8 years ago
Eric Holscher 423a4aafa7 Merge pull request #77 from rtfd/py3-fixes
Revert basestring -> str in check for autoapi_dirs
8 years ago
Anthony Johnson fab86cbc66 Revert basestring -> str in check for autoapi_dirs
Not sure we need to be concerned about byte strings here either way.

Fixes #74
8 years ago
Anthony bc62802dd9 Merge pull request #73 from rtfd/docfx-fixes
Make docfx great again!
8 years ago
Anthony Johnson 216d0e824b Doc updates 8 years ago
Anthony Johnson 5c07b6cbc5 Make docfx great again!
This updates some small outdated pieces with docfx integration:

* Support docfx.json first, if no patterns were explicitly specified
* Refactor output path, use new _api path
* Add missing operator type to .net parsing and template output
* Fix indent issue with code samples
* Add docs on how to actually use docfx + autoapi

Fixes #45
Fixes #46
Fixes #48
8 years ago
Anthony dcb88b119c Merge pull request #76 from danroth27/patch-2
Fix indentation of code examples for properties.
8 years ago
Daniel Roth e51480d747 Fix indentation of code examples for properties. 8 years ago
Eric Holscher 58cb1ee64d Merge pull request #72 from rtfd/net-detail-cleanup
Clean up .NET detail page, add assemblies list
8 years ago
Eric Holscher 92ef8f60db Merge pull request #71 from rtfd/list-remove-namespace
Use short name for reference link name
8 years ago
Eric Holscher 06245790dc Merge pull request #70 from rtfd/fix-apidir
Handle string input for api dir
8 years ago
Anthony Johnson 1c6c9f15d8 Clean up .NET detail page, add assemblies list
The .NET detail page was slightly messy, this cleans up and settles on some UX
there:

* Don't use an explicit header for summary, move it up under the object heading
* Drop redundant (and broken) github edit link on page, we need to fix the
  github header link instead.
* Add pattern for displaying read only fields in definition list
* Adds namespace + assemblies listing to detail page

Refs #60
8 years ago
Anthony Johnson 4e2d5ccdfb Use short name for reference link name
As the parent block is a namespace declaration, we can use nesting to imply the
namespace. This removes the namespace from the object name and matches what we
do on other pages.
8 years ago
Anthony Johnson 11ad556d3e Handle string input for api dir
This was iterating over the settings assuming it was a list. We handle this as a
list in some instances, and recommend using a string in others. Just handle
both.
8 years ago
Anthony 26924f93e3 Merge pull request #54 from danroth27/patch-1
Update extension.py to handle absolute paths
8 years ago
Eric Holscher 72a888edde Merge pull request #67 from rtfd/dotnet-code-example-indent
Fix indentation on code block in .NET template
8 years ago
Anthony Johnson 20a1852907 Fix outdated fixture data 8 years ago
Anthony Johnson 04726106d2 Fix indentation on code block in .NET template 8 years ago
Eric Holscher eed0038efb Merge pull request #66 from rtfd/spec-identifier-lookup
Add resolution to spec identifiers using docfx references
8 years ago
Anthony Johnson 4fef4ab2c1 Complete statement 8 years ago
Anthony Johnson 49af2b252a Update reference resolver for nested resolution 8 years ago
Anthony Johnson b6b1bb0f8b Fix missing key issue 8 years ago
Eric Holscher 3a73a2c9c4 Merge pull request #64 from rtfd/comment-parsing-fixes
Fix parsing issues with code comment XML
8 years ago
Anthony Johnson 66dcf1fcaa Add resolution to spec identifiers using docfx references
This uses the docfx output references to resolve the spec identifier to a human
friendly name. The linking still requires full reference resolution however.

Refs #58
8 years ago
Anthony Johnson 019f064f36 Fix parsing issues with code comment XML
* paramref surrounding characters were not handled
* multiple paramrefs weren't parsed out
* uses correct return field

* Fixes #55
* Fixes #56
8 years ago
Anthony Johnson 498a0c31de Merge branch 'appveyor-config' 8 years ago
Anthony Johnson 12e85828f0 Clone test repo before testing 8 years ago
Anthony Johnson bfccdf49aa Try again to fix appveyor certificates 8 years ago
Anthony Johnson 53357dd5df Another fix to appveyor 8 years ago
Anthony Johnson 5bf691e0ef Fix appveyor config for pip 8 years ago
Daniel Roth ca3a002aa6 Update extension.py to handle absolute paths 9 years ago
Eric Holscher 264cfcbf45 Merge pull request #51 from rtfd/fix-list-styling
.NET template output breaks definition lists on listing pages
9 years ago
Anthony Johnson 598f449b8e Format definition lists correctly
If the construct is missing documentation, it broke defnition list styling. This
inserts a placeholder comment to avoid that.
9 years ago
Anthony Johnson a672d55187 Lint fix 9 years ago
Eric Holscher 52f3558953 Merge pull request #40 from rtfd/template-path
Fix template path issues on windows
9 years ago
Anthony Johnson bcee7eb22a Use autoapi_root for url root configuration 9 years ago
Anthony Johnson 61db34a4d6 Move include path to base object 9 years ago
Anthony Johnson d30fa32762 Add configurable url prefix 9 years ago
Anthony Johnson 93869e4ad6 Deconstruct pathname on object 9 years ago
Anthony Johnson 3fd930f4fb Try it again 9 years ago
Anthony Johnson 5fa272ca4b Fix template path issue on windows, fixes #37 9 years ago
Eric Holscher 0cfa8bbcbb Merge pull request #39 from rtfd/ref-escaping
References and escaping issues with transformed XML content
9 years ago
Anthony Johnson 1688b53f42 Replace non-existant :dn:ref: reference with :any: for now
This will resolve more lookups as proper references, not anchor links. The :any:
lookup is strict though, the domain should implement it's own :dn:obj: generic
lookup.
9 years ago
Anthony Johnson 2fd908e2a7 Fix test 9 years ago
Anthony Johnson af5bb7daeb Fix some escaping issues with transformed XML content
Fixes #38
9 years ago
Eric Holscher 3dfd9ac47f Fix error 9 years ago
Eric Holscher 81d4568713 Merge pull request #35 from rtfd/support-multiple-source-dirs
Rename `autoapi_dir` to `autoapi_dirs` to support multiple source dirs
9 years ago
Eric Holscher 7272f73948 Move slack alerts to random 9 years ago
Eric Holscher 2958bc34fb Fix linting errors 9 years ago
Eric Holscher 95154786ac Update docs 9 years ago