Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use more proper slugging on filenames for object #23

Merged
merged 2 commits into from
Aug 19, 2015

Conversation

agjohnson
Copy link
Contributor

This resolves some issues with special characters in paths on Windows based
systems. It replaces special characters and unicode characters to ensure paths
are predictable.

Fixes #21

This resolves some issues with special characters in paths on Windows based
systems. It replaces special characters and unicode characters to ensure paths
are predictable.
@agjohnson agjohnson mentioned this pull request Aug 19, 2015
@agjohnson agjohnson added Needed: Reproduction Case This issue needs a small test case to reproduce the issue before it can be worked on and removed needs: feedback labels Aug 19, 2015
@@ -9,6 +9,7 @@
'sphinx',
'sphinxcontrib-golangdomain',
'sphinxcontrib-dotnetdomain',
'unidecode',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can probably just switch to using setuptools

@ericholscher
Copy link
Member

Added #25 to address setuptools/distutils.

ericholscher added a commit that referenced this pull request Aug 19, 2015
Use more proper slugging on filenames for object
@ericholscher ericholscher merged commit 3a22ae6 into master Aug 19, 2015
@agjohnson agjohnson deleted the doc-name-slugging branch August 19, 2015 18:14
@agjohnson
Copy link
Contributor Author

I opened #26 to address slugging deduplication as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needed: Reproduction Case This issue needs a small test case to reproduce the issue before it can be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve slugging
2 participants