Skip to content

Commit

Permalink
More branding fixes for docs & Java bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed Dec 8, 2020
1 parent 857ce29 commit 1102185
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions doc/Java-Examples.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Java API Usage example
======================

Examples are from `native_client/java/app/src/main/java/org/mozilla/deepspeech/DeepSpeechActivity.java`.
Examples are from `native_client/java/app/src/main/java/org/deepspeech/DeepSpeechActivity.java`.

Creating a model instance and loading model
-------------------------------------------

.. literalinclude:: ../native_client/java/app/src/main/java/org/mozilla/deepspeech/DeepSpeechActivity.java
.. literalinclude:: ../native_client/java/app/src/main/java/org/deepspeech/DeepSpeechActivity.java
:language: java
:linenos:
:lineno-match:
Expand All @@ -16,7 +16,7 @@ Creating a model instance and loading model
Performing inference
--------------------

.. literalinclude:: ../native_client/java/app/src/main/java/org/mozilla/deepspeech/DeepSpeechActivity.java
.. literalinclude:: ../native_client/java/app/src/main/java/org/deepspeech/DeepSpeechActivity.java
:language: java
:linenos:
:lineno-match:
Expand All @@ -26,4 +26,4 @@ Performing inference
Full source code
----------------

See :download:`Full source code<../native_client/java/app/src/main/java/org/mozilla/deepspeech/DeepSpeechActivity.java>`.
See :download:`Full source code<../native_client/java/app/src/main/java/org/deepspeech/DeepSpeechActivity.java>`.
2 changes: 1 addition & 1 deletion doc/NodeJS-API.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Model
Stream
------

.. js:autoclass:: Stream
.. js:autoclass:: StreamImpl
:members:

Module exported methods
Expand Down
2 changes: 1 addition & 1 deletion doc/doxygen-java.conf
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = native_client/java/libdeepspeech/src/main/java/org/mozilla/deepspeech/libdeepspeech/ native_client/java/libdeepspeech/src/main/java/org/mozilla/deepspeech/libdeepspeech_doc/
INPUT = native_client/java/libdeepspeech/src/main/java/org/deepspeech/libdeepspeech/ native_client/java/libdeepspeech/src/main/java/org/deepspeech/libdeepspeech_doc/

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down

0 comments on commit 1102185

Please sign in to comment.