Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
601ee673
Commit
601ee673
authored
Nov 13, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in URL. Build JSDoc and Sphinx docs together
parent
b85c5b5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+2
-2
docs/source/jsdoc_intro.md
docs/source/jsdoc_intro.md
+1
-1
No files found.
Makefile
View file @
601ee673
...
...
@@ -230,13 +230,13 @@ check: eslint
## Documentation
.PHONY
:
html
html
:
html
:
apidoc
rm
-rf
$(BUILDDIR)
/html
$(SPHINXBUILD)
-b
html
$(ALLSPHINXOPTS)
$(BUILDDIR)
/html
make apidoc
@
echo
@
echo
"Build finished. The HTML pages are in
$(BUILDDIR)
/html."
e
PHONY
:
apidoc
PHONY
:
apidoc
apidoc
:
$(JSDOC)
--readme
docs/source/jsdoc_intro.md
-c
docs/source/conf.json
-d
docs/html/api src/
*
.js
docs/source/jsdoc_intro.md
View file @
601ee673
...
...
@@ -4,7 +4,7 @@ Welcome to the new Converse API documentation, generated with
[
JSDoc
](
http://usejsdoc.org/
)
.
The old (increasingly out of date and incomplete) API documentation is
currently still
[
available here
](
/docs/html
s
/developer_api.html
)
.
currently still
[
available here
](
/docs/html/developer_api.html
)
.
## The public and private API
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment