forked from facebookresearch/ParlAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update basic and task tutorials, and tutorial for batching/hogwild (f…
- Loading branch information
1 parent
c5f6c45
commit 8f76ae5
Showing
17 changed files
with
1,125 additions
and
629 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Updating the documentation | ||
|
||
First install the theme we use: | ||
``` | ||
pip install -r requirements.txt | ||
``` | ||
|
||
Then use make to build the html: | ||
``` | ||
make html | ||
``` | ||
|
||
Then, make any changes to the documentation in `source`, do `make html` again, and check your changes by checking the html files in `build/html` (you can start by opening `index.html`). | ||
If everything looks good, make a Pull Request and the documentation will update automatically once the change has landed. | ||
If the documentation is not up to date within an hour after landing, please file an issue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.