-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Make documentation module consistent with Sphinx conventions
Make the documentation module consistent with Sphinx conventions: - Rename the module to `docs`. - Host the configuration file and index file in `docs/sources`. Change the makefile `SOURCEDIR` variable accordingly. - Change accordingly the `sphinx-apidoc` command output path argument, and the configuration file location in the `.readthedocs.yaml` config file. - Change the relative paths to the files in the `_static` folder. - Move the Markdown bundle naming and tutorial files and the associated screenshots to the `docs/sources` folder so that all files can be recursively included from the source directory.
- Loading branch information
1 parent
baa171e
commit 09682e7
Showing
24 changed files
with
7 additions
and
7 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
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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 |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
version='0.3.0', | ||
author='Fan Zhang and Lauren O\'Donnell', | ||
author_email='[email protected]', | ||
packages=find_packages(exclude=["doc"]), | ||
packages=find_packages(exclude=["docs"]), | ||
license='LICENSE.txt', | ||
description='Processing of whole-brain streamline tractography.', | ||
long_description=open('README.md').read(), | ||
|